Write the steps followed in testing?
i. Unit testing - The individual components are tested in this type of testing.
ii. Module testing - Related collection of independent components are tested.
iii. Sub-system testing - This is a kind of integration testing. Various modules are assembled into a subsystem and then the whole subsystem is tested.
iv. System testing - The whole system is tested in this system.
v. Acceptance testing - This type of testing helps in testing of the system with customer information. If the system satisfy the customer need then it is granted.