Quantcast
Channel: Active questions tagged selenium - Stack Overflow
Viewing all articles
Browse latest Browse all 97792

why selenium test cases are got skipped randomly while running testng.xml in windows cmd

$
0
0

I have tried to run the selenium automation test cases using testng.xml file with multiple cases, but some cases got skipped. TestNG not showing skipped testcases count also, but showing total count and failures count. Can't find the reason and resolve this issue.

So i need solution for run the tescases using testng.xml without skipping in windows cmd using following command in cmd line;

    java org.testng.TestNG %project_location%\sample_testng.xml

Could you please anyone help me on this issue ?

enter image description here


Viewing all articles
Browse latest Browse all 97792

Trending Articles