Life is short, you need Python

参数化与自动关联的区别

Parameterization is used when you want to take a value and turn it into a variable in order to make your script more realistic. For example, if you are filling out a form on a website, you may want to vary the value entered for a particular field.

为了使脚本更加真实的模仿实际的操作,参数化是将一个值转变成一个变量

Correlation is used when a recorded script includes a dynamic value (such as a session ID) and cannot replay. To resolve this, you make the dynamic value into a variable thereby enabling your script to replay successfully.

关联是为了解决录制的脚本因为某些动态值而不能回放的问题

posted @ 2012-12-27 14:16  runfox545  阅读(592)  评论(0编辑  收藏  举报
白月黑羽 Python教程 白月黑羽Python