Welcome To User Friendly Software Technical concepts

This Blog contains information of various technical concepts,The concepts are precise,informative with examples.visitors can easily understand the concepts of different technical related subjects like software Testing concepts , practice questions on sql And JMeter(Open source automation tool ) for Performance testing of an web application and about selenium tool used for functional testing of an web application

Friday, January 21, 2011

Parameterization in Jmeter

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




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