Skip to content

Functional UI Testing Primer

This tutorial will walk you through running an existing functional test for the ModelApp to see how Selenium can create a browser session and test a local app instance. In addition, you'll also learn to take it a step further and write your own test to verify correct functionality.


Overview

  • Investigate existing test to see how to write a Selenium test.
  • Run test and see how a browser session is automatically created for testing.
  • Write your own tests to verify ModelApp functionality.

Requirements

  • Local dev setup is completed and the Model App is running on port 5000
  • Edge Browser

Make sure everyone participating has the ModelApp running locally on port 5000. This is required for the functional tests to run successfully