Skip to content

Added Manual testing classic tutorial and screenshots to it#655

Open
catpetrychenko-rgb wants to merge 2 commits into
docsfrom
issue-372
Open

Added Manual testing classic tutorial and screenshots to it#655
catpetrychenko-rgb wants to merge 2 commits into
docsfrom
issue-372

Conversation

@catpetrychenko-rgb

Copy link
Copy Markdown
Contributor

Added the Manual testing classic tutorial and screenshots to it

Task
Create Tutorials for Key Workflows
#372

Co-authored-by: Copilot <copilot@github.com>
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 13, 2026

Copy link
Copy Markdown

Deploying docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 3e617c9
Status: ✅  Deploy successful!
Preview URL: https://8bd8f50c.docs-c7r.pages.dev
Branch Preview URL: https://issue-372.docs-c7r.pages.dev

View logs

@catpetrychenko-rgb catpetrychenko-rgb linked an issue Jul 14, 2026 that may be closed by this pull request
Comment thread astro.config.mjs
{ label: 'Playwright', link: '/tutorials/playwright'},
{ label: 'Java Integration', link: '/tutorials/java'},
{ label: 'WebdriverIO', link: '/tutorials/webdriver'},
{ label: 'Manual Testing Classic', link: '/tutorials/manual-testing-classic'},

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move this section above the Playwright

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

agreed. i will put it above, and others (bdd, jira, etc) too


What you will do:

1. Create a Classical project.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we'll have a separate "Manual Testing – BDD" section coming up, add a short note, explaining the difference between Classic and BDD, so users understand why this tutorial covers Classic?
That way readers can immediately tell if this is the right tutorial for them, or switch to the BDD version.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This particular tutorial is focused only on classic testing. bbd tutorial is in bbd tutorial. they are cross-linked
moreover, it is separately described in the getting started pagege. also it is described in the manual bdd, also it is described in the tutorial bdd.

the article should not mess the user. user should follow only one way. Classic way here.

for the bdd - user should follow bddd tutorial only, not classic tutorial


You do not need any automated tests or code for this. If you are brand new to Testomat.io, this is the right place to start.

What you will do:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest making a diagram of these 5 steps or adding links for quick navigation.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is too much for the tutorial. I can add whatever information, lots and lots of text and screenshots, but will it help the user to do the simple steps, or will it mess the user up?


## Create a suite

Test cases always live inside a suite, so you make a suite first. A suite is just a group of related tests, like all the tests for your login page.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest making a diagram of tree structure.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how many diagrans there should be per 1 article and will it be useful for the user?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create Tutorials for Key Workflows

3 participants