c# - teststack White, how to get/check a value from combobox -


i need check/get value combobox.

in inspection looks this:

i want check assert.areequal value expecting. possible?

is it?

if(!string.isnullorwhitespace(combobox.selectedvalue.tostring())) {     string value = combobox.selectedvalue.tostring(); } 

Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -