In case, if my test method is using multiple browsers / multiple drivers , how do we identify where exactly the failure happened? (ie.,in which browser?)
For example, In a test, I launch two browsers and login to the application using two different credentials. First user submits the records and second user approves it. Failure can happen in any one of the browser. But how to identify which driver is causing the failure, so that we can capture the screen shot based on that.
If there are more than one drivers active, how do we identify the recently accessed driver?
Suggestions and answers are welcome.
Thanks in advance.
Best regards, Anand