Smoke Testing
Smoke Testing definition Smoke Testing is a non-exhaustive set of tests that aim at ensuring that the most important functions work. Smoke Testing purpose The …
Scaling Agile with You
Smoke Testing definition Smoke Testing is a non-exhaustive set of tests that aim at ensuring that the most important functions work. Smoke Testing purpose The …
Regression Testing definition Regression Testing is the process of testing changes to computer programs to make sure that the older programming still works with the …
Happy-path testing is a type of software testing that uses known input and produces an expected output : Happy Pass (Sunny Day), in the context …
Integration Testing definition : Individual units are combined and tested as a group in order to expose faults in the interaction of units. Integration Testing …
Dynamic Analysis definition Dynamic Analysis adopts the opposite approach of Static Analysis and is executed while a program is in operation : A dynamic test …
Behavior Driven Development (BDD) definition Behavior Driven Development (BDD) is an agile software development practice adding to Test-driven development( TDD) the description of the desired …
Acceptance Test Driven Development (ATDD) definition : Acceptance Test Driven Development is the practice of expressing requirements as acceptance tests. ATDD is a test-first software …
Traditional Functional Testing : Traditionally, not in Agile testing, functional testing is implemented by a team of testers, independent of the developers. However Functional tests …
The Scrum framework consists of Scrum Teams and their associated accountabilities, artifacts, events and rules as defined in the Scrum Guide. Scrum Guide rule The …
The Scrum framework consists of Scrum Teams and their associated accountabilities, artifacts, events and rules as defined in the Scrum Guide. Scrum events Sprint Sprint …