Skip to content

Commit

Permalink
Update "Tutorials" section in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YevgeniyShunevych committed Oct 19, 2017
1 parent b49fa7b commit e84a8dc
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,16 @@ public void User_Create()

Find out more on [Atata Docs](https://atata-framework.github.io/) and on [Getting Started](https://atata-framework.github.io/getting-started/) page in particular.
## Tutorials
### Tutorials

You can also check the following tutorials:

* [Atata - New Test Automation Framework](https://www.codeproject.com/Articles/1158365/Atata-New-Test-Automation-Framework)
* [Verification of Page](https://atata-framework.github.io/tutorials/verification-of-page/)
* [Multi-Browser Configuration via Fixture Arguments](https://atata-framework.github.io/tutorials/multi-browser-configuration-via-fixture-arguments/)
* [Atata - New Test Automation Framework](https://www.codeproject.com/Articles/1158365/Atata-New-Test-Automation-Framework) - an introduction to Atata Framework.
* [Verification of Page](https://atata-framework.github.io/tutorials/verification-of-page/) - how to verify web page data using different approaches of Atata Framework.
* [Verification of Validation Messages](https://atata-framework.github.io/tutorials/verification-of-validation-messages/) - how to verify validation messages on web pages using Atata Framework.
* [Handle Confirmation Popups](https://atata-framework.github.io/tutorials/handle-confirmation-popups/) - how to handle different confirmation popups using Atata Framework.
* [Multi-Browser Configuration via Fixture Arguments](https://atata-framework.github.io/tutorials/multi-browser-configuration-via-fixture-arguments/) - how to configure multi-browser tests application using NUnit fixture arguments.
* [Visual Studio Team Services Configuration](https://atata-framework.github.io/tutorials/vs-team-services-configuration/) - how to configure Atata test automation build on Visual Studio Team Services using any browser.
## Contact

Expand Down

0 comments on commit e84a8dc

Please sign in to comment.