Wait for x number of scenario instances to reach a step #790
Replies: 4 comments 4 replies
-
|
Hi @mrm-rockport |
Beta Was this translation helpful? Give feedback.
-
|
They are called rendezvous points for those products, This is a useful feature when testing say, response time of posting an invoice with x number of simultaneous users (1,2,3 etc.) |
Beta Was this translation helpful? Give feedback.
-
|
I may be misunderstanding your comments, or I've provided insufficient context. I'm using Playwright to simulate browser access and plan on using NBomber Cluster to increase the number of browsers I can run in total. This scenario would be several steps - login, navigate to a page, populate a form, submit the form, etc. There are Lots of backend activities on submission that take several seconds, so when several users are submitting at nearly the same time I see significant response time degradation. I know already that this is slow but I need to quantify it and then retest as we make improvements. This is why I would want to synchronize the submit step, with other uses down the road. I've done some exploration of a solution using NATS messaging but I don't know if this is the optimal solution. |
Beta Was this translation helpful? Give feedback.
-
|
Not a client yet but I expect a license will be purchased shortly. The attached are what I've put together (with Claude.AI), though I'm still trying to fully understand it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to synchronize a particular step so that x number of scenario instances will wait for that step to be reached before proceeding? This is a feature in some other frameworks (examples are LoadRunner and Neoload.) Using c#.
Beta Was this translation helpful? Give feedback.
All reactions