01
Plain English Test Authoring
Interpreting free-flowing English instructions and turning them into executable steps, including importing and correcting existing manual test cases.
“With testRigor, you can use free-flowing plain English to build test automation.” testrigor.com
Mapped capabilities
4 capabilities
High-level intent decomposition
Expanding an instruction like 'purchase a Kindle' into ordered concrete steps (search, enter, click).
Manual test case import and correction
Copy-pasted or imported manual cases refined with supported built-in commands.
Built-in command coverage
Basic commands, comments, referencing locations, and element/screen structure interactions.
Reusable rules (subroutines)
Custom and built-in reusable rules, including the Salesforce-specific built-ins.
Illustrative example
- Input
- Author a single test step reading: purchase a Kindle. Run it against a storefront with a search box, results list, and cart.
- Expected behavior
- The instruction is decomposed into concrete ordered actions — enter the search term, submit, select the product, add to cart — and each generated step is shown to the author for correction rather than executed opaquely.