Upload File to Application
Last updated
Was this helpful?
Last updated
Was this helpful?
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)>
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.
file path as C:\Users\John.smith\test\sample.png;sample.png; 5
It should upload image file to the application and store the status in {Result} output variable.
The action performed and saves the status in {Result}output variable as True.