Designing functional tests

This tutorial demonstrates the design, execution, and analysis of functional tests using the web interface of Step.

Illustration for Designing functional tests

This tutorial will demonstrate the design, execution, and analysis of functional tests using the web interface of Step; we will focus on the design of functional tests with the standalone editor of Step.

Prerequisite: Successful installation of Step and completed keywords that automate your test application (SUT).

In Step, plans can be used to design any sort of automation assets, including: functional test cases, load scenarios, RPA routines, and monitoring probes.

Any test management (T&M) tools you are already using (like ALM, Jira. etc.) can be easily integrated with Step; this will allow you to utilize the dedicated Step plugins to easily design, edit, and manage your test cases within your T&M tool of choice.

Note: Refer to the plugin sections for more information regarding the integration with other T&M tools.

Plan design

Test case creation

For more information on the creations of plans refer to the Plan documentation.

To begin, we will create our test cases using the visual plan editor of Step.

  1. Navigate to “Plans” and click “New Plan”. You will be prompted for a plan name and type. For reporting reasons, we will select the “TestCase” type.
  1. Click “Save and edit” and you’ll be redirected to the visual plan editor where you will be able to edit the newly created test case.
  2. Build your plan using your own Keywords analogous to the following example. If you haven’t already created Keywords for your test case you can follow the getting started guide or refer to the Keyword API documentation.

You can create as many test cases as you need using the same approach. An essential aspect of functional tests is the use of assertions within test cases. In classical Keyword-driven approaches and tools, assertions are performed using dedicated keywords. A typical example would be:

  • Login in my application → Assert I’m on the home page → Search for article → Assert I’ve found the expected article …

In addition to Step having the ability to use dedicated keywords for assertions, Step also provides the ability for a Keyword to return output values called “Keyword Outputs” (See Keyword Output & Assets for more details). There are many advantages to using Keyword Outputs in combination with Asserts instead of using dedicated assertion Keywords:

  • No need to implement dedicated Keywords for assertions
  • Uniform and structured reporting of assertion failures in Step
  • Keyword and its assertions are grouped automatically within the report
  • Transparent reporting and recording of Keyword Outputs

In the examples below, we will create a test case with one assertion on the Keyword Outputs.

Test set creation

Now that we’ve created our test cases, we will group them in a test set. A test set in Step is like any other automation asset, just a special type of Plan. Follow the instructions below to crate your first test set:

  1. Navigate to “Plans” and click on “New Plan”. Give your test set a name and select “TestSet” for the type field.
  1. Click “Save and edit” and you will be redirected to the plan editor.
  2. Add your test cases to the test set by clicking “+” in the tab “Other plans” of the “Available components” frame.

Execution & Analysis

The execution of your test set works like that of any other plan in Step.

  1. Go to “Plans” and search for your test set and click on the play icon.

When running test sets (Plans of type “TestSet”) Step automatically displays the test set reporting view on the execution page. At the top of the page, you will find an overview of all your test cases. This view is only displayed for Plans having the type TestSet.

On top of the test case frame, an overview of the test case status is displayed
  1. In case of errors, you can drill down by selecting a single test case.

Scaling out

An important aspect of test sets in Step is the ability to run them in parallel in order to reduce the total execution time of the test set.

The parallel execution of the test cases within a test set is supported out of the box by Step. If you have enough Step Agents available in your grid, you can set the parallelism using the reserved variable “tec.execution.threads”.

You can define the variable globally as “Parameter”.

Summary: This tutorial demonstrates the design, execution, and analysis of functional tests using the web interface of Step.

Illustration for Using Step with Grafana
Using Step with Grafana

This article demonstrates how to connect Grafana to data generated by Step.

Illustration for Setting up system monitoring with a Step agent
Setting up system monitoring with a Step agent

This article demonstrates how to set up distributed system monitoring using Keyword executions, and analyze the results as measurements.

Illustration for NET tutorials: Microsoft Office automation with Step
NET tutorials: Microsoft Office automation with Step

This tutorial demonstrates how to automate interaction with Microsoft Office applications using the Office Interop Assembly.

Illustration for JUnit Plan Runner
JUnit Plan Runner

This article provides documentation for how to integrate JUnit tests into Step.

Illustration for How to monitor services availability and performance
How to monitor services availability and performance

