Creating Scriptless Functional Tests
You can create and edit GUI Functional Tests manually by dropping pre-defined Actions and Objects into a Test Scenario. This scriptless test creation approach is the preferred method for testers who do not want to write and upload scripts manually. Every time you change the building blocks, the Taurus script behind the scenario editor is updated, and you can immediately run the test.
Record scriptless GUI Functional Tests using the BlazeMeter Recorder Extension. Advanced users can also choose to use the integrated Debugger to troubleshoot Scriptless tests.
To edit Scriptless GUI Functional Tests, you need to understand the following concepts: Objects (GUI elements such as buttons and fields), Actions (such as click or select) and Groups.
- How to Create a Scriptless Test Manually
- How to Create Objects
- How to Edit Objects
- How to Define Scenario Steps
- How to Create Groups
- How to Edit Groups
How to Create a Scriptless Test Manually
- Ensure you have the "Functional" tab selected.
- Click the "Create Test" button near the top-center of the screen.
- Select a project.
- Click the "GUI Functional Test" button to create a new test.
- Under Configuration, Test Definition, click the Pencil button to give the test scenario a name.
- Define your Scriptless test in one of the following ways:
- Record Test Scenarios in Chrome
- Verify that you have the BlazeMeter Extension installed. For more information, see The BlazeMeter Chrome Extension.
- Click Start UI Recorder on an empty canvas.
A new browser window opens. The Chrome extension opens. - Open your web app and perform your test steps. For more information, see Chrome Extension - Record.
- When you're done, click Stop Recording in the Chrome Extension.
The recorded test opens in the Scriptless Scenario Editor.
- Build Test Scenarios out of building blocks
- Record Test Scenarios in Chrome
- Click the Debug Test button to do a test run. A test run does not count against the metrics.
- Click the Run Test button to execute your test.
Scriptless Scenario Creation Tips
-
To reorder steps, drag them to new locations in the scenario list.
-
To remove a step from the scenario, click the trash can button.
-
To create an editable copy, click the Duplication button
- To find Objects, Actions, and Groups by name, use the search box.
- To view the appearance of the Object in the user interface, click the Screenshot button.
Test Execution Settings
- Location:
You can choose a specific public cloud or private location to run the test. For more information, see Cloud vs Private Location and Get the Location Name. - Browser:
By default, the test runs in the latest Chrome browser. If you created a private location that has other browsers and versions configured, you can select specific browsers in which to run the test. For instructions, see Supported browsers. - Virtual Services Configuration:
If you created a virtual services configuration, you can assign it to this test.
How to Create Objects
Objects are GUI elements in your system under test, such as text fields and buttons. When you start a new project, your Object list is empty. You manage Objects from the Test Action Library tab. To create an Object, you must provide a unique way to locate the element in the DOM.
You can create Objects by using any of the following methods:
- Let the BlazeMeter Chrome Extension record and create Objects automatically.
- Use the Object Picker to change an existing object.
- Create Objects manually in from the test definition window.
How to create Objects manually:
- Add an Action to the scenario.
- In the Object box, click Create New Object.
- Define an object name.
- In the Locator list, click one or more of the following types:
- By CSS Class
- By ID
- By Name
- By Xpath
-
In the Value field, define the locator as a text string. For example, you can enter the object ID.
- Click Create.
The Object is added to the Object library for this project and can be used in this test.
How to Edit Objects
From the Test Action Library, you can edit only the name and description of Objects. Editing other Object properties impacts scenarios in ways that require debugging and validation, which can be done only when the Object is used in the context of a scenario.
- Find the Object inside a step in the Scenario Editor and click the step to select it.Use the Test Action Library to find where the Object is used if you cannot find it in a Scenario.
- Click the Edit Object button (pencil icon) and modify locators manually, or click the Object Picker button (arrowhead in square icon) and then click an object in the web app under test.
- (Optional) Expand and review the revision history of the Object. The change log contains the time of the edit, who made the change, and a change note.
-
Make any additional changes and save the updates.
- Debug your test to verify results.
- (Optional) To save your changes to the shared Test Action Library, click Override Group Action.
How to Define Scenario Steps
You create scenario steps out of Actions, Objects, and parameter values.
The Taurus Actions are a predefined set. You cannot create new Actions. Available Actions include assertions, clicking buttons, selecting dropdown items, entering text, pausing, submitting a form, opening URLs, and many more.
For each scenario step, you can define a name, an Action, an Object, and values. The following example shows a test step that selects a flight departure time of 10:00 AM from a menu object.
In a test step such as clicking a button, or typing text into a form field, an Action is applied to an Object. Use the Object menu to search the project for existing Objects or to record new Objects, such as buttons.
Lastly, in the Value field, define any applicable values. A value can be, for example, a name to enter into a form field, a postal code number, a time selected from a selector, a URL, and more. Not all actions require values.
How to Create Groups
A custom Group contains multiple Actions that occur together in a given order. For example, you can create a custom "Login" Group that contains a sequence of three Actions, "Enter User ID," "Enter Password," "Click Submit."
Groups are useful because they can be shared, but the use of groups is not mandatory to create scenarios. You add Groups to a scenario in the same way as you add single Actions.
To create a Group directly from the Test Definition, drag a sequence of Actions into the Scenario Editor, and select their check boxes. The selected steps must be consecutive without gaps. Then enter a name for the Group and click Save As Group Action.
You can nest Groups inside other Groups, but you will not be able to drill down and edit nested Groups directly in the Scenario Editor.
How to Edit Groups
From the Test Action Library, you can edit only the name and description of a Group. You edit the Actions, Objects, and values inside a Groups from the Scenario Editor. Such local changes are automatically saved only in the current scenario.
You can overwrite the values of the original Group in the Test Action Library, or choose to save your changes as a new Group in the Test Action Library.
- Find the Group in the Scenario Editor and expand it.If you cannot find the Group in the Scenario, use the Test Action Library to find where the Group is used.
- Click the Edit button (pencil icon) to edit elements of the Group.
- Debug your test to validate your changes.
- (Optional) Click Override Group Action to save your changes to the shared Test Action Library.