7. getDelimitedValue Keyword

Why was this developed?

The web application type had no supported keyword to read text from any file that has Pipe delimited.

What is the Goal?

Avo Assure team has developed the keyword “getDelimitedValue,” which will read a text from any file that has Pipe delimited.

How does it Look?

How does it work?

Description: This keyword or action instructs Avo Assure Client to read text from any file that has Pipe delimited.

Keyword

Input Syntax

Output Syntax

Supported Format

getDelimitedValue

<Filepath>,<Row>,<Col>,<Delimiter>

<Dynamic Variable>

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

In the above example, after the test case debug, it reads a text from any file that has Pipe delimited, and the execution status “True” / “False” will be stored in variable {output}.

How can I get this?

If the user upgrades to the latest version of Avo Assure to 23.2.2, this feature will be available automatically.

Last updated