Running tests simultaneously using Automated Test Framework ?

rishijoshi0707
Kilo Contributor

Is there any way to run tests simultaneously i.e in different browsers or with different users in same instance using Automated Test Framework ?

2 REPLIES 2

drjohnchun
Tera Guru

The official document Automated Test Framework Test Run Queue module says


Note: To prevent conflicts, the system allows only one test to run at a given time. This is true even if you have multiple client test runner windows open. If you submit tests to run when another test is already running, the system holds the new tests in a queue to run later. If a test remains in the queue for more than ten minutes, the system cancels the test.


You mentioned in Automated Test Framework Part 2: Form Submit that multiple test runs from multiple browser/user sessions ended up in the same queue. I believe this confirms ATF tests can be run only in series, not in parallel, as I'm not aware of any settings that can change this.



Hope this helps.



Please feel free to connect, follow, mark helpful / answer, like, endorse.


John Chun, PhD PMP see John's LinkedIn profile

visit snowaid


ServiceNow Advocate

Winner of November 2016 Members' Choice Award


kvamsikrishna
Mega Expert

Hi Rishi Joshi



We cannot   run tests simultaneously if we have a   different browsers or with different users in same instance using Automated Test Framework



                                                The system allows only one test to run at a given time. Even if you have multiple client test runner windows open. If you submit tests to run when another test is already running, the system holds the new tests in a queue to run later. If a test remains in the queue for more than ten minutes, the system cancels the test.



Thanks


vamsi krishna



please mark like /helpful /correct answer