I want perform automation testing on IOS and Android app on ubuntu using Appium. I am new to this. Can we perform automation of IOS application on ubuntu ?
How to setup or can we setup appium on ubuntu for ios?
748 Views Asked by think_better At
2
There are 2 best solutions below
0
Geraint B Martinas
On
I can recommend the techstack of quamotion. They provide the necessary stubs for the required tools on ubuntu.
You can follow a tutorial on http://docs.quamotion.mobi/docs/xcuitrunner/tutorials/appium-on-raspberrypi/
Related Questions in IOS
- Overlapping UICollectionView in storyboard
- Cannot pod spec lint because of undeclared type errors
- Is the transactionReceipt data present in dataWithContentsOfURL?
- UIWebView Screen Fitting Issue
- ZXingObjC encoding issues
- iOS: None of the valid provisioning profiles allowed the specific entitlements
- How to hide "Now playing url" in control center
- CloudKit: Preventing Duplicate Records
- Slow performance on ipad erasing image
- Swift code with multiple NSDateFormatter - optimization
- iOS 8.3 Safari crashes on input type=file
- TTTTimeIntervalFormatter always returns strings in English
- How do I add multiple in app purchases in Swift Spritekit?
- Setup code for xibs in iOS. -awakFromNb:
- iOS Voice Over only reads out the title of any alert views
Related Questions in AUTOMATION
- Installing Teamcity build agent as a user: failed to install the service. selected account does not have enough rights
- Automating Telnet Scripts from .bat with a teamspeak instance
- schedule and automate sqoop import/export tasks
- Dynamic @Test generation in TestNG
- detecting a file downloaded in selenium java
- Can I automate auto-app installation on my Android device?
- C# Program automation - Program hangs/doesn't work
- Saving Excel workbook as PDF gives me an OLE error 800A03EC
- Appium-How to send SMS for login verification purpose during automation test
- How to maximize browser window with helium using Java?
- Appium iOS automation using Java : get element using accessibility Id?
- Looking to run automated jobs in .NET application
- How to click the back navigation button of the browser using helium?
- Firefox automatically choose certificate, without ui dialog
- Test class not found in selected project
Related Questions in APPIUM
- Reopening the application freshly through appium java script for Next Testcase
- Not able to select option from dropdown box in an android mobile application
- How to run .apk on Saucelabs using Android emulator?
- Error when running Appium driver : Exception in thread "main" java.lang.NoClassDefFoundError: org/openqa/selenium/remote/HttpVerb
- Instruments crashed on startup when Appium server is launched
- appium ios python "an error occured while executing user supplied javascript"
- Keyword 'AppiumLibrary.Open Application' expected 1 to 2 non-keyword arguments
- Appium: Change Android DatePicker value Javascript/NodeJS
- How to start the Appium server in iOS machine through Java code
- Appium-How to send SMS for login verification purpose during automation test
- Appium iOS automation using Java : get element using accessibility Id?
- Backdoor concept in Appium (like in Calabash) for UI testing
- Launching the whole test suite with Appium
- Appium xpath escaping apostrophes
- Appium waitForElementByName always returns state: pending
Related Questions in IOS-UI-AUTOMATION
- How to programatically get the UI Hierarchy in my automation script?
- From where does target.logElementTree() retrieve information?
- Backdoor concept in Appium (like in Calabash) for UI testing
- How to tap a button in UI Automation which has only coordinates?
- How to get back to the application which escapes control?
- instruments[34247:1345307] Attempting to set event horizon when core is not engaged, request ignored
- UIAutomation - command line issue
- Can't find the value of a UIAStaticText in Appium
- How to wait for Location Alert ( which is system alert) to show?
- Appium XCUITest - iOS 10 Tests Are Running Very Slow
- XCTest How to tap on Url (Link) inside UITextview?
- IPhone real device automation environment setup
- Test network problems in simulator launched by Appium XCUITest
- Is it possible to access lock screen elements with iOS UIAutomation?
- UIAutomation with bwoken and tuneupJS
Related Questions in APPIUM-IOS
- Does Appium 1.6 works with Xcode 8.2?
- "Button Tap" gives "An unknown server-side error occurred while processing the command." in Appium Android test
- Appium with MochaJS "Not JSON response" when trying to run a test for iOS
- Steps to test Cordova Hybrid Mobile Application using Appium
- Appium - IOS 9.3 - "Open app" Alert view cannot be pressed
- Appium 1.6 1 with IOS 10 and Xcode 8.0 - unable to launch appium inspector
- IPhone real device automation environment setup
- Appium -this.nativeTap is not a function at XCUITestDriver.navigate
- Test network problems in simulator launched by Appium XCUITest
- Appium iOS 11 RemoteViewBridge - access default app sdk like Photo, Email
- How to setup or can we setup appium on ubuntu for ios?
- iOS Automated Tests - XCTest vs Appium
- Connection time out while starting appium server via code
- IOSDrive becomes null and Appium TestNG tests restarts the app in between
- How to download Appium Desktop in Ubuntu 16
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You can set up Appium on ubuntu for Android only. For iOS app testing using appium, the primary requirement is XCode which comes with only iOS Operating System which you can get only on MacBook/MacMini. However, you can set up on ubuntu for Android.