Posts

Showing posts with the label BDD

BDD in Action

Image
As I Joined Moolya in the month of September 2018 and working on a Client Project, I have encountered many new things which I never experienced before.  One of the Topic is Feature Files and Step Definitions. Now, for every new learning. I think and co-relate them to Golden Circles. WHY -  I Wanted to know why Feature Files and Step Definitions are Built, What is the Usage of doing them in the Software Development Process. HOW - I wanted to know how they are built, and I started looking for books to read, asking the testing community about what to read and learn about them. WHAT - Started reading the Book: "BDD In Action". Now, Completed Chapter -1 from the Book. Highlights from Learning: Creator of BDD - Dan North Why Building Software makes a difference - Building Software right vs Building right Software. BDD tools can help turn these requirements into automated tests that help guide the developer, verify the feature, and document wh...

Behavior Driven Development

Image
Recently, i read on Behavior driven development (in short, called as BDD) - Its a new style, which is very useful to apply user stories for acceptance tests. This can minimize the waste and impact the business outcome, this can make direct accessible with customers to testers, developers and domain experts with the goal of producing quality software. This makes impact to the business process and increase the value. AgileDox is ancestor of BDD, which is a automation tool for generating technical documentation. Now, several tools released to build the BDD community such as Cucumber, RSpec etc. I will write in next posts, how i am started learning this..