Skip to main content

Questions tagged [automated-tests]

Test automation is the use of software to control the execution of tests, the comparison of actual outcomes to predicted outcomes, the setting up of test preconditions, and other test control and test reporting functions. Commonly, test automation involves automating a manual process already in place that uses a formalized testing process (wikipedia.org).

automated-tests
0 votes
1 answer
37 views

Cannot loop all rows in cucumber.js examples table

In my automated test, I intend to automatically answer quiz and click the "next" button to proceed to the next page after each question is done in each page (questionNum). However, only the ...
Shirley's user avatar
2 votes
1 answer
55 views

Codeception: Acceptance test is running as the first test in the test group, where API test is defined as the first test in the group: How to resolve?

I use Codeception framework and Netbeans IDE for my test automation using PHP. I would like to run 2 tests one after another in a group, where the API test will run first and after the successful run ...
Summa11's user avatar
  • 21
0 votes
0 answers
62 views

Flutter version 3.22.0 or above the aria-label attribute is not displayed

I am having an issue with my automated tests because when I compile my web application I can't find the aria-label attribute that was present in version 3.19.6 or earlier. Flutter 3.22.0 or above ...
Elkin Mercado's user avatar
0 votes
0 answers
10 views

RestSharp || Rest API Automation Testing || ExecuteAsync returning null

I am developing RestAPI automation test case using RestSharp. I am trying sample code to test the API response. Below is my code: var _client = new RestClient("https://reqres.in"); var ...
Shyam's user avatar
  • 57
0 votes
0 answers
34 views

Reuse results of random generation function as "const" [duplicate]

Newbie question here, For Cypress test of a web project, I generated a random name for an item creation. I want to "store" the resultat as "const" in order to check that folder is ...
thomas diana's user avatar
0 votes
0 answers
22 views

How to run Looker assertion for data quality tests? on non-imuable data

I'm currently working on a project where I need to validate data quality assertions in Looker. The data is mirrored in a PostgreSQL database, and it changes frequently (at least once a day), which can ...
Aurelien ROBLIN's user avatar
0 votes
0 answers
27 views

Selenium clean POM project structure

I am doing refactoring of my old Selenium project. I am implementing POM and other best practices. I work for insurance company and we are selling our insurance products online. Some of them have 5-6 ...
shokerrr's user avatar
2 votes
0 answers
19 views

ATF step configurations in ServiceNow (Reports and Responsive Dashboards)

I am facing an issue like while I am adding the test step for reporting testcase or for dashboard testcase I am unable to open, the page was stuck and is showing like this. What can I try next? ...
mrudula rudrapaka's user avatar
0 votes
1 answer
66 views

Gitlab CI pipeline for Cypress test fails

I have tried a hundred different ways but still can't get the Cypress test to run successfully on Gitlab CI. Below is my basic setup/config. I'm not sure what is wrong with my setup. .gitlab-ci.yaml ...
Rsln's user avatar
  • 1
0 votes
1 answer
49 views

.net Maui - how to tell Test Explorer use emulated tablet for its tests?

running .net8 and maui, have the emulator working just fine, and it works in debug mode, too. I also have a physical tablet plugged in and that works just fine as well. What I don't know how to do ...
NovaDev's user avatar
  • 2,899
0 votes
0 answers
27 views

Shopware 6.5 - Transactional mail testing - Workflow + Tools?

What is a preferably automated way to create transactional mails and test them with different sets of data? Speaking of the admin panel UI (Settings -> Email templates), I have some trouble ...
TheRemoteCoder's user avatar
0 votes
1 answer
30 views

Is it possible to run VsTest in azure pipelines against pre-installed test project

We have an azure pipeline that deploys candidate releases to a staging server. When the server update is complete a series of automated tests are then run, this is the current layout. Now the ...
Kev's user avatar
  • 300
1 vote
1 answer
419 views

Playwright is not locating data-testId

I'm using data-testid to locate a title entry field on a page. The input field has the tag "createTitle", however when I use the getByTestId method to locate it, the element cant be found ...
sam evans's user avatar
0 votes
0 answers
35 views

Testcafe how to test dynamic url popup window that is dependat on previous tab still being opened

I am testing a payment checkout. The normal flow is that you press a button with a dynamic url (href="javascript;:"), a popup window opens up, you enter the payment details and accept, when ...
Nermin's user avatar
  • 859
0 votes
0 answers
17 views

How to include smart assertion details in ready api reports

I have included smart assertions for my request.but while taking the report i'm not seeing the smart assertions details that i have placed in report.please help me! I need to see all the smart ...
Vasanth's user avatar

15 30 50 per page