Hi, I'm working on a Test scenario in Silverlight platform. It contains a User comments text-box field. I'm data driving it from Excel, that part works fine. After pasting the comment, I've created a Nested If-Else verify the text content in the text-box, so that accordingly a check-box has to be clicked.
There are 5 check-boxes, and only one of them has to be checked according to the comment entered in the text-box. But the test is always executing the last Else part in Nested-If...
P.S: I tested the same with a normal dummy HTML page and it is working perfectly fine. Is there any special steps to be applied or taken for Silverlight? What could be wrong, Help me out please. Thanks !
There are 5 check-boxes, and only one of them has to be checked according to the comment entered in the text-box. But the test is always executing the last Else part in Nested-If...
P.S: I tested the same with a normal dummy HTML page and it is working perfectly fine. Is there any special steps to be applied or taken for Silverlight? What could be wrong, Help me out please. Thanks !