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
Post a Comment