A tester trainer

Try being a tester on real tasks, not on courses and videos

Working services with planted defects, a board of tasks and a request console — everything the way it is at work. You find a bug, you write a report, and an AI mentor reviews it like a senior developer: what does not add up, what to fix in the report itself and where to look next. It does not know the answer, so the find stays yours.

Monthly · cancel in one click · every project included

this is the workplace inside the stand

P Postman QA Job Simulator

1 look at the product page

GET /products/15 Send
Body Headers 200 OK·18 ms·128 B
{  "product": {    "id": 15,    "title": "Thinking, Fast and Slow",    "price": 1020,    "stock": 0,    "in_stock": false  }}

2 put five copies in the cart

POST Send
Params Authorization Headers 1 Body raw·JSON
{  "product_id": 15,  "quantity": 5}
Bug found

Why a video course does not get you an offer

Expected result

Watched the course to the end — you can test now.

Actual result

At the interview you are handed access to a service and asked to find a defect and write it up. In the course somebody else already did that, and did it beautifully. Watching a person find a bug and finding one yourself are different skills, like reviewing a chess game and playing at the board.

The course reviews the game well enough. Playing at the board it cannot give you: for that you need a service where there really is something to find, requirements to check the answer against, and someone to tell you whether you hit or missed. That is what the stand is: not lessons, but a working day.

Why you need this

A course answers what testing is. Whether it is for you — only practice answers that.

Finding out whether you enjoy listening about the profession takes an evening. Finding out whether you enjoy doing it takes sitting down and hunting for a defect by hand. Here are three cases where the stand covers exactly what theory does not.

You try the profession on

By the end of the first task you will know more about yourself than after ten hours of video: whether you enjoyed digging, whether you have the patience to check an answer against a requirement, whether you want to try once more from another angle.

what you get an answer to «is this for me» — before you sink half a year into the profession

Understand the theory in practice

Theory gives you the words: boundaries, equivalence classes, severity. Reading them takes an evening; understanding them takes your hands. Here they turn into actions: you send the value right at the edge yourself and watch the server answer something other than the requirement promised. After that the term stops slipping away.

what you get terms you have used with your own hands rather than memorised

You get ready for the interview

The first thing they ask is how you tested and to show your bug report. Both pile up here — the history of your requests and dozens of reports, each with a note on why it was accepted or not.

what you get examples of your own work instead of «I took a course»

Nothing to install, and not a single line of code to write. You open it, read the requirements, send a request — from there it is down to attention.

What is inside

Four screens, the same in every project

Only the service under test changes — the orientation, the About page, the board, Postman and the report form stay as they are. Once you have found your way around, the next project needs no relearning.

OrientationAbout the projectKanban boardPostman
What exactly you are testing
Website ✕ You, in Postman Server
Orientation

What is going on at all

We start from zero: what a backend is, why it has no website and why you go to it directly. Unfamiliar words are underlined — hover over one and an explanation appears, exactly as on this page.

OrientationAbout the projectKanban boardPostman
To test
QA-1Sign-up and sign-in
QA-3Adding a book to the cart
Testing
QA-4The catalogue and pagination
Done
QA-2Viewing and editing the profile
Task board

Tasks with requirements, the way Jira does it

A description, acceptance criteria, a checklist, the statuses «to test» and «testing». It is the requirements that decide whether what you see is a bug or the intended behaviour.

