You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Navigate to the ApplitoolsHackathon_2020 directory.
Run TestRunner.bat file.
When it prompts you, indicate which version and method you wish to run the test:
mod_1 => Modern tests will be executed against version 1 of the site
mod_2 => Modern tests will be executed against version 2 of the site
trad_1 => Traditional tests will be executed against version 1 of the site
trad_2 => Traditional tests will be executed against version 2 of the site
NUnit console runner will execute tests and indicate completion. Traditional tests will output to their respective results .txt file in the ApplitoolsHackathon_2020 directory.
To Run Tests Within Visual Studio
Navigate to the ApplitoolsHackathon_2020 directory.
Open Visual Studio and execute desired tests in Visual Studio's Test Explorer. Each test is smart enough to determine which site it should run against!
NOTE: Only traditional tests will output to their respective results .txt file in the ApplitoolsHackathon_2020 directory.