How to run multiple test scenarios in single browser and in same session in Cucumber | Selenium Forum
S
Shivendra Singh Rathode Posted on 25/05/2020

Hi,

Plz resolve my query.

I have Three scenarios like this -

@Login

Scenario: User want to login

@FlightBooking

Scenario: Search flight and navigate on Flight Listing page

@ModifySearch

Scenario: Modify the search on Flight Listing page and get new results.

 

So I want to run @Login, @FlightBooking, @ModifySearch in same session and in same browser. is there any way so that i can run

 

Thanks

Shivendra singh

 


A
Ashish Thakur Replied on 26/05/2020

No you cannot

You can check cucumber website

They scrongly recommend that you should not make dependent scenarios


Related Posts