Upload FIle
Last updated
Was this helpful?
Last updated
Was this helpful?
Upload File action in the Avo Assure found under the Captured Button Element helps upload the specified file to a given location and save the status (True/False) in the given output variable.
Input: <FilePath>;<FileName>;<Wait (in seconds)>
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
Note: When uploading a file to the application, specify the waiting period in seconds, the upload will start once the waiting period is over.
When testing a job application website, you are required to upload your resume. During testing, instead manually uploading the file, Avo Assure uses the Upload File action to automatically upload the resume (like “Smith_Resume.pdf”). This helps check that the upload feature works correctly without needing to do it manually.
Provide the correct file path in the input value as:
C:\Docs;Smith_Resume.pdf;3
File “Smith_Resume.pdf” should be upload after the 3 sec from the specified file location and store the result in output variable as True.
The Upload File
action's outcome is saved in the {result}
output variable as "True," which can be used for display or use it elsewhere.