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!
  • 相关阅读:
    【ccf线上赛普及组 2020】
    【小总结】2020.3.6
    DP优化
    noip2012day2
    noip2012day1
    3.28真题
    数据结构总结
    noi online 普及组
    小总结
    20200229模拟赛
  • 原文地址:https://www.cnblogs.com/allenblogs/p/2835632.html
Copyright © 2011-2022 走看看