Questions tagged [testrigor]

Should be used to mark questions related to testrigor testing tool

39 questions
2
votes
1 answer

How to use before test suite and after test suite in one test in testRigor?

I am using testRigor for Android application. I have testcases for before test suite and after test suite. I added login test script in before test suite and logout script added in after test suite. One Testcase for use login functions,so I can't…
2
votes
1 answer

How do you delete a test suite in testRigor?

My team and I have recently setup testRigor and in doing so created some extraneous test suites. Combing through the dashboard we haven't found an obvious way to remove the extra suites. How can test suites be removed?
maxcountryman
  • 1,562
  • 1
  • 24
  • 51
2
votes
1 answer

How to Close Popup's having No Close(X) button in testRigor?

I have to click out of a popup in order to close it. Popup doesn't have any close buttons. I have tried commands like click above "popup" and click on the right edge of the screen. But didn't help out. Is there any commands to enter "esc" in the…
2
votes
1 answer

How can I make testRigor find these inputs?

I'm trying to make testRigor put some data into some inputs. The thing is that it has found some of them but some it has not found. Here I'll post an image where I show you the INPUTS testRigor has found and not found. How can I make it found the…
Stéfano Willig
  • 143
  • 1
  • 7
2
votes
1 answer

How can I make testRigor find this input the right way?

I'm trying to make testRigor find this input with no success: the input we're trying to put data on R$ 0,00 The ID is not the same always so we can't use…
Stéfano Willig
  • 143
  • 1
  • 7
1
vote
0 answers

Couldn't perform click, button not found in: 'click on "OBFormFieldSelectInputRequired"'

Recently, I registered with Testrigor and am using its Free version. We need to test dynamic web applications in Testrigor, then we write scripts for the same. In our Application 3 field use same class selector ,so when i used class in script for…
1
vote
2 answers

How to make connectivity to the mysql server from the TestRigor?

For my automation, different sets of customers are available in the database. We need to verify the frontend part like Active message for active customer and arrear message for arrear customer while login to the page. Here need to add a few…
Ramesh
  • 88
  • 5
1
vote
1 answer

How to test a click on a button or link icon in testRigor?

In my website, I have to click in an icon to be able to edit a user settings. So I want to be able to create a test in testRigor to click in this icon and edit the user settings. For example, if I want to create a test to click in a button that it's…
1
vote
1 answer

testRigor - Is there any Support for Integration with AWS CodeBuild

I could see some bash commands in the CI/CD section of the tool. But is there any case study or proven case where the cases would be integrated with AWS Codebuild please ? Also is it Supported with testRigor at the moment ? If Yes, can you explain…
Viji Laxmi
  • 11
  • 1
1
vote
1 answer

How do I test a text message (SMS) with testRigor?

I'm using testRigor and our system sends text messages. How do I test that a text message has been received?
1
vote
1 answer

Testrigor - Logs for developers

Could you please let us know if we have Browser Logs in TestRigor so that developers could find where and what is wrong in the code. If we have it, could you please give us details as to how to get to it.
1
vote
1 answer

How do we get manual access over the files downloaded by testrigor?

When we download a file via testrigor, how do we get manual access over the files? How to access the files locally to perform validations?
1
vote
0 answers

Ability to detect the filename of the currently downloaded file and cleanup of the downloaded file

Ability to detect the filename of the currently downloaded file and cleanup of the downloaded file. For downloaded file need ability to be able to grab the filename of the downloaded file as sometimes the filename can be dynamic. Also need the…
1
vote
0 answers

Could filter Failed does not include Disabled case that failed before?

Currently testRigor filter by test cases state Failed returns eighter Failed and Disabled: Could filter show only Failed cases?
1
vote
1 answer

Enable location detection in TestRigor

could you please explain how I can enable location detection in the TestRigor browser? For user it looks like browser pop-up, but rigor skip this pop-up and I receive only errors which caused by unavailable location (important for my project). I…
AndreyZ
  • 11
  • 1
1
2 3