Sessions & project layout
A mobile test is a single .trq file — the same bundle format as web. A project is just a folder of .trq files; open the folder in Trq and every session shows up in the explorer. Web and mobile sessions can live in the same project, side by side, and you organize them into sub-folders as suites.
Inside the bundle, a mobile session stores its steps, its per-session settings, its metadata, and any content it needs to replay — an uploaded file, a captured mock — all content-addressed so the test is self-contained and shareable.
Because everything lives in the one file, a mobile test is easy to version-control, diff, and hand to a teammate — it carries its own data with it.