ATF - Run same test suite in parallel with 2 different browsers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2023 09:45 AM - edited 03-28-2023 09:46 AM
Hello,
I am trying to run a test suite in 2 different browsers on parallel, and found this article.
https://docs.servicenow.com/bundle/tokyo-application-development/page/administer/auto-test-framework... but didn't much help.
1. Created a UI test
2. Created a Test Suite and pulled just this test
3. Under Schedules, created a schedule with On Demand run, and added 2 Schedule Suites under this - 1 for Chrome and 1 for Edge
4. Now, I have kept open 2 Scheduled Client Runners like 1 in Chrome and 1 in Edge. as you can see both are Active in above screenshot.
5. When I hit Execute Now, it is running one by one like sequentially, not in parallel.
Just want to understand if this procedure is correct or missing anything here. Appreciate any inputs.