0

I've recorded a web script (script is creating a quote for product) using blazemeter, and downloaded the file. After i ran the script from JMeter, for that i got all results in tree, table, etc..

But client wants to validate the test in such a way that when ever we run the script from jmeter, a quote should be created.

Can the jmeter script run the application and create quote, is that possible?

Bharat Mane
6,78512 gold badges42 silver badges69 bronze badges
asked Jan 31, 2018 at 15:03
1
  • What do you mean by a quote? Commented Jan 31, 2018 at 15:08

1 Answer 1

1

Assuming the script is correct, i.e. it has HTTP Cookie Manager in place, all dynamic values are correlated, all dependent files are present (i.e. files used in the CSV Data Set Config) the test should be environment-agnostic and you can run it from anywhere.

I would also suggest randomizing your script a little bit just in case the application doesn't allow creating duplicate "quotes" (whatever it is) using i.e. __time() function to add current timestamp to the created "quote" or __RandomString() function so "quote" body would be different for each request, etc.

answered Jan 31, 2018 at 15:27

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.