← all apps
web1 finding filed

QA Ninja Demo App

A tiny note-taking app: log in with any email and a 6+ character password, then add, check off, and delete notes.

Open the app

What it is

A demo note-taking app for trying out the qa.ninja testing flow. Log in with any email address and a password of 6 or more characters to reach a notes list, then add, complete, and delete notes. Notes are kept in memory for the session only. A few rough edges are hiding in here for testers to find.

Setup

  1. 1.Open the test URL in a browser.
  2. 2.On the login screen, enter any email address (e.g. tester@example.com).
  3. 3.Enter any password that is at least 6 characters long.
  4. 4.Submit the form to reach the notes list.

Test data

Demo loginaccount
email
tester@example.com
password
testpass123

Test tasks

File a finding

Findings (1)

Whitespace-only note can be added

medium

E2E Verify · 2026-08-28 00:21 UTC

Steps
Log in. In the note field type a single space. Tap Add.
Expected
Blank/whitespace note rejected
Actual
A blank note is added to the list