My dear Friend

Remember to be a Friend i am waiting for you, please forget to be an Enemy

Critical Move in Life

Life is like a Chess , if u act wisely. Recover your last move and win the desire.

Keep Smile to win the Sweet Hearts

Smile is the sweetest medicine and also the sweetest poison in the world

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Pages

Friday, February 8, 2013

JMeter CSV import functionality

Hi dude

Here how to use CSV import functionality in the JMeter.


In the JMeter , as usual normal recording the page and add the thread group under Test Plan

Then Add the CSV import functionality in the  below the requested URL to import the data from the CSV file.

Add the CSV data set config via

Add -> Confiq Element -> Select CSV data confiq

See the Picture


In the CSV file if u add 3 colums(username, Password, Country) . In the CSV file no need to add header just enter the data .in the variable declare enter the value (username, Password, Country).

then add the variable in the HTTP request value , replace the recorded value with the variable we assigned in the CSV data config.

See the picture for your reference
Just assign the value by enter ${username} like that we place in the value field. If you want to see the result exactly means save the response fie or see the view results in Table listener.