Category Archives: Manual Testing

Manual Testing

Test Scenarios for BookMyShow

In this post I write the test scenarios for BookMyShow functionalities Test Scenarios On Creating a New account in BookMyShow Test Scenarios on Sign-in of BookMyShow Test scenarios for Update profile of BookMyShow Test scenarios for the Search functionality in BookMyShow Test scenarios for booking/Cancel/Modify tickets or events in BookMyShow Test scenarios for Promo Codes … Read more

Functional testing vs Regression testing

In this post I am discussing on Functional testing vs Regression testing that has different purposes in the software development space Here are key differences between functional testing and regression testing: Sr No Functional Testing Regression Testing 1 Verifies that the software application meets functional requirements specification Verifies that the software application remains functional after … Read more

Functional testing vs Unit testing in software testing

In this post I have provided the detailed key differences between functional testing vs unit testing Here are key differences between functional testing and unit testing: Sr.No Functional Testing Unit Testing 1 Verifies that the software application meets functional requirements Verifies that each software component works correctly in isolation 2 There tests were executed from … Read more

functional testing vs non functional testing in software testing

In this post I have written the key difference between functional testing vs non functional testing in software testing There are 2 broad categories in software testing such as functional testing and non-functional testing Sr No Functional Testing Non-Functional Testing 1 Verifies that the software meets functional requirements such as user interface, database operations, etc … Read more