We want to have utility to tigger test cases on a machine with TestNG with some java code -


i have tests of testng java code , want run on native machine cmd command or bat file.

can done using java or not?

check the manual. like:

java org.testng.testng testng1.xml [testng2.xml testng3.xml ... 

Comments

Popular posts from this blog

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

python 2.7 - Lines in my code being skipped and I am not sure why -

python - multiprocessing pool with map -