behaviour driven development

Conclusive guide to Agile testing methodology

Reading Time: 4 minutes Agile methodology has been the most compelling approach to project management. The main purpose of the agile approach is to overcome difficulties with earlier waterfall model and to make processes more flexible and effective. Few Agile testing methodologies are:  Acceptance Test Driven Development (ATDD)- . It verifies that the product functions as users would expect. ATDD is related to TDD, or Test-Driven Development. It faster Continue Reading

Introduction to Spock: A Unit Testing Framework

Reading Time: 4 minutes This article talks about the Spock framework. It’s a framework for writing unit test cases in BDD style.

MachineX: Anticipate Customer behavior for Retailing

Reading Time: 4 minutes In this blog, we are going to see the power of Customer behavior Anticipation and how it can derive the success of the retail sector. Nowadays, Machine learning is playing an important in the success of different sectors. we can talk about Healthcare, Finance, Manufacturing, Agriculture, now even in Education. Retail is one of the sectors, which is getting huge benefits from machine learning and Continue Reading

TUTORIAL 3 :Using Tags in Cucumber

Reading Time: 2 minutes Hello Everyone, Now We will go through the TAGS in cucumber. You can read the previous post related to how to write a  Test Script in CUCUMBER : here In chapter of Feature if we have many Scenarios , to put them under a single umbrella, we use tags in our cucumber through which we will be able to generate reports for specific scenarios under the same Continue Reading

Tutorial 4: Background in CUCUMBER

Reading Time: < 1 minute Hello Everyone, In this Series we will try to understand that how to organize our scenarios using Background in CUCUMBER. When we write  multiple scenarios within single feature file with repeated steps. Starting steps which are common in all the scenarios can be pulled out into a Background test steps. Using Background in CUCUMBER, we can make the feature file more readable and less complex Continue Reading