VeriWasp tests web flows from plain instructions or click recordings
VeriWasp is an automated service for multi-step website actions such as signing up. A person can paste in a web address and give plain instructions such as clicking sign-up, entering a test email, and checking for a success message.
They can also record themselves completing the flow once and use that recording to create the test. The aim is to avoid writing and maintaining Cypress or code with that may stop working after a page layout changes.
Each run produces a publicly shareable report containing a of every step and a video replay. The main open questions are whether the report includes enough to find failures and whether non-technical recipients can understand it.
Key points
- Tests can be created from a web address and plain-language steps.
- A recorded click-through can also define the flow.
- Reports include for every step and a video replay.
- Report links can be viewed publicly without creating an account.
- The report design still needs feedback on missing and clarity for non-technical readers.