✍️Manual Testing

Manual Testing :

After completing all the previous tasks (STLC) and learning, start applying your knowledge on demo or real projects which will add extra points in your bag. So start testing a software manually, in this phase you will learn about

  • Test Driven Development

    • is software development approach in which test cases are developed to specify and validate what the code will do. In simple terms, test cases for each functionality are created and tested first and if the test fails then the new code is written in order to pass the test and making code simple and bug-free.

  • Test Planning

  • Writing effective Test Scenario and Test Cases

  • Bug Tracing and Reporting to stack holder

  • Proper knowledge about system Compatibility

Completing a software testing manually using different project management tools is very beneficial and increase experience. And keep practicing to be an expert.

Last updated