Scenerio:-
When you want to execute one test plan for more than one user at the same time you go for parameterization
When user wants option to set multiple user with different values to the request
Follow the steps for the above scenerio
1)Give Http request
3)Add different variables like username,password
4)Add listeners to view request,username and password
When you want to execute one test plan for more than one user at the same time you go for parameterization
When user wants option to set multiple user with different values to the request
Follow the steps for the above scenerio
1)Give Http request
2)Thread group : Add : pre processors : use parameters
3)Add different variables like username,password
4)Add listeners to view request,username and password
Disadvantage with this parmeterization method
Time cosuming to set credentials for more than 100 users .To achieve this Follow
Csv method which i posted in previous post.




No comments:
Post a Comment
You Can Post Your Comment Here