Level of Testing: Engr. Anees Ur Rahman
Level of Testing: Engr. Anees Ur Rahman
Level of Testing: Engr. Anees Ur Rahman
Lecture 01
Business
UAT
scenario
SRS System
HLD Integration
LLD Unit
Level of Testing
Unit Testing
Component Testing
Integration Testing
System Testing
Acceptance Testing
Alpha Testing
Beta Testing
Unit Testing:
Unit testing is a method by which individual units of source
code together with associated control data are tested to
determine if they are fit for use.
A unit us the smallest testable part of an application like
Unit tests are typically written and run by software developers
to ensure that code meets its design and behaves as
intended.
Integration Testing:
* develop unit tests after the design portion of the Build Definition
Spec. is completed.
White Box Testing Techniques
Statement coverage – execute all
statements at least once.