'how to run auto tests in loop for couple times | Selenium Forum
D
divya Posted on 09/02/2021

hi sir

please let me know, how to run the auto tests in loop e: i want to run my test for 5 times continiously in java. 


A
Ashish Thakur Replied on 09/02/2021

You can either use a data provider

Or you can call TestNG programatically and run it in a loop


D
divya Replied on 09/02/2021

how can i call this -> TestNG programatically and run it in a loop, please provide syntax 

and how can i achive running tests with same values over and over using junit 4 or 5.

Thank you.


A
Ashish Thakur Replied on 10/02/2021

I am putting a data driven framework new videos in a week

It will be in that


D
divya Replied on 01/03/2021

Hi Sir, could you pelase share the video details or summary i could refer through. Many thanks :)


A
Ashish Thakur Replied on 04/03/2021

Plz check DDF by EOD


D
divya Replied on 31/05/2021

Thank you Sir


Related Posts