Upload File to Application
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.
Syntax
Input: <File path>;<File name>;<Wait (in seconds)>
Output: <Dynamic Variable>(Optional) ;< Dynamic Variable> (Optional)

Use case/Example

Scenario: Testing the Upload file feature on application
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 Result
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.
Last updated
Was this helpful?