Seminární skupina PV260 Software Quality

6 - Eficiency tests

Browser efficiency tests

The goal of this workshop is to learn how to write UI tests using Selenium WebDriver, how to profile Windows applications and how Microsoft test resource utilization and efficiency of Edge browser with comparison of Chrome, Mozzila and others.

Tasks:
  1. Download and install Windows performance analyzer (Doc: https://docs.microsoft.com/en-us/windows-hardware/test/wpt/windows-performance-analyzer)
  2. Checkout https://github.com/MicrosoftEdge/BrowserEfficiencyTest
  3. Follow the instruction within the project, build and run the tests.
  4. Wrote another test scenario which:
    1. Open browser
    2. Go to the MU web page
    3. Input string "Software Quality" into the search box 
    4. Invoke search action
  5. Open the created etl file in WPA and analyze resource utilization.