Skip to main content

Test your signup flow before your users do

· 4 min read
The VeriWasp Team
Automated testing for indie SaaS

Your signup flow is the one path every customer has to complete, and it is usually the least tested. You built it early, it worked, and you moved on. Meanwhile it quietly depends on your auth provider, your email service, a database write, a redirect, and a pile of client-side JavaScript, any of which can break without throwing an obvious error. When signup breaks, you do not get a bug report. You get silence, and a conversion number that drifts down for reasons nobody can explain.

What is WCAG, and why it matters for your SaaS

· 6 min read
The VeriWasp Team
Automated testing for indie SaaS

WCAG, the Web Content Accessibility Guidelines, is the standard that defines what it means for a website to be usable by people with disabilities. If you have ever wondered whether your SaaS is "accessible enough," WCAG is the yardstick almost everyone (including courts and procurement teams) actually measures against.

Here is what it is, how it is structured, and why it is worth caring about even before anyone forces you to.