I want to run WebDriverAgent app without Xcode, like Seetest application which works independently
Asked
Active
Viewed 324 times
1 Answers
0
Do you mean you want to run your automated test on iOS app with just SeeTest and without using Xcode?
If so then you need to do following steps:
- Install SeeTest (Licensed or Trial version)
- Create a DEF file for iOS device
- Connect the iOS device to your computer
- Record n play the steps required / Write your own code in the lang you are comfortable.
- Execute the script.

clemens
- 16,716
- 11
- 50
- 65

Darshan N S
- 97
- 1
- 4
-
I know with Seetest we can achieve it, and thats what I want to know how they achieved that, I am trying to implement the same – Jas_meet Jan 20 '18 at 09:34