Hello
I am an iOS developer and know Objective-C/Swift.
I want to test an iOS app using the Appium.
But I am not getting any tutorial for testing with it XCode.
And I have got a project named Selenium. I don’t know how to use it.
Also, I posted this question on the Stackoverflow and I got the answer that It cannot be tested with the Objective-C/Swift.
Please let me know should I try with Selenium project provided for XCode.
Or only try with java in Eclipse or Android Studio.
And one more thing that When I launch my ipa/app file from the Appium do I need to write a test ?
Without the test project, it can be tested (UI) or not?
If you are iOS developer and want to test in swift/Objective C. then why don’t you use UIAutomation/XCUitest framework for UI testing. I think it is more convienent option to you.
You can test android and iOS using appium, also you can chose any scripting language Java/C#/Scala/Clojure/Python/Ruby/Javascript (Other than swift and Objective C )
Ohh,
This is just the sample code of UICatalog app.
I have an app to test.
But I want the source code of java which could run in Eclipse from which I can test my app.