Skip to content

qa-senpai/test-automation-exercise

Repository files navigation

Привіт, я зробив цей репозиторій щоб дати можливість Test Automation Engineer робити тестові завдання краще. Якщо ви хочете підтримати мене, і закинути трохи гривень можете зробити це тут https://donatello.to/qasenpai


Exercise

  1. Navigate to Douglas
  2. Handle the cookie consent.
  3. Click on "Parfum"
  4. List the products based on filters. Create data-driven tests:

TDD data

Criteria (Highlights) Marke Produktart Geschenk fur Fur Wen
Sale ? ? - ?
Neu - ? - ?
Limitiert ? ? ? ?

? Means any value could be plugged in

-Means criteria is not applicable

  • Please walk through the code. Feel free to use your own IDE, tool and framework of your choice.

● Best Practices: What were the best practices that you have incorporated? What code optimizations have you done?

● Execution: Please execute on couple of browsers


Options for the completed task

-- Playwright+TS https://github.com/hlazkov/unitedcode-taf

-- Playwright+TS (HOT Testing) https://github.com/Xotabu4/test-task-pasha-sempai

-- Playwright+TST (DanteUkraine) https://github.com/DanteUkraine/test-automation-exercise/tree/solutionAsAverageSenior

-- Kotlin (not finished) https://github.com/rmarinsky/test_task_DE

-- Playwright+Python https://github.com/bklyuka/test_task


Installation

  • npm i to install all

How to run tests?

  • npm run all-tests - Running all tests
  • npx playwright test selectFacet.spec.ts - Running a single test file

Useful links

  • https://playwright.dev/ - Playwright-test documentation
  • https://trace.playwright.dev/ - Trace viewer

Used tools

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published