简体   繁体   中英

Cross-User Testing using Selenium

I want to test Test My applications with different Users parallely in my applications.

Is it possible to achieve the same using selenium ? If yes, How achieve the same?

You can use multiple driver instances, driver1 = user1, driver2 = user2.

Where driver1 = new RemoteWebDriver(hubURL, settings1); and driver2 = new RemoteWebDriver(hubURL, settings2);

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM