Skip to main content

Questions tagged [automated-testing]

Use for questions involving problems with automated tests. Relevant for designing test automation, debugging test automation, automation tooling questions, and questions about when it is appropriate to automate. Questions regarding specific tools should tag those tools as well.

1 vote
2 answers
23 views

What are the best strategies on how to continously (every x seconds) test a website?

I need to continuously monitor my website's quality, I already have some tests integrated in a CI, but I need to do some checks every x time, what the best strategies on this ? I'm using selenium, ...
Moad Ennagi's user avatar
0 votes
1 answer
15 views

Why isn’t Cypress referred to as “Cypress WebDriver” like “Selenium WebDriver”?

I’ve been working with both Selenium and Cypress for automated testing and I understand that WebDriver is used in both. However, I noticed that we often refer to “Selenium WebDriver,” but not “Cypress ...
InquisitiveMind's user avatar
-1 votes
0 answers
8 views

Getting "org.openqa.selenium.UnsupportedCommandException: This API is not supported anymore " This error while running my test case

org.openqa.selenium.UnsupportedCommandException: This API is not supported anymore. See https://github.com/appium/appium/issues/15807 Build info: version: '4.7.0', revision: '0a5b49d16f' System info: ...
user58982's user avatar
0 votes
0 answers
21 views

Unable to run feature files parallel with JUnit 4 and "mvn test" command?

I want to run my 5 Cucumber feature files with "Mvn test" Command parallely. Now, the "mvn test" or 'mvn build" runs fine and maven builds the project, but feature file dont ...
qatester972's user avatar
0 votes
1 answer
40 views

Best way to automate File contents verification using Selenium/Java?

In my application, there are lot of files that contain financial data and those are sent to different parties. So, I have to automate verification of content of all these files. Now, each file has a ...
tester234's user avatar
1 vote
0 answers
12 views

What is a definition of 'Renderable canvas' in a context of web based test automation

In description of 'location' property of Selenium WebDriver the term 'Renderable canvas' is used: property location: dict The location of the element in the renderable canvas. Link: https://selenium-...
Pekotski Bit's user avatar
0 votes
1 answer
19 views

Green/Blue Deployments with several development teams

I am working in an AKS cluster environment with several clusters separated from each other. I've been reading about Green/Blue deployments about testing a change in one cluster and then rerouting ...
CodeMonkey's user avatar
1 vote
1 answer
23 views

Load testing asynchronous systems

I have developed an image processing web application and would like to run some load tests to get an idea how it will handle peak usage scenarios. The application is asynchronous and to simplify ...
Y_59_alef's user avatar
0 votes
1 answer
35 views

Do you automate testing of the responsiveness of UI app?

I agree that responsiveness of the UI app is important and must be tested. But, do you think, we should automate responsive tests of UI using Selenium?
Jimmy's user avatar
  • 249
1 vote
1 answer
39 views

Data clean up in selenium

I am doing automation testing of web browsers using selenium and the test includes that i create users, add personal details, approve, recommend and the likes. how do I clean up these data that has ...
Oluwabusayomi Temitope's user avatar
0 votes
2 answers
48 views

Page Object Model: Base Page necessary?

I've gone back and forth on this, and am sort of having a hard time deciding if a "Base page" class is necessary or a good idea. In most cases this base page class someone stores common ...
Mercfh's user avatar
  • 1,720
0 votes
1 answer
32 views

How to iterate over List<WebElement> and click link based on text on any page inside webtable?

On my page, I have 25 Links displayed inside a web table, now i have to traverse all pagination pages, like 1-25, 25-50, 50-75 etc...my specific link text can be in any pagination set, it can be on ...
arvind2359's user avatar
0 votes
0 answers
13 views

How to click on a specific link which is inside <table> element based on multiple pages and if not found click on "next" pagination link in Selenium?

How to click on a link that is under a table element, but that is not visible on first page. There are pagination links "previous" & "next" on the page, and i want to iterate ...
sachin2350's user avatar
1 vote
1 answer
29 views

Assertions "IsLoaded" method in page object?

So I am debating a bit on whether it makes sense to have a sort of isLoaded or similar method in a page object. I know there is some debate on having assertions in page objects (Most say no, some say ...
Mercfh's user avatar
  • 1,720
0 votes
2 answers
46 views

Sanity vs smoke testing

I am currently working on updating regression test suite. I would like to add some simple test at the beginning of the regression suite to make sure it is still behaving correctly and all the basic ...
martin balaz's user avatar

15 30 50 per page
1
2 3 4 5
245