The 1The aim of the Greenspector Domain-Specific Language is to help writing automated tests by reducing the time to write tests and to avoid using an IDE. Thus non developer people can write automated tests.
...
Code Block |
---|
#Launching the app measureStart,CHRGT_homePage applicationStart,com.google.ios.youtube waitUntilText,Home pause,300001000 measureStop #Break on home page measureStart,PAUSE_homePage pause,30000 measureStop |
...