OpenTest is a free and open source functional test automation tool for web applications, mobile apps and APIs that requires little to no coding skills and is able to handle most types of functional testing projects.
Questions tagged [opentest]
52 questions
1
vote
2 answers
How do I start a new test session in OpenTest?
I have installed OpenTest and want to start a new session.
How do I do this?
I tried searching for this on Google but only found a PR talking about using the API.

dmcgill50
- 528
- 6
- 26
1
vote
1 answer
OpenTest put test into sleep
In some complex tests, it is necessary to postpone test execution for some time. It may be we need to wait for something hours or days.. To not block Actor's resources would be great to have a chance of putting the execution on hold on the server…

gregormil
- 51
- 2
1
vote
1 answer
Trying to use my Java test code with OpenTest
I have installed Opentest on my Ubuntu 16.04 LTS, and want to keep track of my automation code pass/fail success rate. I am able to connect to the localhost server, but am confused after that. I have a java file that I have successfully created that…

BenevolentMan
- 15
- 3
0
votes
0 answers
sqlmap cut last 2 symbols of MD5 hash password. Hach the box
I have my blackbox machine, with sql injection. But when i try to see md5 hash of password, i got only 30 symbols. How can i fix it?
[00:13:15] [ERROR] unable to retrieve the number of columns for table 'users' in database 'test_task'
[00:13:15]…
0
votes
0 answers
How to add environment variables to actor.yaml file in opentest?
Is there a way to add environment variable into an actor.yaml file? To manage some information through system variables?
For example to manage the encryptionPassword parameter.
I am not sure if this I can get work in other way that is not through…

Edgar Martínez
- 1
- 1
0
votes
0 answers
What's the best way to handle basic authentication in an Opentest test involving public URLs?
I´m trying to automate a web test in opentest with a public Url which uses basic authentication
When i try to pass credentials in url like this:
https://username:password@url.com/
Steps finish ok, but the next steps of the test dont work properly,…

Víctor S
- 11
- 1
- 2
0
votes
0 answers
Opentest: I am unable to click on a specific checkbox using the selenium click action and css locators
I am using OpenTest Build: 1.3.8 Feb 25, 18:58 Commit: 50659ecda06a
I am trying to select the following element
using the following action
- description: Select…

CarlHabib
- 3
- 5
0
votes
1 answer
sqlmap: how to test multiple targets with post data
I use -m switch in sqlmap to read targets from file and test all of them for sql injection.
sqlmap -m requests-file.txt --batch
There isn't problem with 'GET' requests and query string parameters. But in this way, I can't test requests with 'POST'…

amir shahpoori
- 45
- 2
- 9
0
votes
0 answers
Can I create a session in Opentest via the API and pass parameters to the test scripts?
Is there any way to pass parameters to test script when it is created a test session in Opentest? I would like to do this because I have a module that can calculate my test parameters (1 o more permutation)
Thanks
I've searched in the documentation,…

Edgar Martínez
- 1
- 1
0
votes
1 answer
Sudomy doesn't see api keys
After installation Sudomy i add my API's to "sudomy_api_dist" file. But sudomy still doesn't see api keys.
While I wait for Sudomy to see the API keys and scan accordingly, it continues to scan without looking at other search engines as if I did not…
user21352463
0
votes
0 answers
Implicit wait not working till the app loads when running from circleCI pipeline
I am trying to run automated tests on android in circleCI. Looking at the logs and screenshots, looks like the app hasn't completely loaded by then the script starts executing. Its looking for login screen while its still in the splash screen.
I…
0
votes
0 answers
I have an android application where I can see that main activity is exported and there are no permissions set on that
I have an android application where I can see that main activity is exported and there are no permissions set on that. Is it a vulnerability or it is a normal behaviour?

Priyanka
- 1
- 1
0
votes
1 answer
How to use FormData while testing API post request in opentest
Hi I am getting below error while using FormData in Post Method for opentest
my code:
var data = new FormData(); data.append("name", "test")
and I am getting below error:
at org.getopentest.base.TestActor.evalScript(TestActor.java:1441)
at…
0
votes
0 answers
Is there a way to show real ads in open test
I have an android app runnig as "Open Test" on google play. Banner and native test ads working fine, ad requests and impressions are displayed in admob but there appear no real ads on the devices even I install the app from google play. How to show…

TomInCode
- 506
- 5
- 11
0
votes
1 answer
How to reuse some steps from one yaml to another in Opentest
Lets suppose we have 2 yaml for android app containing:
Login
Performing some operation after Login
I want to reuse the Login yaml in yaml 2 , is it possible to achieve this in opentest somehow.

Deepanshu Mittal
- 35
- 3