Interview Questions | Selenium Forum
S
SHIVANI TAKALE Posted on 22/01/2021

I have been asked below 2 questions:

1. out of 10 TC I need to run only first 5 TC then how we do that.

2. If our code is of 1000 lines , how can we start execution from 500th line in eclipse.


A
Ashish Thakur Replied on 23/01/2021

you can optionally run tests after configuring from xls or json file or testng.xml

second point is not possible


Related Posts