Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Can Multiple ATF Test Suites can be run at the same time?

pallaviraj
Giga Contributor

Does ATF supports Parallel testing of Multiple test suites

3 REPLIES 3

Sardash
Mega Guru

@pallaviraj  -

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

https://www.servicenow.com/docs/bundle/zurich-application-development/page/administer/auto-test-fram...

Shaqeel
Mega Sage
Mega Sage

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

Community Alums
Not applicable

Hi @pallaviraj,

Yes — ATF does support parallel execution of tests.
You can explore more here:

If my response helped, please mark it as the accepted solution so others can benefit as well.