Category Archives: Software Testing

Software Testing

What Manual Testing? Its advantages & Disadvantages?

•Manual Testing is process in software development life cycle(SDLC) where human manual testers manually execute test cases, Observe the behavior of the software application against the requirements or user stories to identify bugs, defects, and other error •This manual testing activity will be done like entering data, clicking on buttons, and checking the output to … Read more

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 Integration testing

In this post I will writing about key differences of Functional testing vs integration testing Sr No Functional Testing Integration Testing 1 Verifies that the software application meets functional requirements as a whole from end-user perspective. Verifies that the software application components work together as expected.Tests the interactions between different components of the software. 2 … 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