Software testing for beginners !!!
Software Testing - Definition, Types and Approach.
What is Software Testing ?
Its a process or a set of activities which is followed to evaluate the functionality and stability of the software.
Types of Software Testing :-
Manual Testing- Its a process of testing where the software is tested manually to find the defects.
Automation Testing - The process of testing the software using an automation tool to find the defects
Types of Testing approaches :-
White Box Testing -It is based on applications internal code structure.Tester must have knowledge of script or coding language.
White Box - Internal code testing |
Black Box Testing - It involves examining functionality of software without any knowledge of internal implementation and without seeing the source code. Tester need not require to have script of coding language.
Black Box - Application level Testing |
Comments
Post a Comment