Hi.. I am using ZAPTEST 17.1.0 free version. My concern is that the test run is too slow when I run it after scripting. Is that because of any configuration change or some other reason??
This is the sample code I’ve created for calculator:
Application(“calc”).View(“View”).Object(“options”).Click
Application(“calc”).View(“View 2”).Object(“Scientific”).Click
Application(“calc”).View(“View 3”).Object(“4”).Click
Application(“calc”).View(“View 3”).Object(“x 2”).Click
Application(“calc”).View(“View 3”).Object(“sin”).Click
Application(“calc”).View(“View 3”).Object(“5”).Click
Application(“calc”).View(“View 3”).Object(“0”).Click
Application(“calc”).View(“View 3”).Object(“equals”).Click
Thankyou.