Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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
Giga 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

M Iftikhar
Tera Sage

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. 

 

Thanks & Regards,
Muhammad Iftikhar

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