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
0
votes
1 answer
OpenTest Doesn't Take a Standard JS Date for the ReadEmailImap function
I am attempting to pass a value for sentAfter to org.opentest.ReadEmailImap function that contains a string formatted as YYYY:MM:DD HH:DD:MM per this documentation
The closest that I have come to this format is .toISOString(). ref

dmcgill50
- 528
- 6
- 26
0
votes
1 answer
Timeout error for element already clicked
I am getting below exception even when my element has already been clicked and i am navigated to next page.
Caused by: org.openqa.selenium.TimeoutException: Expected condition
failed: waiting for element to be clicked: [[ChromeDriver: chrome on
…

Kavita Sood
- 13
- 2
0
votes
1 answer
How do I provide the correct headers for Basic Auth on a GET in OpenTest?
I'm attempting to make a GET call to a test management system that exposes an API. I want to provide Basic Auth in the header of the HTTPRequest provided as an action in OT like so.
includes: login.js
actors:
- actor: WEB
segments:
…

dmcgill50
- 528
- 6
- 26
0
votes
1 answer
How do I add Sikuli JAR file to OpenTest allowing for automation on Windows 7?
The code below is in yaml and is designed to allow for support in executing Java using an external java library.
Currently, I receive an error indicating that the Class could not be found.
Caused by: java.lang.RuntimeException:…

dmcgill50
- 528
- 6
- 26
0
votes
1 answer
OpenTest Reporting Library
I am currently seeking information around the available reporting capabilities for OpenTest. I would need information regarding the following:
Portability of reports/logging - can these results be published in various formats
Granularity of…

dmcgill50
- 528
- 6
- 26
0
votes
1 answer
Can't access secured (HTTPS) website using burpsuite and firefox as browser
I'm trying to access HTTPS website like facebook and google i'm using burpsuite to intercept the flow and it failed at each times
here is what i tried : i imported burp suite CA into firefox browser /refreshed firefox several times / tried this…
-1
votes
1 answer
What's the best way to learn JavaScript for OpenTest
I'm looking to get up to speed on JavaScript that is used by the OpenTest framework link. I know that it uses the Nash Horn JavaScript engine. Has anyone taken the time to find out what version of JavaScript OpenTest uses?

dmcgill50
- 528
- 6
- 26