To set up your scenario you will need to have captured both scripts from the previous exercise.
Exercises
Exercise 1: Create a Job that will simulate 10 users choosing and buying books from the book store. Transpose the data from the table below into the Job
Scenario | # VU | Ramp up | Transactions | Script Transactions | Think Time | Notes: |
Choose Book & buy | 5 | 3 min’s (no stepping) | Execute for 10 minutes | 1 per scenario transaction | 15 seconds between each action | If a check fails then Agile Load is to save the response |
Exercise 2: Duplicate the scenario and set this second scenario to emulate users with a bandwidth of 1Mbit/s.
Exercise 3: Change the 1st scenario to simulate users browsing through 15 books, then clicking and buying a book. (hint use the 2nd script from exercise 2, drag & drop it into the scenario and re-arrange the running order of the scripts.
Exercise 4: Execute the test.
Questions
How many users in total will run in this test?
How could we add more scenarios to the test?
To ensure scripts execute in a series fashion where how must they be added to the job?