OrientationAbout the projectKanban boardPostman
GET /products?page=2&per_page=2 Send
BodyHeadersCookies200 OK · 34 ms
1  { "data": [2    { "id": 2, "title": …3    { "id": 3, "title": …
Postman

Postman, built into the stand

Method, path, parameters, headers, body, an authorization tab — the way real Postman has it. Plus ready-made requests for every task, so there is somewhere to start.

Kanban boardPostmanMy bugs
SummaryThe catalogue returns 10 books instead of all of them
API methodGET /products
Defect categoryLimits and quotas
Accepted Not a bug Duplicate
Bug reports

The report and the review of it

A title, the steps, the expected and the actual result, the severity. In return — whether the report is accepted, a score for how it is written, and an explanation of what to fix.

five screens, no sign-up

How it works

Three rules that hold it all together

Any trainer is easy to turn into a guessing game. Here that is closed off by how the stand is built, not by a plea not to peek.

No guessing

A bug counts only if you really found it

The stand remembers every request you sent. Until the defect showed up in your own request, the report will not be accepted — even if everything in the form is picked correctly. Cycling through the dropdown will not work.

reproduce first, describe second — the way it goes at work
No cutting corners

The report is checked against what you actually did

Eight simple checks: is the method named, are there concrete values, does the expected differ from the actual, and do the steps match the requests in your history. A sloppy report shows at once.

a score from 0 to 100 — from facts, not by eye
A hint, not the answer

The mentor helps, but the find stays yours

Every report is reviewed by an AI mentor: it explains what does not add up and where to look next. It does not know the right answers — the list of defects is never shown to it. So you can ask «why was it not accepted» as many times as you like: you will get a hint, never a ready answer.

helps you think rather than thinking for you

What you learn

Six kinds of defect that turn up in any product

Products differ, but things break in much the same ways. So the tasks are grouped not by storyline but by kind of breakage — and you go through each kind across several business products in a row. That is the skill: recognising a familiar breakage in an unfamiliar product. Below is what you will be checking; what exactly is broken there, you find yourself.

Input checking

What happens if you send an empty field, a zero, a minus, a string that is too long, or the wrong format. The most common thing, and where people start at work.

Access rights

What a stranger can see and what they can do. Finds here are worth the most, and they are simpler to check than they look.

Business logic

The service answers without errors, but does something other than the requirements say. Caught only by reading the acceptance criteria.

Data integrity

The numbers do not add up with each other. To catch it you have to compare two answers and count yourself — by eye it is invisible.

Limits

Restrictions that do not actually restrict. Checked right at the boundary: one less, exactly that, one more.

Error handling

How the service fails rather than what it computes. Is the status code right, is the right field named in the error, did the internals leak out. Checked on broken requests, not on correct ones.

Inside a project the tasks go from simple to hard, but they are never locked: stuck — move to the next one and come back. Progress lives on the server: you can close the tab, return a month later and carry on from the same place.

Price

One subscription, everything included

No tiers and no paying extra for modules. Everything that is here now and everything that comes later is in the subscription.

$19a month

billed monthly — you can stop after the first month

  • Every project in full, with all its tasks and defects
  • A task board with requirements and checklists
  • Postman inside the stand and the history of what you sent
  • An AI mentor: reviews every report and hints without naming the answer
  • A score for how the report is written — eight checks
  • Hints at every step, whenever you are stuck
  • Interface in Russian, English and Vietnamese
  • New modules and projects as they ship — at no extra cost

Questions

What people usually ask about the product

Do I need to know how to program?

No, not a single line of code. A tester sends requests and reads answers — that is closer to careful reading than to development. Everything you need to know is explained in the orientation from scratch.

What if I have never done any of this?

That is the point. The first screen explains what a backend is and why it has no website, every unfamiliar word is underlined and opens on a click, and every task comes with a checklist and a hint. You will send your first request within the first ten minutes.

How long will it take?

About a month at an hour a day. There is no rush: the subscription is monthly, progress does not expire, and new modules keep arriving.

Is it a simulator or a real service?

A real one. Live requests, status codes, token authorization, limits on file size and how often you may act. The defects are planted on purpose — everything else works the way it does for everyone.

What if I do not find a single bug?

That is exactly how the first day goes, and it is normal. The report will not be accepted, but you will be told what does not add up and where to look, without being given the answer. Tasks are never locked: you can move to another and come back.

What language is all of this in?

The interface is Russian, English and Vietnamese, switched on the fly. The services themselves answer in English and are not translated: real services speak English, and it is better to get used to that at once.

What happens in the second month?

The platform keeps being built, and new sections open to everyone who has a subscription at no extra cost: theory with short check questions, a walk-through of real interview questions, other projects on business products. This is not a course that ends one day — it grows while you use it. And if you want to come back later, your progress will still be there.

Can I cancel the subscription?

Yes, at any moment and with no conversation. Billing is monthly, access lasts until the end of the paid month, and progress stays where it was — if you return, you carry on from the same place.

If you need a person

Going through your case one to one

The stand covers the practice. But some questions are answered only by a live conversation: where to go next, what to put in a CV, why they do not call you back for a second round. These are separate services, not part of the subscription — write to us and we will arrange it.

A testing session

We go through whatever you are stuck on: how to approach an unfamiliar service, what to check first, why your report keeps being rejected.

A career session

The CV, the applications, where first offers actually come from, and what to do when you have no experience and every vacancy asks for a year of it.

Interview preparation

We go through real questions out loud: the technical part, tasks on the spot, and a review of how you answer.

we will agree on the format and the price in writing

Enough struggling with courses — try yourself on the real thing

See the price

A demonstration of the cabinet

QA Job Simulator
Found 4

Projects under test

Pick a service to test. Progress is tracked separately for each.

E-commerce Bookstore

Catalogue, cart, reviews, checkout. A product plain enough that you learn testing, not somebody else's business.

tasks go from simple to hard
Fintech Bank

Accounts, transfers, statements, cards. A product where the cost of a mistake shows up immediately — in money.

progress is counted separately
B2B SaaS Sales CRM

Customers, leads, deals and activities. A work tool where small data mistakes slowly change what the team believes.

a separate product and its own bugs
Gaming fintech iGaming Platform

Wallets, bets, bonuses and limits. A product where every request touches money, risk or player safety.

another service, another checklist
EdTech LMS Platform

Courses, progress, quizzes and certificates. A learning product where small state mistakes change what a student is allowed to do.

another service, another checklist
Next And other projects

The stand grows into other business products, and each one keeps its own progress.

A demonstration: requests cannot be sent

We will send a payment link

Leave your email — the payment link and access to the stand will come to it. We have no newsletter.

The address is only used for the link and the access. There is nothing to unsubscribe from.

Protected by reCAPTCHA: the Google Privacy Policy and Terms of Service apply.