Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
Regarding parametrization

Vivek
Posts: 1 ✭
in Virtualize
I have a sample json request(.pvn) and json response (.pva). I want to parametrize response . But I'm using literals . can some one please help me
Tagged:
0
Answers
-
I want to parametrize response
There is are a lot of detail available in the docs, describing the all the different types of parameterization that is possible:
Parameterizing Tools with Data Source Values, Variables, and Extracted Values
Extracting Request Values to Populate Responses in VirtualizeI'm using literals
For example, the Parameterizing Tools with Variables section says "To reference a variable in this manner, you use the ${var_name} notation: a dollar sign with the variable's name wrapped in curly braces."
Also see Using Inline Expressions to Extract Request Values.
0