Download as rtf, pdf, or txt
Download as rtf, pdf, or txt
You are on page 1of 1

problem :

consider the following problem. we have two transactions, txn1 (say cash withdrawal thru atm) and txn2
(say balance enquiry). we need each of this transactions to be performed fixed no. of times (say 10 times
each) at random within 5 mins.

these are the steps we are going to follow


1. we record the transactions using vugen.
2. we set the transactions to be iterated at random intervals.
3. we run the recorded script for demo.
4. now we create a scenario with two groups of vusers (virtual users), txn1 assigned to grp1 and txn2 to
grp2.
5. each of these groups consists of two vusers performing 5 iterations.
6. we run this scenario until completion and monitor the performance.
7. now we schedule the scenario to run for 5 mins. the virtual users will be performing the transactions
independently until the scenario end timing.
8. we analyze the scenario with the help of various graphs and reports.
9. the advanced features are introduced.

the following books are referred whenever relevant.


1. creating virtual user scripts.
2. controller user’s guide.

*** end of the document ***

You might also like