I have one weird situation with a test execution. Element verification and annotation show the right element, but the button (Sign in) is not selected during the execution. Test project included in att.
4 Answers, 1 is accepted
0
Hello,
Thanks for sending the test case in question!
This is weird because I execute RunToHere in the Login test until the Click step, then I manually click on the button and again nothing happens. I see from the page source there is JavaScript function supposed to be attached on click, but I don't see the JavaScript anywhere. Could it be this page is not fully functional yet?
Regards,
Konstantin Petkov
Telerik
Thanks for sending the test case in question!
This is weird because I execute RunToHere in the Login test until the Click step, then I manually click on the button and again nothing happens. I see from the page source there is JavaScript function supposed to be attached on click, but I don't see the JavaScript anywhere. Could it be this page is not fully functional yet?
Regards,
Konstantin Petkov
Telerik
0
Uroš
Top achievements
Rank 2
answered on 06 Nov 2015, 12:25 PM
The page is functioning, because if you open a browser manually, go to the web site http://portaldoorcloud.gear.host/ and enter credentials, you can enter the application. If you try to do the same with the browser started by TestStudio, it does not work...
0
Hi,
Indeed, it seems the submit button needs updates from the user/pass input boxes. Checking the SimulateRealTyping property for those enter text steps makes the click button enter the next page.
Regards,
Konstantin Petkov
Telerik
Indeed, it seems the submit button needs updates from the user/pass input boxes. Checking the SimulateRealTyping property for those enter text steps makes the click button enter the next page.
Regards,
Konstantin Petkov
Telerik
0
Uroš
Top achievements
Rank 2
answered on 09 Nov 2015, 01:36 PM
Yes, that has solved the problem.