An automated test for a couple of pages on the Yandex.Market site.
This test performs the following steps:
- Open https://market.yandex.ru
- Select the category: Computers -> Tablets
- Select the manufacturer: Samsung
- Sort by price
- Output the top 5 results to the log
- Remember the second result (name and price)
- Type the name into the search field and click the search button
- Switch to the search in all categories
- Check that the first search result is the same as the one saved on step 6
Requires Chrome browser to be installed.
Starting (with Maven):
mvn verify