7 02, 2022

Setting Up Mobile Configuration in NoCodeBDD

By |2022-02-07T15:01:43+00:00February 7, 2022|Uncategorized|Comments Off on Setting Up Mobile Configuration in NoCodeBDD

Step 1: Make sure that Appium desktop Is ruining in your local. Here is a link to install Appium locally.  Step 2: Connect your mobile device to pc and make sure usb debugger is enabled so that Appium can recognise the mobile.  Step 3: Open the NoCodeBDD  Application, Goto Setting [...]

26 10, 2021

Running NoCodeBDD in Docker

By |2021-10-26T19:46:34+00:00October 26, 2021|Uncategorized|Comments Off on Running NoCodeBDD in Docker

Pre-requisites If you are using AWS EC2 Linux, install Webmin (You can use the steps described here to install Webmin https://wilddiary.com/install-webmin-on-aws-ec2-server/)Install Docker (You can use the steps described here to install Docker)https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04If you are running Docker in EC2, make sure the VM running in EC2 has access to all required [...]

20 10, 2021

Integrate NoCodeBDD and Jenkins to run BDD

By |2021-10-20T20:48:38+00:00October 20, 2021|Uncategorized|Comments Off on Integrate NoCodeBDD and Jenkins to run BDD

Creating Pipeline in Jenkins Creating pipeline in Jenkins to run the features created in NoCodeBDD is a fairly straight forward process. This article shows how this is done step by step. Assumption Before setting up Jenkins, please ensure that following set-up are already done in the Jenkins box: NoCodeBDD is [...]

22 09, 2021

Running NoCodeBDD

By |2021-09-22T17:09:59+00:00September 22, 2021|Uncategorized|Comments Off on Running NoCodeBDD

Running NoCodeBDD is fairly straight forward, as shown in the steps given below. Before following these steps, for better results please ensure your system has 8GB RAM. Windows If you have .exe, then double click on the file and just follow the steps. It should install NoCodeBDD automatically. If you [...]

20 03, 2021

BDD and TDD in Agile

By |2021-03-20T15:57:34+00:00March 20, 2021|Uncategorized|Comments Off on BDD and TDD in Agile

There is a general misconception that behavior-driven development (BDD) is an extension of test-driven development (TDD) and that when BDD is used, the team doesn't have to use TDD and vice versa. In this article, we will be looking at how BDD and TDD can be used in an agile [...]

5 03, 2021

BDD instead of User Stories

By |2021-03-05T07:34:18+00:00March 5, 2021|Uncategorized|Comments Off on BDD instead of User Stories

Most of us are familiar with user stories. The structure of a user story is typically something like: As a [type of user], I want to [perform some task] so that I can [achieve some goal]. However, articulating what is required in a natural language is one of the hardest [...]

12 02, 2021

BDD Unit Testing?

By |2021-02-12T08:19:58+00:00February 12, 2021|Uncategorized|Comments Off on BDD Unit Testing?

Disclaimer to start with: the title of this blog is a bit of a misnomer. The reason for intentionally titling this blog incorrectly is to clarify and hopefully make readers/users understand why "BDD Unit Testing" is inherently contradictory. The term Unit Testing relates to test-driven development (TDD), which is different [...]

14 01, 2021

What are TDD and BDD?

By |2022-12-15T13:31:46+00:00January 14, 2021|BDD vs TDD|Comments Off on What are TDD and BDD?

Test-driven development (TDD) is a software development process in which the developer writes a test for a given function, then writes enough functional code just for the test scenarios to pass. Then, if required, the developer refactors the code to make the code better. Behavior-driven development (BDD) is an Agile [...]

21 12, 2020

How Behavior-Driven Development (BDD) Helps You Overcome Muri, Mura and Muda

By |2020-12-21T22:36:26+00:00December 21, 2020|BDD Implementation, Lean Process|Comments Off on How Behavior-Driven Development (BDD) Helps You Overcome Muri, Mura and Muda

I am a huge fan of Toyota when it comes to process and lean manufacturing. They invented and brought in many of the lean production processes, which were then adopted by many other car manufacturing companies across the world. One of the key goals of the Toyota Production System (TPS) [...]

24 11, 2020

Cucumber Vs NoCodeBDD

By |2020-11-24T14:45:28+00:00November 24, 2020|Uncategorized|Comments Off on Cucumber Vs NoCodeBDD

I have been working with Behavior Driven Development (BDD) using Cucumber for several years. I am a huge fan of BDD and the benefits it brings to a project. I wouldn't embark on a project without using BDD. The main benefits of using BDD is, it improves the collaboration between [...]

Go to Top