This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
1 / 8
Dec 2017

Hi !

I Have Java Framework under IntelliJ for Android APPIUM (Include class for create device and more …) to run Automation test for Android devices

I need to create new Framework for IOS. How do i start ? I need MAC ? From an examination I did, I discovered that all the references for element in IOS Phone Different from Android Phone.

Is there a website where I can download (I’m willing to pay for the download) workspace ready for IOS?
I intend to download an entire project for IntelliJ With a small example of Automation test for IOS Phone

thanks!

  • created

    Dec '17
  • last reply

    Dec '17
  • 7

    replies

  • 668

    views

  • 3

    users

  • 4

    links

I would suggest to use one of the popular open source framework serenity https://github.com/serenity-bdd/serenity-core

This will save your time in developing & maintaining inhouse framework, if you really like programming then you can submit PR for this project itself.

Hope it helps.

Regards,
Vikram

Hi, First of all thank you for your response.

I just need to download the entire project from the link you gave and open it on IntelliJ ?

Is that an Framework for IOS test automation ?

Thanks !

Thanks !

last question
Write at the bottom of the page:

Before Run Settings

Have a android emulator or device connected and running
ANDROID_HOME environment varialbe to be set ( + For Eclipse Run As > Run Configurations … > Environment )
appium.platformVersion = set_valid_value
appium.deviceName = set_valid_value
appium.app = set_full_path

I need project for IOS ( IPHNE)… I have project for ANDROID.

can i use it in MAC computer for IOS Automation Test ?

Thanks Again !!