Architecture
Last updated
Was this helpful?
Last updated
Was this helpful?
Test project is a separate console application: WebApps/tests/Applicita.AAF.WebApp.Tests you will find in the WebApps block inside the .
The following picture explains the basic structure of the Automation Testing (AT) project:
Configuration - contains nUnit settings file which controls nUnit behavior
FileSamples - has sample files needed for tests dealing with upload
settings
- used for Atata configuration. It is extended with account information (administrator account necessary for login before most of tests are executed)
- contains all foundational elements, helpers and extensions specific to AAF
All other folders (BugReporting, ErrorPages, Home, Login, etc.) are within AAF containing their own page objects, supporting controls and tests related to that feature.