Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.54 KB

Preflight-Checks.md

File metadata and controls

24 lines (16 loc) · 1.54 KB

Preflight Checks

Before starting any work, you should ensure developers take a look at your Application Insights data to make sure everything is performing correctly. Please do followings:

1. Check Unit Tests are Green.

  • In Visual Studio, You need to open two solutions to run the test.

  • Go to ./libraries/test and open SSW.SophieBot.sln and run the test under the test folder.
    Tests for Libraries
    Figure: Make sure all test runs are green for libraries.

  • Go to ./services/test and open SSW.SophieBot.services.sln and run the test under the test folder.
    Tests for Services
    Figure: Make sure all test runs are green for services.

2. Look for any new Unhandled Exceptions in App Insights.

Failed Requests Figure: You can monitor failed requests in Application Insights

3. Look for any obvious performance issues (Server then client).

Server Response Time
Figure: You can monitor the performance in Application Insights