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

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -