|
Re: Types of software Testing
HI Dear,
Please dont be confused for Software Testing. To understand what is s/w testing first u have to know what is TESTING and then S/W Testing. I am directly come to S/W Testing.
Software Testing- IT the is process to VERIFY that the Developed S/W full fill all the clients needs and Developed according to the given SRS (Software Requirement Specifications).
Now is Divides into 2 parts-
1. Black Box Testing
2. White Box Testing.
Black Box testing- In which we do not work on the internal logic of the s/w. We only check the functionality of the software. This Testing is done by the TESTER.
White Box Testing- This Testing is done by the Developer. In which Developer testing the internal logic of the s/w (designing part).
|