Forum Discussion
I have execute below things in QA complete
- Installed Test Agent
- Configure the Test Agent
- Assigning Selenium TestNG Tests to Tests
- Schedule Automated Tests
Since my selenium TestNG setup is in VM, as per schedule, something is happening and it kicks me out of VM. After I sign-in back to VM, I found all opened files are closed now and found Fail result in Run History for that tests.
Any suggestions?
Regards,
Shirish
Hi,
By checking the checkbox for maven project, somehow I manage to execute my Selenium TestNG TCs. As in general, I do have multiple Classes and multiple @Test in those classes.
I want to run 1 class at 1 time but if my checkbox checked, it runs all classes under maven project and if I keep the checkbox for maven project as unchecked and define path for class or upload the zip (which has only 1 class), it fails to execute every time.
i.e. for me, it executes selenium TCs only when maven project checkbox is checked and it execute all classes in that cases.
I tried but getting error and TC got failed
Error: Could not find or load main class org.testng.TestNG
Is there any way to execute 1 class or 1 @Test at a time instead of all classes together?
Regards,
Shirish
Related Content
- 12 years ago
- 10 years ago
- 8 years ago
- 8 years ago
Recent Discussions
- 24 days ago