Difference between

*  What is the difference between use case and test case?

use cases:

BA write use cases

it can be in the form of diagram or in a tabular format where the writer describe step-by-step user interaction with the system.

a set of action executed by user to achieve a goal:

 

 

Test cases:

Tester write test cases

a set of action executed to validate the functionality of system.

 

 

* Difference between SDLC and STLC

The software development life cycle(SDLC) covers the

Information gathering
Analysis
Designing
Coding
Testing
Implementation
Release & Maintenance
Software testing life cycle(STLC) covers

1. Test planning

2. Test development

3. Test execution

4. Result analysis

5. Bug reporting

6. Preparation of reports

STLC is the part of the SDLC

 

* What is the difference between functional document and business document?

Functional Document:

It means “Functional Requirement Specification” (FRS).

It deals with requirements given by client.

Use cases are not included.

always developed by developers and engineers

we describe the particular functionalities of   every single page in detail from start to end.:

 

Business Document:

It means “Business Requirement Specification” (BRS)

It deals with aspects of business requirements

always developed by Business Analyst

we defines what exactly cus

 

 

Introduction

This article was made keeping Jr Tester in mind , you may come across terms which sounds similar but has different meaning/objectives.its not easy to find all the differences in software testing under one website or blog that’s when i came up with the idea to bring all the necessary content in a single blog,especially for the tester who is preparing for the Interview. This was based on manual testing, not included the automation testing. If you feel that any of the things was missed or need to add more in the list, please comment me.