Hi,
For SeeTest Automation tool we have a code to set the execution speed to “FAST” by writing -
Client.setSpeed(“Fast”);
Similarly for Appium Studio do we have some capabilities to have fast execution???
Thanks.
Hi,
For SeeTest Automation tool we have a code to set the execution speed to “FAST” by writing -
Client.setSpeed(“Fast”);
Similarly for Appium Studio do we have some capabilities to have fast execution???
Thanks.
you can disable the reporting capabilities
this will turn your execution faster
https://docs.experitest.com/display/AS/Reporting+Capabilities
Thanks Tom, for the info