This tutorial demonstrates how Step can be used to monitor services, availability and performance metrics.

Illustration for .NET tutorials: AutoIt with Step
.NET tutorials: AutoIt with Step

This tutorial demonstrates how to utilize the AutoIt C# binding to automate interactions with Windows applications.

Illustration for Android Testing using Step and Appium
Android Testing using Step and Appium

This article demonstrates the automation of mobile applications on Android using the Appium framework.

Illustration for Browser-based automation with Step and Selenium
Browser-based automation with Step and Selenium

This article defines three Keywords which will be used in browser-based automation scenarios, using Step and Selenium, as general drivers.

Illustration for Load Testing with Cypress
Load Testing with Cypress - advanced

This tutorial shows you how to efficiently set up a browser-based load test using existing Cypress tests in the Step automation platform.

Illustration for Adding and Configuring New Agents
Adding and Configuring New Agents

In this short tutorial, we show how to quickly implement a simple browser-based load test based on Cypress scripts in Step.

Illustration for Load Testing with Playwright
Load Testing with Playwright - advanced

This tutorial shows you how to efficiently set up a browser-based load test using existing Playwright tests in the Step automation platform.

Illustration for Basic Keyword Development
Basic Keyword Development

This article explains Keywords in Step and demonstrates how to create simple ones.

Illustration for Robotic Process Automation (RPA) with Selenium
Robotic Process Automation (RPA) with Selenium

This tutorial will demonstrate how to use Step and Selenium to automate various browser tasks.

Illustration for Robotic Process Automation (RPA) with Cypress
Robotic Process Automation (RPA) with Cypress

This tutorial demonstrates how to use Step and Cypress to automate various browser tasks.

Illustration for Synthetic Monitoring with Selenium
Synthetic Monitoring with Selenium

This tutorial demonstrates how Selenium automation tests can be turned into full synthetic monitoring using Step.

Illustration for Load Testing with Cypress
Load Testing with Cypress

In this tutorial, we'll show you how to easily set up and run a browser-based load test with Step's wizard, using your existing Cypress tests, on the Step automation platform.

Illustration for Load Testing with Selenium
Load Testing with Selenium

This tutorial shows you how to efficiently set up a browser-based load test using existing Selenium tests in the Step automation platform.

Illustration for Synthetic Monitoring with Playwright
Synthetic Monitoring with Playwright

This tutorial demonstrates how Playwright automation tests can be turned into full synthetic monitoring using Step.

Illustration for Synthetic Monitoring with Cypress
Synthetic Monitoring with Cypress

This tutorial demonstrates how Cypress automation tests can be turned into full synthetic monitoring using Step.

Illustration for Robotic Process Automation (RPA) with Playwright
Robotic Process Automation (RPA) with Playwright

This tutorial will demonstrate how to use Step and Playwright to automate various browser tasks.

Illustration for Load Testing with Playwright
Load Testing with Playwright

In this tutorial, we'll show you how to easily set up and run a browser-based load test with Step's wizard, using your existing Playwright tests, on the Step automation platform.

Illustration grafana devops tutorial
Continuous load testing with K6

Quickly integrate K6 based load-tests in your DevOps workflow

Illustration for playwright synthetic monitoring in a devops workflow
DevOps Synthetic Monitoring with Playwright - Advanced

This tutorial demonstrates how Playwright tests can be reused for synthetic monitoring of a productive environment in a DevOps workflow

Illustration for playwright synthetic monitoring in a devops workflow
DevOps Synthetic Monitoring with Playwright

This tutorial demonstrates how Playwright tests can be reused for synthetic monitoring of a productive environment in a DevOps workflow

Illustration for okhttp devops
Protocol-based load testing with okhttp

In this tutorial you'll learn how to quickly set up a protocol-based load test with okhttp

Illustration for playwright devops
Continuous end-to-end testing

Learn how to set up continuous end-to-end testing across several applications based on Playwright tests in your DevOps pipeline using Step

Illustration for playwright devops
Continuous load testing with Playwright

Learn how to quickly set up continuous browser-based load testing using Playwright tests in your DevOps pipeline

Want to hear our latest updates about automation?

Don't miss out on our regular blog posts - Subscribe now!

Image of a laptop device to incentivize users to subscribe