DEV Community

Cover image for Software Testing
Karthick (k)
Karthick (k)

Posted on

Software Testing

Today, I attended my First Software Testing class, it has a really valuable experience in my journey to become a Software tester.

I tried with myself to write on the Testing model

I enjoyed the session, which started from 11.00 pm to 1.00 pm I learned what BRS-Business Requirement Specifications are.

What is a test case?
Part of Test suite/ Test Scerrio -> One to many relationship.
TO Expect the verification results.

Why Use TestCase:

  1. proper planning
  2. Can avoid missing cases.
  3. Following procedures
  4. Document & Development - Test Case.
  5. Helping other testers, creativity

Top comments (0)