Questions tagged [experitest]

Experitest is a provider of quality assurance tools for mobile DevOps, including manual testing, performance testing, load testing and monitoring for mobile applications.

Experitest tools support all mobile OS, iOS, Android, Windows Phone and Blackberry. SaaS tools integrate into every ALM environment, UFT/QTP, WebDriver/Selenium, Junit, Microsoft Visual Studio, and Python.

7 questions
5
votes
2 answers

What is the Recommended Approach to Automate IOS devices on Windows?

I've seen this topic going around and the answers on each site and post have given it a wide range when talking about how to automate IOS devices from Windows PC. One side, I've seen it where mainly the answer is: it's not possible due to Apple's…
InvisibleExo
  • 289
  • 3
  • 22
3
votes
1 answer

How to check the masking of the password field for an android (native) app using Experitest? -

I am in the process of writing the automated test for the android app using Experitest (http://experitest.com/) .The test requires to check the masking of the password field but I am struggling to achieve it as experitest is not returning the field…
aksud
  • 31
  • 3
1
vote
0 answers

We are unable to detect your camera while passing fake media to experitest chrome browser

I did not get a specific chrome option to work fine when my test is running on the server where we don't have a webcam when started chrome per the java selenium web driver script. The goal is to mock a camera on the server and pass a fake media…
SeleniumUser
  • 4,065
  • 2
  • 7
  • 30
0
votes
0 answers

I am getting "Failed to connect XCAutomation" while trying to connect i phone(16.3.1) with apium studio 23

I am getting "Failed to connect XCAutomation" while trying to connect i phone(16.3.1) with apium studio 23.1.9. Does anyone have any solution for this ? I am getting "Failed to connect XCAutomation" while trying to connect i phone(16.3.1) with apium…
0
votes
1 answer

Paste Text from Android Emulator Clipboard to PC

I'm a new user at experitest. So far no problem with the activity of pasting text from my desktop PC to Android emulator. Well, now, I want to do the opposite. So please tell me how do I paste text from android emulator clipboard to my desktop PC…
July Elizabeth
  • 105
  • 1
  • 11
0
votes
1 answer

How to use Assertion in SeeTest

I'm currently trying to automate the testing of an Android application using SeeTest Automation. But I don't know how to use assertions. Do I need to export SeeTest code once and add assertions in editing?
0
votes
4 answers

"It is impossible to create a new session because 'createSession' which takes HttpClient, InputStream and long" while running test in experitest

I am trying to run my test in an android mobile in a cloud platform cloud.seetest.io by installing appium studio plugin in eclipse so that test can be run directly from eclipse IDE itself. It is always giving the error as …