Upload File to Application
Last updated
Last updated
This is a pre-built action in Avo Assure and comes for the captured Image element. It instructs the Avo Assure Client to upload a file present in a specific path from the local system to the application and store the status of action (True or False) in the output variable.
Input: <File path>;<File name>;<Wait (in seconds)>
Note:
File path: The path or location of specific file from the Local system which the user wants to upload.
File name: The name of a specific file which the user wants to upload.
If '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 a social media application. Where you want to upload file of image to application. For this scenario, the Upload File to Application action is used from Avo Assure. This action enables the user to upload the image file to the application. It ensures the file feature works correctly in the application.
Input: file path as C:\Users\John.smith\test\sample.png;sample.png; 5
Expected output: It should upload image file to the application and store the status in {Result} output variable.
Output: The action performed and saves the status in {Result}output variable as True.