How to record your first UI autotest — TestManager
A practical guide to TestManager Recorder: record browser actions, export JSON, import into a test case, run in an environment and get a report.
Key information
- The article explains the first path from manual action to UI autotest.
- Recorder captures clicks, input and navigation and prepares JSON.
- After import, the scenario can be connected to Page Objects, environments and runs.
- The goal is to show automation value without writing test code.