All Questions

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
-1 votes
1 answer
33 views

I want to know how to distinguish the blocked test case?

When I execute a test case, I meet a blocked issue 'QP-12' in my test case list. So I can't test cases QP-13 - 17, because there are a series of test cases of 'QP-12'. In this case, to share with QA &...
Seok Hwan Choi's user avatar
0 votes
0 answers
17 views

Contract like test without requests/rpc

I work on a (python) project that both depends and is depended on by other projects all developed in house. Pkg A --> Pkg B --> Pkg C Currently the API usage of Pkg B in Pkg A is only checked in ...
Kajsa's user avatar
  • 109
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
0 votes
1 answer
24 views

Optimizing long-running playwright test

I have just completed my first two playwright tests, but I am not sure how to optimize them. The scenario is the following: I log in to the system with an administrative user. I create a new user and ...
JoSSte's user avatar
  • 231
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
-1 votes
1 answer
14 views

What are very localized whitebox tests called?

Assumptions, imagine we are selling a software API: a "system test" verifies that a system works by calling it's public interface e.g. assert(init()==true) or assert(MY_PI > 2 && ...
Vorac's user avatar
  • 109
0 votes
0 answers
16 views

How to fetch latest commits in only specific project/folder in Git repository using eGit eclipse plugin?

I have a Git repository and have created multiple projects under that repo. Now, I have all those projects under an Eclipse workspace. The issue is that when I fetch latest commits from origin, it ...
kunal22's user avatar
0 votes
0 answers
12 views

Parallel feature files execution in Cucumber with TestNG runner? [duplicate]

How to run multiple feature files parallely in cucumber with TestNG runner? <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>...
kunaltester2304's user avatar
0 votes
0 answers
38 views

How to run multiple Feature files parallelly in Cucumber with TestNG Runner?

I am facing one issue: I need to run 5 feature files that are totally independent of each other, Each feature files logs into a different site. I want 5 different ChromeDriver Browser sessions to open ...
kunaltester2304's user avatar
2 votes
1 answer
67 views

Finding bugs = More works/overtime

I've been working as a manual software tester for 5 years and I find out that I always hope there is no issue in the app under tested. e.g: The company gave us 3 days to do regression testing every ...
QATestIsTough's user avatar
1 vote
2 answers
41 views

Load testing with functionality testing

I have a campaign with landing page with next button, opt-in page with form, scratch page with win/loose buttons, result page with next button, claim page with form and thank-you page. I want to do a ...
Karan Joshi's user avatar
0 votes
1 answer
29 views

How can time to execute a manual test case in DevOps be captured?

How can the amount of time required to execute manual test cases in Azure DevOps be captured. For example, I want to use the information in order to provide stakeholders with actionable data for how ...
Doug's user avatar
  • 1
0 votes
1 answer
21 views

Unable to locate button via Selenium WebDriver

Using Selenium to try and locate + press a button inside of an Atlassian Jira environment. The button class is not unique and the button doesn't have a button ID. I assume the website is built in an ...
Matthew  Gosnell's user avatar

15 30 50 per page