Behaviour of dataprovider when one of the row is failed to process in @test method
Behaviour of dataprovider when one of the row is failed to process in @test method
I'm new to test ng framework. I'm planning to use data provider to pass the list of form values from the excel sheet. Let's say add product from the list in excel sheet. The @test method will run for each row from the excel sheet when I use data provider? What happens when one of the row failed to process? Does it run the rest of the rows after this failure? Do I have to re-initiate the selenium webdriver and login method again when it fails? I do not want to re initiate the webdriver for each failure..
My current application will retain the session even when the browser closes
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.