You can verify whether a specified title is returned for a test page.
The page Test Element Details includes a Page Title Verification Point section.
With the test selected, the Enable Page Title VPs menu selection checks the box beside Enable verification point for all pages in a test. With a specific page selected, the menu selection checks the box for the selected page. You can selectively enable or disable page title verification for a specific page by going to that page and clicking the check box.
The Expected page title field contains a string that you expect to be included in the page title that is returned when this page is loaded. By default, this is the value between <title></title> tags, shown beside Recorded title under the field, that was returned by the primary request for this page. This value is automatically copied to the box when Enable verification point is checked but you can change the value. Whenever the test runs with page title verification enabled, an error is reported if the title returned by the page's primary request does not match the expected title.
A match means that the Recorded title contains the Expected page title string, not that these fields are identical (although they might be identical and will be if you do not change the Expected page title value). Multiple white space characters (spaces, tabs, carriage returns, etc.) are ignored in the comparison, which is case-sensitive.
Parent topic: Adding verification points to a test