1 / 15

Reliability Requirements

Reliability Requirements. Agenda. Reliability requirements Eliminating unnecessary restarts Application Verifier Windows Error Reporting (WER) Reliability test cases. Reliability Requirements. Eliminate unnecessary restarts Eliminate application failures. Agenda.

lev-perry
Download Presentation

Reliability Requirements

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Reliability Requirements

  2. Agenda • Reliability requirements • Eliminating unnecessary restarts • Application Verifier • Windows Error Reporting (WER) • Reliability test cases

  3. Reliability Requirements • Eliminate unnecessary restarts • Eliminate application failures

  4. Agenda • Reliability requirements • Eliminating unnecessary restarts • Application Verifier • Windows Error Reporting (WER) • Reliability test cases

  5. Eliminating Unnecessary Restarts • Use the Restart Manager API • Be “Restart Manager-aware” • Functionality provided by Windows Installer

  6. Agenda • Reliability requirements • Eliminating unnecessary reboots • Application Verifier • Windows Error Reporting (WER) • Reliability test cases

  7. Application Verifier • Enables fixing of application failures • Carries out tests on applications • Basic tests: • Exceptions • Handles • Heaps • Locks • Memory • Thread Local Storage (TLS) • Low resource simulation • Least-Privileged User Account (LUA) Predictor • Miscellaneous tests: • DangerousAPIs • Dirty Stacks

  8. Agenda • Reliability requirements • Eliminating unnecessary reboots • Application Verifier • Windows Error Reporting (WER) • Reliability test cases

  9. Windows Error Reporting • Mini-dump of crash reported to Microsoft • ISVs access crash data through Developer Portal • Clients that crash in the future are directed to the solution

  10. Windows Error Reporting Requirements • Do not disable WER • Sign up to receive crash data • Map applications to company • ISVs MUST fix 60% of crash volume • ISVs MUST maintain an average fix rate of 10 buckets per month • ISVs can issue patches and service packs through the Windows Developer Portal

  11. Windows Error Reporting

  12. Agenda • Reliability requirements • Eliminating unnecessary restarts • Application Verifier • Windows Error Reporting (WER) • Reliability test cases

  13. Reliability Test Cases • Verify application is Restart Manager-aware • Verify application does not break into debugger with the specified AppVerifier checks • Verify application’s UI thread handles only exceptions that are known and expected

  14. Summary • Reliability requirements • Eliminating unnecessary restarts • Application Verifier • Windows Error Reporting (WER) • Reliability test cases

  15. Additional Resources • Restart Managerhttp://msdn.microsoft.com/library/default.asp?url=/library/en-us/rstmgr/rstmgr/about_restart_manager.asp • AppVerifierhttp://www.microsoft.com/downloads/ • Windows Error Reportinghttp://msdn.microsoft.com/isv/resources/wer/

More Related