Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9
Automation tests application based on Atata Framework
License
NotificationsYou must be signed in to change notification settings
atata-framework/atata-sample-app-tests
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Automated UI tests C#/.NET application based onAtata Framework.It usesAtata Sample App (repository) as a testing website and NUnit 3 as a test engine.Tests application demonstrates different testing approaches and features of Atata Framework.
- Atata configuration and settings set-up.
- Page navigation.
- Controls finding.
- Data input and verification.
- Validation messages verification.
- Usage of triggers.
- Interaction with pop-ups (Bootstrap modal) and alerts.
- Work with tables.
- Logging, screenshots and snapshots.
- Page HTML validation.
publicsealedclassUserTests:UITestFixture{[Test]publicvoidCreate()=>Login().New().ModalTitle.Should.Be("New User").General.FirstName.SetRandom(outstringfirstName).General.LastName.SetRandom(outstringlastName).General.Email.SetRandom(outstringemail).General.Office.SetRandom(outOfficeoffice).General.Gender.SetRandom(outGendergender).Save().GetUserRow(email).View().AggregateAssert(x=>x.Header.Should.Be($"{firstName}{lastName}").Email.Should.Be(email).Office.Should.Be(office).Gender.Should.Be(gender).Birthday.Should.Not.BeVisible().Notes.Should.Not.BeVisible());//...}
Atata is an open source software, licensed under the Apache License 2.0. SeeLICENSE for details.
About
Automation tests application based on Atata Framework
Topics
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.