# Using Web TestBuilder
# Prerequisites
- Install Gondola Studio
- Create a Gondola Web Project
# Starting Gondola TestBuilder
Here’s quick guide to using Web TestBuilder.
- Click the TestBuilder button
in the top right corner of Gondola Test Designer.
- After starting TestBuilder, the Create new session dialog will open.
- Enter the URL of your site. If you do not enter one, TestBuilder will use
https://demo.gondolatest.com/
as the url. - Click “OK” to start a new session.
- TestArchitect Web Recorder will open.
- TestArchitect Web Recorder shows which actions you are recording.
• TestBuilder now supports direct actions such as: click, double click
• For example: Click the Women's
header. The action and element's locator are displayed in a textbox in the bottom right corner of TestArchitect Web Recorder.
- In order to add more actions, click the Add new step icon
and click on an element.
• For example: Click the Men’s
header.
• TestBuilder will highlight an element when you hover the mouse over it.
- The Add new step dialog will open.
• Element name: locator of the element.
• Select an actions: TestBuilder now supports multiple check actions.
- Select an action
- Click Add to add the action
check control exist
- The recorded and check actions will be added to your Test Case in Gondola Test Designer.
- Click the Resume Recording icon in TestArchitect Web Recorder to end the Add new step session.
Click “OK”.