...
Code Block |
---|
Valid Login [Tags] @JREQ-SCRUM-1 @JREQ-SCRUM-2 SCRUM-TC-408 Open Browser To Login Page Input Username demo Input Password mode Submit Credentials Welcome Page Should Be Open [Teardown] Close Browser |
Mapping a case to a folder
Users have the option to designate a default folder for newly created cases. They can also define a mapping between a case and a folder by simply adding a tag starting with the prefix @AIO-FOLDER-
and mentioning the folder hierarchy. Folder hierarchy can be separated using /
Example - @AIO-FOLDER-Reports/Audit log
Note- This functionality is applicable only:
if a new case is generated through the import process
if the folder structure specified in the tag already exists.
Additionally, if configured, this will supersede the default folder setting.
Mapping using the default folder option
...
Mapping each case using tags
Code Block |
---|
Valid Login
[Tags] @AIO-FOLDER-Imports/Robot
Open Browser To Login Page
Input Username demo
Submit Credentials
Welcome Page Should Be Open
[Teardown] Close Browser |
Percolating changes from automated tests to AIO tests
...