Iphone setup for running tests on mac machine

Hi,
can you please provide steps to configure Appium and xcode IDE to run automation for mobile web apps

thanks
Mahender

1 Like

@Mahender_Tirumala :-

  1. Download XCode latest version

  2. Download Java

  3. Download Eclipse and appium

  4. Install Xcode and try executing sample code, it will automatically open simulator

  5. Install java and configure

  6. Install Appium and run appium doctor and check whether all things are configured correctly.

  7. Then execute your first appium test.

do we need to setup java_home in path

Better to do that, But when you install java after that open termial and try
java -version if this command is giving result then it is good to go

@Mahender_Tirumala