I know we can run tests in multiple browsers using testng and selenium grid. But, the problem am facing is, Second browser is taking the logged in session of first browser.
I mean, I need to sign in to an web-application and do some functional flow automation. Code is ready and running fine stand alone. Facing issue when executing in two instances of firefox, or chrome. Firefox1 logged in first and Firefox2 also takes the session before login step. If Firefox2 logout, Firefox1 also logged out before reaching logout step.