Forum Discussion

sguda's avatar
sguda
Regular Contributor
14 years ago

How to record small modules as a part of the load test.

Hi,



I just started load testing with Test Complete.

I want to record several steps as a part of my test.

How can i do this.

This is my guess.



I create Test - Crytal_Report.

                Tasks  - login

                           - Search    

                           - process  etc.....



and while creating each task, choosing the option to append to the existing traffic for each task.



So when i run this test , Does it run all these tasks in sequence for each user.



Also for login task i want to pass login parameters for 2 users diffrerent from other 3 users out of total 5 users.



How can i do do that.



Please suggest.



 

1 Reply


  • Hello Sri,





    So when i run this test , Does it run all these tasks in sequence for each user.


    If you record all requests into one Load Testing task, all the requests will be executed when you run this task.





    Also for login task i want to pass login parameters for 2 users diffrerent from other 3 users out of total 5 users.


    To accomplish the task, you will need to run your Load Test from script. In the script, you will need to create a task copy for every virtual user so you can modify traffic of each user independently. To learn more about this, see the Modifying Traffic - Basic Concepts and Modifying Traffic in Scripts help topics.