In this blog, you will learn how to pass arguments to step definitions when using Cucumber and Spring Boot. Cucumber is a tool that supports Behaviour-Driven Development (BDD). Enjoy!
Continue reading “Cucumber & Spring Boot Integration: Passing Arguments to Step Definitions Explained”Effective Java Application Testing with Cucumber and BDD
Increase your testing efficiency by utilizing Cucumber for Java application testing, fully integrated with Behaviour-Driven Development (BDD). This guide provides comprehensive steps for project setup, scenario writing, step implementation, and reporting.
Continue reading “Effective Java Application Testing with Cucumber and BDD”Automated Visual Testing With Robot Framework
A common problem when automating tests are tests which require a visual comparison to a previous state. This can be a very time consuming task when you need to execute many of these testing tasks. But not anymore, the Robot Framework DocTest library comes to the rescue!
Continue reading “Automated Visual Testing With Robot Framework”Parallel Testing With Robot Framework
Did you ever encounter the problem that your regression test execution time has become so large, that you needed to wait for hours in order to get the results? This is where Pabot comes to the rescue! Pabot enables parallel test execution for your Robot Framework tests. Let’s see how this works!
Continue reading “Parallel Testing With Robot Framework”Create Custom Robot Framework Libraries
Robot Framework supports numerous libraries which can be used out-of-the-box. But what if we need functionality which is custom to our application? In that case, we can write our own custom library. In this post, we will take a look at how we can share keywords between Test Suites and how we can create our own custom Robot Framework library.
How to Write Data Driven Tests With Robot Framework
In this post, we are going to explore how to write data driven tests with Robot Framework. We will take a look at how data driven tests can be written with standard Robot Framework syntax and we will take a look at the Data Driver Library which offers some interesting features.
Continue reading “How to Write Data Driven Tests With Robot Framework”
Automated Acceptance Testing With Robot Framework
Robot Framework is an open source test automation framework. It is keyword driven and therefore very suitable to describe and automate acceptance tests. In this post, we will introduce Robot Framework and dive into the basic concepts.
Continue reading “Automated Acceptance Testing With Robot Framework”
