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
4
votes
1 answer
Does OpenTest support automated tests on a headless browser?
Is it possible to execute OpenTest scripts on a headless instance?
My actor file configuration is done as below, but the browser is called as default. Should that be enough to run the latest Chrome version on headless mode?
...
selenium:
#…

Johnny Dutra
- 41
- 1
4
votes
1 answer
OpenTest custom test actors
I'm really impressed with OpenTest project. Found it highly intriguing how many ideas this project is sharing with some projects I created and worked on. Like your epic architecture with actors pulling tasks.. and many others :)
Did you think about…

gregormil
- 51
- 2
3
votes
1 answer
How can we make a POST service call which takes formdata instead of json in OpenTest?
We have a WebService which takes formData key-value pair as the request instead of json. Using openTest how can we pass these formData? Basically we need a code snippet to post the formData using OpenTest yaml script.
Below is the sample curl…

Rachana
- 31
- 3
2
votes
1 answer
Shodan shows open ports but nmap says they are closed. any idea why?
SMB port is open when I try to scan the host with shodan, but when I do it with nmap or any other scanner it says that the port is closed or filtered. any explanation?
I tried all the basic firewall evasion techniques with nmap but none of them…

ArYaNZ KhaN
- 21
- 2
2
votes
1 answer
How to execute Opentest framework with chromium mobile feature enabled to run like an Ipad?
Does anybody know how to run the OpenTest automation with the feature of chromium running like an Ipad?
I just could find something to test using Java, Javascript, and to execute using other languages codes. But nothing to run the OpenTest.
I also…

Diego Pereira
- 21
- 2
2
votes
1 answer
OpenTest support for Dojo toolkit
I'm trying to use OpenTest with web applications created with IBM EGL using the Dojo toolkit. The issue with dojo is that it dynamically generates id's every time so they cannot be used as a locator. In addition many elements do not have an xpath so…

user3702847
- 21
- 2
2
votes
1 answer
Read li elements from web page and store it in array in OpenTest to check for duplicate items
3 li items all are different.
If all li are the same it means duplicate and we have to automate this scenario
I expect that code should able to automate the process of finding duplicate li items
$runAction("org.getopentest.selenium.ReadElementText",…

Testigougo Igo
- 21
- 1
1
vote
1 answer
Opentest Backspace issue
I have done the below steps:
I have entered promoCode test
Clear the promo Code
Enter another promoCode abc
I have problems with Step 2, I tried to use SendKeys with Backpace \u0008 or Keys.BACKSPACE but did not work.
description: Type…

john tran
- 11
- 1
1
vote
0 answers
Is there a way to disable the `takeScreenshot()` action when an OpenTest test fails?
Sometimes it's useful to do something like loop an AssertElementNotVisible() until the element in question is visible. However, the takeScreenshot() event is quite slow, and each time the test fails until it succeeds, it will take a screenshot. This…

awesame
- 84
- 2
- 13
1
vote
1 answer
Including external file 'signalr.min.js' window is not defined
Versions
OpenTest --version 1.2.2
ChromeDriver 85.0.4183.87
Including the external javascript files I require will always throw something like:
Caused by: java.lang.RuntimeException: Failed to evaluate JavaScript code at line number 1. The script…

WizxX20
- 311
- 2
- 6
1
vote
1 answer
Distributed headless website testing using opentest
I would like to find out how to run opentest in headless mode. I've read other posts that refer to configuration for headless mode, but I don't know how to invoke opentest from the command-line.
My goal is to load test a website by running many…

user2333312
- 101
- 1
- 9
1
vote
1 answer
How can I achieve tear down in OpenTest framework
I want to turn off the bluetooth at the end of testcase even if any intermidiate step in testcase get failed, it should turn off the bluetooth (i.e. achieve it as teardown step).
How to achieve teardown in Opentest?

vina
- 19
- 1
1
vote
1 answer
Does OpenTest support Implicit Waits?
Does OpenTest support specifying implicit waits for element location or page loading?

user2176057
- 31
- 2
1
vote
1 answer
timeout Exception even when element is already clicked
I am trying to click one button Sign In but even after button is clicked I am getting timeout exception.
I have verified the code and verified that I am using right locator.
description: CAP Demo
Navigate to the GitHub website, find the React…

Kavita Sood
- 13
- 2
1
vote
1 answer
How to import external Java libraries in OpenTest framework?
I would like to find out how I can import external libraries into my tests? For example, if i use a Java library for random name/number generation, how do I go about using it in my tests?
Thanks

user758759
- 23
- 5