-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtask.txt
11 lines (11 loc) · 1.12 KB
/
task.txt
1
2
3
4
5
6
7
8
9
10
11
“Shopping”
System under test:
https://reklama.bb.lv/ru/- portal of private ads, widely used in Latvia.
Feature to test:
Adding ad to memo as a favourite. Go to any category, search for an ad, open it, scroll down to see “Add to favourites”. Once you click it, it gets added to the “Memo" section (on the top in the header menu). Alternatively, you can select ads from the list and add several to Memo at once. You can do that while searching as well - the advanced search from the header menu. Please be sure to achieve a reasonable coverage of the feature to test. Feel free to do any other use case that you feel could demonstrate your testing decisions better.
Limitations:
Java and Selenium combo - our current test automation is based on it, but no guarantees it stays the same in the future (unless you can convince the team it is the way to go).
Acceptance criteria:
- feature is reasonably tested with asserts that make business sense;
- spec is readable and not too verbose (feel free to use Cucumber);
- solution is well structured, test logic decoupled from app specifics (like page object pattern or other alternatives).