Ravik
9 years agoSuper Contributor
How to launch Browser as a different user in TC
Hi, I want to launch Browser (IE) as different user for performing testing with different user account.
- 9 years ago
Hi All,
I found the solution -
Added Browser in Tested app and tried below code, it's work for me.
Call TestedApps.iexplore.RunAs("DOMAIN", "User", "Password")