python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
TestNG Gradle how to run multiple suites in parallel
I was wondering if there is a way to run multiple test suites in parallel with TestNG + Gradle.
I have a master suite file which contains other individual suites to run, however it will only run the s...
bway
Votes: 0
Answers: 1
second Test case is not call in testng maven project with selenium
I am trying to automate Justdial.com with the TestNG Maven project. My first test case "VerifyFlightClickTest" is working fine it is clicking on the Flight option by justdial the home page.
...
shubham sharma
Votes: 0
Answers: 0
org.testng.TestNGException: java.net.SocketException: Unexpected end of file from server error using Selenium with TestNG and Maven
Background:
I am currently using Maven to download Selenium chrome driver from the remote repo in order to perform TestNG automations.
When I am on corporate network, I receive the following error, wh...
brownginger
Votes: 0
Answers: 1
Gradle TestNG how to run all suites without hardcoding them in build.gradle
I am working on a Java TestNG project with gradle
We have multiple xml test suites
In order to run them we pass them as this :
suites ("src/test/resources/sanity.xml",
...
user3661644
Votes: 0
Answers: 1