Questions tagged [opentest]

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.

52 questions
0
votes
1 answer

How to filter defects with ID range in HP ALM C# OTA

I need to filter the defects for a certain range of ID's from HP ALM using its OTA. This needs to be done without calling all the defects from ALM and filtering them from code as that would significantly increase the time which is not desirable. For…
0
votes
1 answer

OpenTest: How to integrate server, actor and template in AWS CodeBuild for linux?

We have to integrate our OpenTest automation with AWS CodeBuild. How can we run server, actor and template session in one terminal in linux ?
Rachana
  • 31
  • 3
0
votes
1 answer

What are some reasons that can cause screenshots to take a long time (10 seconds) in OpenTest/Appium?

Via OpenTest, Appium can appear to take quite a long time (about 10 seconds) to capture and save the image. What are some of the reasons this might be taking so long, and are there any solutions for this slowness?
awesame
  • 84
  • 2
  • 13
0
votes
1 answer

How can i read data from a text file in opentest

I tried the below code but it throws an error that Caused by: :1 ReferenceError: "require" is not defined fs.readFile('test.txt', 'utf-8',function(err,data){ if (err) { return $log(err); …
ms394
  • 109
  • 7
0
votes
1 answer

Getting navigated to the end of the Mobile app page,altough I have used swipe function to navigate till a particular locator

I have used code description: Swipe down in search of the Pagination button action: org.getopentest.appium.Swipe args: direction: down target: $data($localData.platformName + "/ExploreLocators").Pagination.Range Also, tried with description:…
0
votes
1 answer

OpenTest : How to integrate Opentest with linux jenkins server?

I need assistance on OpenTest for below scenario: My code is in Aws-Code-Commit repository and my Jenkins is installed in one of the ec2 instance. Now I want to run all my OpenTest test-cases in a Jenkins job and publish the results. I have seen the…
0
votes
1 answer

Can we have test repo directory and opentest server in different machines?

Is it possible to host test repo and Opentest Server in different machines? If yes then how do we configure testRepoDir in server.yaml?
Bibek
  • 1
0
votes
1 answer

How to crack a WPA2 Password using HashCat?

I need to bruteforce a .hccapx file which includes a WPA2 handshake, because a dictionary attack didn't work. How can I do that with HashCat? I don't know about the length etc. Thanks!
Tom
  • 11
  • 1
  • 1
  • 1
0
votes
1 answer

Video Autoplay in endless Loop

How can I check if the video in the main page is autoplay and endless loop? I need the code for that in Open test, can be selenium with java, javascript or python
0
votes
1 answer

Geo Locator with selenium code for opentest

OpenTest (Selenium code) How Can I include a GEO location in order to get a different test according with the country? The page has three option in a country filed, that the test most read option1 if the Country is 1 and option 2 when the country is…
0
votes
0 answers

Opentest_cli not recognize STAF process when execute from Jenkins job

All, I am starting the Jenkins agent and STAF process via Crontab at my Ubuntu 14.04. When I executing opentest_cli through Jenkins job that should connect to the STAF process it says that the STAF process not alive although I see the STAF process…
0
votes
1 answer

How to execute OpenTest thru Apache reverse proxy along with other applications

First some context We have an Ubuntu Server 18.04 LTS server running on Azure Our company security policies only allows for ports 80 and 443 to be accessed thru HTTP/HTTPS Any applications such as Jenkins or NodeJS ones running on other ports…
a4bike
  • 641
  • 1
  • 6
  • 12
0
votes
1 answer

Execute conditional logic based on the result of previous assertion in OpenTest

I need to validate if an element is on the screen using a function. If not, it performs another function. eg: - description: validation function script: | $runAction("org.getopentest.selenium.NavigateTo", { …
0
votes
1 answer

How do I add authentication to the OpenTest UI and API

I'd like to expand my use of OpenTest and having authentication required to gain access to the UI as well as the Rest API would likely be required for me to get this request approved internally. What are my options?
not-bob
  • 815
  • 1
  • 8
  • 23
0
votes
1 answer

In OpenTest, how does one run tests across multiple actors using a single template that contains a dozen tests?

As it stands currently, we have a single template with a dozen tests underneath it. We have two actors, but the second actor never picks up any tests under the session using the template that was launched. How should I structure my distributed…