Let's store the steps for creating a file metadata through File Comparer
inside a manual test. The folder that is going to contain the entire set of manual tests is called
Manual Test Scripts
; therefore, right-click on the FileComparer.Test
project node, choose Create Folder from the context menu and rename it.
Test Studio has a dedicated template for manual testing, having its specialized toolkit and runner. The template will appear among the list of available templates when attempting to create a new test as follows:

Creating a manual test
Create a manual test under the recently added test. Enter Func-6_FileInfo_Create_Successful_Manual
in the
Test Name field and then click on OK. Enter the test edit mode by double-clicking on the test entry. The test initially looks as follows:

The manual test workspace
The pane to the left is the workspace for creating and editing the manual steps. It currently has the mouse focus. We will input the manual steps starting with launching the...