Hi,
I am testing windows based application written in c#. In my test I need to click on button. Action triggered in this case is some button property change e.g.
By default button has text "Yes".
When I click, button text changes to "No".
Button is defined by devname, which is same in both cases and can be found. If I execute button.Click then test is run without error, but no actual action happens.
When I check the element, I can see that in case 1 text and name of the element is "Yes" and in case 2 text and name properties change to "No".
Do you have any hints what can be done to handle this test case?
Thank you.
I am testing windows based application written in c#. In my test I need to click on button. Action triggered in this case is some button property change e.g.
By default button has text "Yes".
When I click, button text changes to "No".
Button is defined by devname, which is same in both cases and can be found. If I execute button.Click then test is run without error, but no actual action happens.
When I check the element, I can see that in case 1 text and name of the element is "Yes" and in case 2 text and name properties change to "No".
Do you have any hints what can be done to handle this test case?
Thank you.