Upload a File
Last updated
Last updated
This is a pre-built action in Avo Assure and comes for the link captured element. It instructs Avo Assure Client to upload a file from a specific location of local system to the specific captured link and store the status of action (True or False) in the output variable.
Input: <File path>;<File name>;<Wait (in seconds)>
Note:
File path: It includes the path or location of specific file from the Local system.
File name: It includes the name of a specific file which the user wants to upload.
If a ‘wait (in seconds)' is specified, the action will be performed after the specified wait time.
Output: <Dynamic Variable>(Optional);< Dynamic Variable> (Optional)
Consider a scenario where you are testing feature of an application. The upload a File action is used from the Avo Assure. Where They needs to upload an Excel file containing user details for financial application.
Input: Excel file: C:\Users\John.smith\test.xlsx;Data file;5
Expected result: It should upload an excel file on captured link element and store the status as True in {Result} output variable.
Output: The action performed and saves the status in the {Result} output variable as True.