Portable ATF test exports
ATF Export turns an explicit selection of saved specifications and flows into a portable source project. The generated support structure follows the selected protocols and referenced assets.
What you can do
- Select the exact specifications and flows that should become generated tests.
- Configure package names, framework, build tool, runtime strategy, and target environments.
- Preview and validate the generated file structure before compiling or downloading it.
Starts with
- An explicit set of saved specs or flows and the UI macros referenced by those flows.
- Java package, framework, build, runtime, and environment configuration.
Produces
- A standalone or in-project test source package with only required protocol support.
- A reusable export preset for regenerating the same project configuration.
Use it when
- Use ATF Export when tests must run in CI or another repository outside SpecTestEngine.
- Use direct platform runs when source generation and external build ownership are unnecessary.
- ATF export
- generated tests
- portable test project
- CI