ACME Signal CRM/HomeFree Plan
OverviewMy items
Recent Test Results
Analyze 24 failed CRM tests
Chat Trigger
1 hour ago
6/6 tests
Nightly Smoke Suite
Scheduled
Yesterday
13/14 tests
Create user login tests
Chat Trigger
4 days ago
1/1 tests
Daily Regression
Manual Trigger
1 week ago
37/39 tests
Nightly Smoke Suite
Scheduled
Aug 17, 2026
14/14 tests
View All  ›
Insights
14Test Results 30d
146Enabled Tests
99%Success Rate
3m 48sAvg Duration
More Insights  ›
Project Overview
Summary updated Aug 11 2026
ACME Signal is a sales intelligence and Customer Relationship Management (CRM) platform designed to centralize sales pip…
Last crawled Aug 11 2026
Edit Knowledge & Summary  ›
Type your request or question here…
What is my current test coverage?
How can I improve my test suite?
Generate 5 tests for Notes
How do I set up a test plan with a schedule?
CRM authentication and form testsStarted by chris.stryjewski@qa.tech
Visit docs
I want to test authentication on the CRM – logging in, signing up, and how the forms handle bad input. Can you set that up and run it?
You, just now
Thought for a few seconds
I’ll set that up. Let me first check what authentication coverage already exists so I don’t duplicate anything, and confirm the current login/signup flows.
Test cases loaded (268 total: 146 active, 122 draft)
Project knowledge research started
Knowledge Research AgentCompleted
RESEARCH FOCUS
Authentication flows on the web app – login (/login), signup (/signup), form validation and error handling for bad input: invalid email, wrong password, empty required fields, password visibility toggle.
FINDINGS
  • Login (/login): email + password, plus SAML SSO, Google, Apple, GitHub and Passkeys.
  • Features: password visibility toggle (“Show password” / “Hide password”).
  • Validation: fields are marked required and the password has a minimum length of eight characters.
  • Signup (/signup): same form structure for new accounts, with a link back to /login.
1 tool call completed
Good news – authentication is already well covered, so I don’t need to create anything new. Your existing tests map exactly to what you asked for:
Login – logging in with valid credentials
Sign up – signing up, with email verification
Login form correctly handles invalid credentials – login bad-input handling
Signup form validation – signup bad-input handling (a draft, but it runs fine)
Rather than duplicate these, I’ll run the four together against your Default environment. Let me kick that off.
Test cases are now running
Test run completed
Run’s done. Here’s where authentication stands:
Passed
  • Login – valid login works, lands on the dashboard
  • Login form correctly handles invalid credentials – empty and wrong credentials both show the right errors
Failed
  • Sign up – the email verification link was invalid or expired
  • Signup form validation – inline per-field errors didn’t appear for empty fields
Let me dig into the two failures to see whether they’re real app bugs or test issues before I tell you what to do about them.
Signup form validation – this is a test issue, not a bug.
The app handles bad input correctly: empty fields trigger the browser’s native “Please fill out this field” validation, and mismatched passwords show a proper inline “Passwords do not match” error. The test demanded custom per-field messages instead. I’ll align it with the real behaviour and rerun.
Sign up – this looks like a genuine application bug.
Signup completes and the email is sent, but the verification link lands on “Verification failed – this link is invalid or has expired”, even for a brand-new address. The link should be valid. Worth filing.
Test case updated
Test case changes
Signup form validation3 changes
Activate these and put them in a smoke test plan.
You, just now
Test cases activated
Done. All four authentication tests are active, and I’ve put them in a new plan:
Authentication smoke tests
Login
Login form correctly handles invalid credentials
Sign up
Signup form validation
Running test cases
Type your request or question here…
Test Case
Status
Authentication
Login
Queued
Login form correctly handles invalid credentials
Queued
Sign up
Queued
Signup form validation
Queued
View run
Deselect AllSelect All1 Test SelectedActivate selected tests
Home/Test PlansFree Plan
Test Plans
Groups of Test Cases that can be run as a unit. Trigger them over the API, on a schedule, or in the UI.
Filters
Create Test Plan
Name
Description
Tests
Schedules
Last Run
Last Result
Authentication smoke testsWeb Application
Fast critical-path authentication checks: login, signup, and login/signup bad-input handling. Intended to run on every deploy.
4
No schedules
N/A
N/A
Daily RegressionWeb Application
Curated daily regression run covering core CRUD and critical flows across every module – deals, organizations, people, tasks, notes, emails, collections, reports, deal signing, auth.
38
No schedules
1 week ago
37Passed1Failed1Error
Full Regression SuiteWeb ApplicationMobile App
All active test cases for ACME Signal CRM, covering authentication, deals, organizations, people, tasks, notes, collections, reports and more.
130
No schedules
Mar 24 2026
108Passed24Failed
Nightly Smoke SuiteWeb Application
Scheduled run of important user journeys that should be validated nightly.
14
Weekly
Yesterday
13Passed1Error