zoukankan      html  css  js  c++  java
  • 参数化与自动关联的区别

    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.

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

    Work for fun,Live for love!
  • 相关阅读:
    mac pro发热发热发热
    从零开始搭建Vue组件库
    Charles模拟弱网测试
    webpack
    异步加载脚本
    Angular
    JavaScript模板语言
    Node.js
    gulp
    jsonp原理
  • 原文地址:https://www.cnblogs.com/allenblogs/p/2835632.html
Copyright © 2011-2022 走看看