标题: 请教LR 指南中的一段描述具体是解决什么样的问题 [打印本页] 作者: waiverson 时间: 2008-3-19 17:07 标题: 请教LR 指南中的一段描述具体是解决什么样的问题 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.