Ranorex Studio provides three main ways to identify UI elements and create repository items:
- Track by recording
- Track… (single element)
- Instant tracking (many elements quickly).
Choosing the right method helps you build a clean repository and avoid flaky identifications:
| Tracking method | Description |
| Track by recording (automatic while you record) |
Use this when you’re recording a user flow and want repository items created automatically as you interact with the AUT. It’s the fastest way to build a first working test.
|
|
Track… (single element) |
Use this when you want to add one specific element (for example, before inserting an action manually). Tracking ends automatically after the element is identified, and you return to Studio.
|
|
Instant tracking (rapid multi-element capture) |
Use this when you need to track several related elements without switching back to Studio after each one (for example, multiple drop-down items). Instant tracking works when Spy is started or when a recording module/repository is open.
|
Quick decision guide
- Building a scenario from scratch? Start with track by recording.
- Need one element only? Use Track….
- Need many transient elements (menus/items) quickly? Use instant tracking.