|
Modify the script to handle dynamic server data.
The sample application server uses dynamic data to handle some of the
flight information. This requires either parameterization or correlation to
make sure that multiple Vusers run without errors. Lesson 5 provided details
about handling dynamic values, but for the purpose of the tutorial, you will
comment out the line in your script containing the dynamic values.
Switch to Script view. Choose View > Script View or click the Script View
button.
Locate the line that begins with “Name=outboundFlight”, and add two
slashes to the beginning of the line (//). The modified line should look like
this:
// “Name=outboundFlight”, ......
Switch back to Tree view. Choose View > Tree View or click the Tree view
button.
现在就是不明白为什么要注释“Name = outbountFlight",......
这一段具体是什么意思~!
望有操作过指南上面的例子的高手帮帮小弟 |
|