zoukankan      html  css  js  c++  java
  • QTP中隐藏的环境变量

    QTP的环境变量分为Built in和User Define两类,在内建的环境变量中,有些环境变量并没有列出来,例如:EXE_ENV_1、LNCH_ENV_1、CHLD_ENV_1等。

     

    To use environment variables to define the details for Windows applications on which you want to record and run tests, you must use the appropriate variable names as specified below:

     

    Option

    Variable Names

    Description

    Application
    EXE_ENV_1 ... EXE_ENV_10
    The executable files on which QuickTest records operations when record and run sessions begin. You can specify up to ten executable files.
    Working folder
    DIR_ENV_1 ... DIR_ENV_10
    The folder to which the corresponding executable file refers (for each corresponding application).
    Program arguments
    ARGS_ENV_1 ... ARGS_ENV_10
    The command line arguments to be used for the specified application (for each corresponding application).
    Launch application
    LNCH_ENV_1 ... LNCH_ENV_10
    Whether to open the application when starting the record and run session (for each corresponding application).
    Possible values:
    0 (do not launch the application)
    1 (launch the application)
    Include descendant processes
    CHLD_ENV_1 ... CHLD_ENV_10
    Whether to record and run on processes created by the application during the record and run session (for each corresponding application).
    Possible values:
    0 (do not record on descendant processes)
    1 (record descendant processes)




  • 相关阅读:
    第三次作业
    第二次作业
    10.30 非确定的自动机NFA确定化为DFA
    10.23 正规式、正规文法与自动机
    10.16 正规文法与正规式
    10.9 词法分析程序的设计与实现
    9.25 文法和语言总结与梳理
    9.18 语法树,短语,直接短语,句柄
    9.11 理解文法和语言
    9.4 了解编译原理
  • 原文地址:https://www.cnblogs.com/testware/p/2004719.html
Copyright © 2011-2022 走看看