Running tests simultaneously using Automated Test Framework ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2017 09:56 PM
Is there any way to run tests simultaneously i.e in different browsers or with different users in same instance using Automated Test Framework ?
- Labels:
-
Automated Test Framework
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2017 06:18 AM
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 ![]() | ![]() |
Winner of November 2016 Members' Choice Award
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2017 02:23 AM
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