4 05, 2023

Webinar Recording: How IBM successfully rolled out BDD in a large project?

By |2023-05-04T14:12:10+00:00May 4, 2023|Uncategorized|Comments Off on Webinar Recording: How IBM successfully rolled out BDD in a large project?

I had the pleasure of hosting a webinar with two industry experts, Rebecca Stone from IBM. During the webinar, Rebecca shared her experience in successfully implementing BDD in a large government project, highlighting the benefits of BDD, why and how she used OOPSI and its role in overcoming challenges faced [...]

30 03, 2023

Key Considerations for Rolling Out BDD in a Project

By |2023-04-20T09:15:42+00:00March 30, 2023|Uncategorized|Comments Off on Key Considerations for Rolling Out BDD in a Project

Rolling out BDD in a project requires careful planning and a well-structured process. As a tech consultant on a large project, I had to make several changes to their BDD process and automation suite implementation. Some changes were straightforward, while others proved more challenging. If you're considering implementing BDD in [...]

10 03, 2023

Given, When and Then

By |2023-03-10T12:57:51+00:00March 10, 2023|BDD Automation, BDD general|Comments Off on Given, When and Then

Given, When, and Then are the three essential components of behavior-driven development (BDD), a software development methodology that focuses on defining the behavior of software through examples in plain language. Here's a brief description of each component: Given: This represents the preconditions or initial state of the system before the [...]

25 02, 2023

Alternative to TestProject.io

By |2023-03-02T15:21:54+00:00February 25, 2023|NoCodeBDD comparison|Comments Off on Alternative to TestProject.io

Companies frequently use TestProject.io because of its free test automation platform with a user-friendly UI and a range of features. However, teams need to find a new solution to assist their test automation efforts because it will be phased down on March 31, 2023, as mentioned in this TestProject.io blog. [...]

9 02, 2023

Retrying Failed BDD Scenarios: Why, How and Benefits

By |2023-02-17T16:20:51+00:00February 9, 2023|BDD Automation, NoCodeBDD|Comments Off on Retrying Failed BDD Scenarios: Why, How and Benefits

Software testing frequently encounters sporadic problems, such network outages. Even if the application being tested is working properly, these problems can cause automated test scenarios to fail. We have created a new retry functionality that automatically retries failed BDD scenarios in order to solve this issue. In this blog post [...]

19 01, 2023

10 Tips to Writing Effective BDD Scenarios

By |2023-02-17T16:20:51+00:00January 19, 2023|Uncategorized|Comments Off on 10 Tips to Writing Effective BDD Scenarios

10 Tips for Writing Effective BDD Scenarios When rolling out BDD having a clear and concise scenario writing is a vital aspect of successful BDD adoption. This blog post will provide you with 10 tips to enhance your BDD scenario writing, making it easy to understand, maintainable, and efficient. 1. [...]

12 01, 2023

Developing Testable Web Applications: Tips and Tricks for Software Engineers

By |2023-02-17T16:20:51+00:00January 12, 2023|Uncategorized|Comments Off on Developing Testable Web Applications: Tips and Tricks for Software Engineers

It will be difficult to automate testing if you don't consider it when creating your web application. It will be difficult, regardless of whether you are a code wizard or a no-code ninja. Here are some crucial ideas to have in mind as you develop your app to make testing a [...]

5 01, 2023

BDD Automation: Two-Factor (OTP) Authentication

By |2023-02-17T16:20:51+00:00January 5, 2023|Uncategorized|Comments Off on BDD Automation: Two-Factor (OTP) Authentication

Many websites now require two-factor authentication (2FA) as an extra security measure beyond a standard username and password. When a user enables 2FA for their account, they will receive a code (OTP) via their phone or email after successfully logging in with their username and password. This code must be [...]

Go to Top