I am using intelliJ v2021.3.2 (Community Edition) My project is a java Maven TestNG (v7.4.0) project When I run test cases it executes successfully, but when I
API responses currently we are working on are in xml format. We suspect our test cases in rest assured are failing because we are not really waiting for the res
I want to know what exact software should I install before I run my automation project. Selenium web driver, selenium java, testNG, junit was installed but th
Here i am trying to save my logs generated during execution in logs file i have used lo4j2.properties with Testng listener to save my logs , my log4j2.propertie
I am working with Java source code with TestNG and frequently see errors like no test found to run OR Test event were not received whenever I try to run test ca
I am working with Java source code with TestNG and frequently see errors like no test found to run OR Test event were not received whenever I try to run test ca
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 suite
I succeeded to run cucumber scenario's in parallel but only on one browsertype(chrome or firefox). So first I run my tests on chrome. When tests finish I start
With JUnit i could use @MockBean easily : @SpringBootTest(classes = AppConfig.class) @RunWith(SpringRunner.class) public @Log class ServiceDrhImplT
I have a project with Gradle + Cucumber + TestNG + Spring. Everything is with last versions and runs smooth. The only problem I have is when I run tests from th
i created the Three suites while trying to run all of them using Testng.xml getting Nullpointer Exception. Mentioned after the code of all three suites.xml code
While running katalon testcases on windows. I am facing "Your connection is not private" How can I bypass this in headless Chrome? I have tried to use web UI
I have 5 real devices in which I want to execute 20 tests, for example: 4 tests in each device in parallel, that is, in device 1 test 1 is executed, when the te
I'm doing a POC for a Java project in an AzureDevops CI/CD pipeline. I created a Maven project that has Selenium tests (TestNG) that run against a demo website
I have a Java Maven project where I have some dependencies defined in the pom.xml file. Recently I decided to move from Junit to TestNG so I deleted the Junit d
Is there any difference between Soft assert and Verify? I am well aware that Verify is implemented using SoftAssert class. And when any of the methods fails,
I am having difficulties with testNG + Gradle. My tests have worked fine, but I made some changes to the file where I have tests, and now this issue pops up. "E
I got the error message as shown below as I was trying to add listeners class in testng.xml, I will be really grateful if you could give me a clue. Thanks a mil
My code works, TestNG works, I got results as expected, but this error appears at the end of TestNG results: Error code: java.lang.AssertionError: Couldn't fin
When trying to run a test as a TestNG suite, I would get a very cryptic error message saying that TestNG can't launch because it references a non-existant proje