Software Testing Tutorial #41 – What is Defect in Software Testing

In this Software Testing Tutorial, we will learn about what is defect in software testing. Defects are also known as bugs and used interchangeably in any software development project. There is very minor difference between defect and bug which I will explain in further tutorials, however, in actual software testing projects you will find people using defects and bugs interchangeably and both refer to same thing.

Software Testing Tutorial #40 – Test Plan vs Test Strategy

In this Software Testing Tutorial, we will learn about the difference between test plan vs test strategy in software testing. A software test plan is defined at the project level whereas test strategy is at organization level. The test plan can change as per the requirement but the test strategy doesn’t change frequently.

Software Testing Tutorial #2 – What is Manual Testing | With Examples

In this Software Testing Tutorial we will learn what is manual testing and its process with examples. Software testing can be broadly categorized as Manual testing and Automation testing.

Manual testing is the testing which is done without involvement of any automation tools or scripts. The process of manual testing needs to be followed and manual test execution of scripts need to pass before you plan to automate those test cases.