Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 821 Bytes

README.md

File metadata and controls

28 lines (26 loc) · 821 Bytes

Demo-ManualTesting-TestCases

What is manual testing?

Manual software testing is when human testers check the quality of a new application without using automation tools or scripting. The purpose is to identify bugs or defects, ensure the product is error-free, and check it conforms to specified functional requirements.

How manual testing is performed:

  • Understand requirements
  • Prepare test cases
  • Review test cases
  • Execute test cases
  • Report bugs
  • Test again

Test Case Parameters:

  • Test Case ID
  • Test Scenario
  • Test Case Title
  • Prerequisite
  • Test Steps/Actions
  • Test Data
  • Expected Result
  • Actual Result
  • Status
  • Remarks

What I have Implemented?

I have created the test cases based on Demo-Financial Application (Positive & Negative) based on two scenarios:-

  • Send Money
  • Add Money