Can Multiple ATF Test Suites can be run at the same time?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Does ATF supports Parallel testing of Multiple test suites
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
1. Yes, multiple ATF test suites can be run at the same time using parallel execution.
2. Parallel testing enables users to run multiple automated tests simultaneously. This process continues until the number of parallel running tests is as per the following formula.
Number of parallel tests = max(1, number of worker threads - 2)
3. Please find below link for reference
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
HI @pallaviraj
Yes,
You can run in different browser at the same time or you can run multiple using other system.
***********************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful." This action benefits both the community and me.
***********************************************************************************************************************
Regards
Shaqeel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @pallaviraj,
Yes — ATF does support parallel execution of tests.
You can explore more here:
“Parallel testing” in the official docs: https://www.servicenow.com/docs/bundle/zurich-application-development/page/administer/auto-test-fram... ServiceNow
Community thread on New York parallel testing: https://www.servicenow.com/community/developer-forum/servicenow-atf-new-york-parallel-testing/m-p/19... ServiceNow
If my response helped, please mark it as the accepted solution so others can benefit as well.
