Launch same test class more than once at different time with different data set | Selenium Forum
N
nrv486 Posted on 08/07/2020

Hi,

 

Could you please advice me how we can implement below scenarios using testng hybrid framework.

  1. Import a Trade File with test data set 1
  2. Calculate total amount with test data set 1
  3. Import a Trade File with test data set 2
  4. Calculate total amount with test data set 2
  5. Import a Trade File with test data set 3
  6. Calculate total amount with test data set 3

A
Ashish Thakur Replied on 09/07/2020

Its very simple.

You need to parameterize the test.

Keywords can be written in xls.

Plz look at hybrid framework video once. You will get a clear idea.


Related Posts