Questions tagged [seetest]
42 questions
13
votes
7 answers
I need to test my app on different virtual devices
So I'm currently helping to develop an app and I've been asked to test it on as many devices (virtual/non virtual) as possible and then make it adjust it to as many different screen sizes and even tablets as possible.
Now I'm not sure where exactly…

Guy
- 6,414
- 19
- 66
- 136
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
3 answers
Android test automation for a phone connected to my computer using USB
We need to do test automation on Android devices connected by USB to our computer (it's a bank application and we cannot use any cloud based testing due to the Bank's security policy). We are looking at a few alternatives (monkeyRunner, SeeTest from…

John
- 121
- 1
- 10
3
votes
0 answers
Mobile parallel execution with Selenium and Testng
I'm trying to execute one test script on two android devices simultaneously using Selenium and TestNG. But I'm unable to achieve it. The test script executes first on one device and then starts executing on other android device.Here is the…
2
votes
1 answer
We need to test a mixed windows-Linux environment. Is there a automation tool that supports both?
We are trying to automate an aplication that lives in a mixed windows-linux environment. We need a test automation tool that supports both environments. Any recommendations?
We are evaluating SeeTest (www.experitest.com) that claims to be capable…

John
- 121
- 1
- 10
1
vote
1 answer
QTP for Flash - any recommendations for a useful plugin?
I am using QTP and need to test a flash application. I found 3 plugins for this purpose: Adobe's actionscript, Experitest's SeeTest and Riatest. Adobe's was heay duty learning and i gave up...can anyone recommend one otfthe other options? or provide…

John
- 121
- 1
- 10
1
vote
0 answers
Junit fail method is not functioning as expected
I'm writing junit unit testcases with seetest tool. But i'm not able to use the fail function appropriately.
Even if i give fail() for a particular condition, my junit case still executes it as pass.
Here is my…

user3803112
- 103
- 11
1
vote
0 answers
Jenkins + Maven + Seetest : Maven Build incompletes with Build Success Message on every 600.000 (average) seconds
Whenever I tries to run the test case over Jenkins using SeeTest(Licensed) and Maven, it automatically stops after every 600 seconds (an average time).In this case I wants to run 16 test cases (which I marked as Yes or No in excel ) but it executes…

kkashyap1707
- 494
- 2
- 8
- 16
1
vote
3 answers
Mobile Automation using HP UFT
Is it possible to run Automation tests on mobile using HP UFT / QTP ? I have heard about paid add-in's like perfecto and seetest. But I wish to test on my local machine using real device or emulator.

Sreehari Menon
- 67
- 1
- 11
0
votes
0 answers
How to interact with element not highlighted in the non instrumented mode
I am in dire need of help as we have to do all mobile app automation in the non instrumented mode. For reference, we use JavaScript and WebdriverIO.
My scenario is:
Radio button 1
Radio button 2
Radio button 3
This radio button 3, I am not able to…

World Girl
- 1
- 2
0
votes
0 answers
How to handle a list of dynamic webelements on mobile app automation (SeeTest/JavaScript/BDD)
First time here.
I have automated a dynamic page with a list of questions that change each time you land on that page. Sometimes it might be a checkbox and sometimes a date field or a radio button. For desktop, I am handling it by getting the…

MangoJuice
- 1
- 1
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?

黒崎はな
- 1
- 1
0
votes
1 answer
Where can I find jar files for com.experitest.client
I am new to seeTest and just try a demo of record and playback feature. I copied the code but don't know from where can I find com.experitest.client

Dish
- 117
- 8
0
votes
1 answer
How to identify or create XPath for dynamically changing content in a screen (in mobile web)
I need to automate a mobile web application (iOS) using SeeTest tool. Application is full of dynamic content representing like there is a title followed by a paragraph and thus there are so many content in the same format (title and paragraph) when…

sun
- 1
- 1