Overview To understand bug, implement a test, measure test coverage. It’s quite important to know that those are belong to which Feature. But what is definition of Feature ? Definition Click here to expand… Product Definition An entity that work isolate by a group of feature on its own You can have multiple product in […]
Tag: testing
Why BDD: Behavioral Driven Development
There are 2 main types of bugs Regression Bugs: A type of software bug where a feature that has worked before stops working New Feature Bugs: An incompleteness, unexpected behavior of new feature Example Car’s Feature – Drive point A to point B – Able to brake / lower speed – Able to turn left or right – […]