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!
  • 相关阅读:
    linux sed命令详解
    SQL注入基础知识
    DC-7
    DC-6
    DC-5
    DC-4
    DC-3
    DC-2
    pentestlabs
    任意文件读取和下载
  • 原文地址:https://www.cnblogs.com/allenblogs/p/2835632.html
Copyright © 2011-2022 走看看