1.

Explain briefly how Behavioral Driven Development works?

Answer»

There are majorly three steps in the working of BDD. They are as follows:-

  • BEHAVIOUR Description: We list down the features of our APPLICATION first in the FEATURE file.
  • Making the Step Definition file: The mapping between each step of the scenario defined in the feature file and a code of the FUNCTION to be executed is stored in the steps definition file.
  • Testing and running: We run the test cases to check if we PASS. In general, a lot of failures are observed before achieving the final code.


Discussion

No Comment Found