Create your first automation in just a few minutes.Try Studio Web →
Autopilot Automation Template
by Internal Labs
0
Template
<100
Version
Release Date
Download Link
1.0.1
October 7, 2024
Main.xml - This is where all the logic of the automation should be. Make sure the activities are error handled so the Autopilot gets a user-friendly error explanation that can be shared with the end user.
AutopilotAutomationTestCase.xml - This file contains a Given-When-Then testing structure:
Given - sets up test data and automation conditions
When - runs the automation you want to test
Then - checks if the automation worked as expected and cleans up the test environment
1.0.1
September 24, 2024
Main.xml - This is where all the logic of the automation should be. Make sure the activities are error handled so the Autopilot gets a user-friendly error explanation that can be shared with the end user.
AutopilotAutomationTestCase.xml - This file contains a Given-When-Then testing structure:
Given - sets up test data and automation conditions
When - runs the automation you want to test
Then - checks if the automation worked as expected and cleans up the test environment