Create Folder
Last updated
Last updated
The Create Folder action in the Avo Assure is found under the @Generic Element is used to create a new folder in the particular location and store the result in an output variable.
Input: <folder_path>;<folder_name>
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional).
A team is testing a note-taking app. When a user creates a new notebook, the app needs to save it in a specific location. During testing, the team uses an action that is Create folder named as “Notebooks” on the desktop.
Input: The input value can provide as below:
C:\;Notebooks
Expected Result: A new folder named “Notebooks” should be created in the C:\ drive. Output: The Create Folder action saves its result in the {result} output variable as “True” and creates a new folder named “Notebooks” in the C:\ drive. This output can be used for display.