zoukankan      html  css  js  c++  java
  • 原创:LoadTest系列之Local.testtings之Web Test

    在录制脚本后,需要对脚本进行回放,而在Loal.testting的Web Test设置中,可以设置脚本运行的次数,以及是否考虑think time等,如下图所示:

    1. 双击Solution Items下的Local.testtings

    2. 然后选择Web Test。在这窗口可以设置脚本如何运行:

      Fixed run count: 设置脚本运行的次数,例如设置为5,则脚本会被运行5次。

      One run per data source row: 根据data source的row的数量来决定脚本运行次数。例如在执行脚本时遇到参数,则会根据该参数的data source的row的数量来决定脚本运行多少次。

      Browser type:模拟脚本在哪种浏览器下运行

      Simulate think times:勾选此项,则运行脚本时会考虑think time,否则不考虑

      Use request URL'S directory as the default path for cookies: (尚未清楚该项的作用)

  • 相关阅读:
    297. Serialize and Deserialize Binary Tree
    331. Verify Preorder Serialization of a Binary Tree
    332. Reconstruct Itinerary
    329. Longest Increasing Path in a Matrix
    319. Bulb Switcher
    292. Nim Game
    299. Bulls and Cows
    Ice Cream Tower Gym
    B
    C
  • 原文地址:https://www.cnblogs.com/lci05/p/3669484.html
Copyright © 2011-2022 走看看