Lesson 1: Create an application
In this lesson, you will learn how to create an application within your project to record a Web UI test for an HR management application. An application represents the web application that you want to test.
Ensure that you have completed all the Prerequisite tasks.
An application stores the URL and other related configuration details of the web application that you want to record and manage Web UI tests.
Before you create an application and continue with this tutorial, it is important to understand the concept of an edit branch and how it is used in DevOps Test.
An edit branch is a temporary working branch that provides an isolated workspace for creating or modifying applications, tests, and test suites without impacting the master branch. Using an edit branch allows you to safely make, review, and validate changes before merging them into the master branch.
In this task, you will use an edit branch to create an application that you can use to record and manage Web UI tests.
Now, you can begin with the task after logging in to DevOps Test and selecting the project. For example, myproj.
You have created an application successfully.
You have completed Lesson 1.