Question regarding Junit Tutorial | Selenium Forum
R
raj palavarapu Posted on 21/01/2019

In Junit videos  there was a program related to Parameterized class,In that I didn't understand the flow of the program.Can you explain that?


A
Ashish Thakur Replied on 04/02/2019

What did you not understand

Please let me know

Its simply used to run the test multiple times with different sets of data

 


R
raj palavarapu Replied on 12/03/2019

when the @test,constuctor,@Parameters executes ,I want to know the order of execution


A
Ashish Thakur Replied on 26/03/2019

You can simply put sop in them and check !!