testing - transaction processing scenario simulation in a web application -


i looking transaction processing , cannot find way simulate multiple queries (http methods) resource (script) act on shared data.

e.g http representing access resource user1 param1 , http access user2 param2

for example 2 users trying book limited resource "at same time" or access url triggers actions should have acid properties.

is there way test such scenarios in web application?

should stick in "programmable" scenario (a scenario code) can run using stress test tool ?

what method(s) use in such cases?

you can use apache jmeter set test scripts run multiple simulated users, varying test content , on. can run slaves test more 1 physical test clients if need increase load. requests can created templates including user-specific data, pick random prepared requests or run scripts create data each request.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -