Scenario: 1. I have a login request 2. I have a request for get all activities 3. Now i have a request for create meeting
This will execute one after the other(as i checked the check box in test plan) want to run consecutively
Now scenario 2: 1. login request 2. Get all activities 3. Update meeting
I want the second scenario to be executed while the first scenario is in progress or say first scenario reaches the 3rd point i.e. request for create meeting is ready to hit
please help