How to read all excel columns in a single browser in DD framework | Selenium Forum
S
sajjad ali khurasani Posted on 06/06/2020

Hi

I have created a webdriver code, excel data(5 rows), integrated DDF and everything. test was successful as well but it ran all in different chrome browser such as one row data=one browser.

I want it as to launch a browser->create all 5 accounts then logout or close the browser. 

 

Tried all combinations but it is not working. please do help me out. Once stuck lot of time is wasted.

 

Thanks in advance


A
Ashish Thakur Replied on 09/06/2020

Then in @beforeTest you can open browser and make driver common for all the tests

By doing this all tests will share same driver

You will have to change code