Reputation: 3
I want to use Xcode for test automation. Please help me how can I use? Likewise we use selenium driver in Microsoft visual studio, similarly what’s the procedure for creating test automation for ios app. Alike we write scenarios and its implementation in MS Visual Studio using Spec flow. I want to do same for iPhone. Need help. I have googled but I’m still confused what exactly it would need?
Upvotes: 0
Views: 234
Reputation: 2513
I know 3 framework to test automation for you:
KIF: It's write by Objective-C. And easily to use if you familiar with Objective-C language.
Frank: It's write by Ruby. I haven't use it much, but I have try and it have less gestures.
UI Automation: It's simple, easy and integrate with XCode. And use Javascript to write. If you write a simple testcase, you don't need code, it will record your touch automatically.
Upvotes: 2