Batch Operations

Keyword: EXECUTEFILE

Description: This keyword or action instructs Avo Assure Client to execute the file provided in the input.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

executeFile

<path of the file>

{Variable}

  • Text

  • Static values/ Dynamic variables

  • Supported Operators: .bat, .exe, .vbs

Find the snippet of the keyword below:

In the above example, after the test case debug, it executes the .exe file provided in the input, and the execution status “True”/ “False” will be stored in variable {executeFile}.

Last updated