Newest Questions

1 vote
0 answers
45 views

Beginning of 2025, what are the most recent/best unit testing frameworks?

Starting next year, I will be assigned writing tests for some new applications, that will be developed by my department (now, I'm working here as a software developer). I would like to prepare myself, ...
Dominique's user avatar
  • 271
0 votes
1 answer
25 views

Web Application & API Data comparison by using seleuium one test code?

How to test Web Application & API Data comparison by using seleuium one test code for a lot of records of rows and columns ?
pk pulumati's user avatar
0 votes
1 answer
116 views

Loose coupling for utility/helper classes

What solutions do you use to avoid tight coupling between classes when using utility classes like waithelpers, data formatting, selenium utils etc? I am using these classes having static methods, ...
Thea's user avatar
  • 29
1 vote
0 answers
63 views

C# Reqnroll test - BeforeTestRun hook not firing correctly

I've got a C# framework using Playwright.NET and Reqnroll (formerly SpecFlow). I've moved common steps across multiple projects into a separate project within the same solution to enable easy reuse. I'...
Moorpheus's user avatar
  • 275
1 vote
0 answers
12 views

Docker Container Logging during Testing

I'm currently working on a project that involves multiple services (some distributed across a cluster like Elasticsearch) running inside Docker containers. The whole system can be started through a ...
Fa11enAngel's user avatar
1 vote
0 answers
61 views

SessionNotCreatedException: Could not start a new session, Selenium connecting with Appium server

Exception in thread "main" org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure....
Keerthana Sugan Babu's user avatar
2 votes
1 answer
24 views

Checkbox screen reader announcement

I am testing application using screen reader NVDA. there is a checkbox, if I click on checkbox there will be dropdown will be display and it has 2 options 1.Accept 2. Reject If I select Accept and tab ...
Victor's user avatar
  • 33
2 votes
0 answers
30 views

How to properly validate an ETL process?

In an ETL process a table is dynamically constructed using a complex SQL query. This query is written by a developer. As a QA engineer, how can I validate that the table is correct according to ...
Aishwarya's user avatar
1 vote
0 answers
22 views

Is there a good way to run selenium tests on a Linux machine against a WebKit browser?

A majority of our users are on mobile safari, but we run our automation in pipelines using a linux kernal. Is there a way a good option for running our tests in webkit-based browser to ensure it ...
kroe761's user avatar
  • 215
1 vote
1 answer
53 views

How to resolve Null error displayed for shadowRoot element?

I have written this code in which I am able to get the shadow element: package org.example; import org.openqa.selenium.JavascriptExecutor; import org.openqa.selenium.WebDriver; import org.openqa....
Gippy C.'s user avatar
0 votes
1 answer
30 views

Cant loop through a for loop to click on element - webdriver io

I have below code and it will dynamically inject optionName to a xpath. And try to click on it. getSortOptionByName(optionName: string) { return $(`//android.widget.Button[@content-desc="${...
ChathuD's user avatar
  • 2,157
0 votes
1 answer
111 views

How do I find the Xpath for the Shadow root element?

I have a task to complete where I need to write a Selenium script using Java. I'm not able to locate the Xpath to the Agree to all button The steps for script are: Navigate to URL https://shop....
Gippy's user avatar
  • 1
-1 votes
1 answer
9 views

Achieve the TPH using JMeter Tool

The Requirement is to Load Test the REST API'S. 1st Bussiness Flow(Test Case) with 50 Vusers and duration is 1hour. 1st Bussiness Flow(Test Case) contains 3API's. 1st API with 100TPH, 2nd API with ...
Bhaskara Reddy Dwarampudi's user avatar
0 votes
1 answer
17 views

How to run multiple maven commands parallely in batch file?

I want to run multiple Selenium/maven projects from cmd using a batch file. I want each project to start execution and open new browser session. below batch script is not working. Script doesn't start ...
abhinav234's user avatar
0 votes
2 answers
16 views

ByteIndex metric : how to calculate

There are a lot of metrics we can use to calculate Web Page load. Some are Time Instant: FirstContentfulPaint, LargestContentfulPaint Some are Time Integral: SpeedIndex ByteIndex is a proposed ...
SlightlyKosumi's user avatar

15 30 50 per page