Script Generation & Editing
Last updated
Was this helpful?
At the end of every successful Fathom run, a test script is automatically created. The script reflects all actions taken during the execution and is immediately accessible in the editor.
The generated script includes:
The sequence of UI actions executed during the run
Conditional IF blocks detected from the intent
Validation commands (if defined during the run)
Navigation steps required to complete the scenario
Once a script is generated, it can be reviewed and modified in the editor. Users can:
Review the full sequence of generated steps
Modify or optimize individual commands
Add additional validations or steps as needed
Edited scripts can be saved and added to test plans for reuse in future executions. This enables teams to move from intent → execution → reusable automation in a single workflow.
Saved Fathom-generated scripts behave the same as any other test case in Drizz and can be used for regression testing or repeated runs.
Last updated
Was this helpful?
Was this helpful?