View Single Post
Old 09-08-07, 01:06 AM   #1 (permalink)
shindevijaykr
Member
 
shindevijaykr's Avatar
 
Join Date: Feb 2007
Location: India
Age: 26
Posts: 30
Thanks: 0
Thanked 16 Times in 10 Posts
Thanks: 0
Thanked 16 Times in 10 Posts
Rep Power: 3 shindevijaykr is on a distinguished road shindevijaykr is on a distinguished road
Arrow Types of software Testing

You could have got confused some times when you get question like what are the types of software testing?

You could have read all the testing concepts but when it comes to aggregate that data its difficult to remember.

So what are all testing types performed in any application testing?

Black box testing - Internal system design is not considered in this type of testing. Tests are based on requirements and functionality.

White box testing - This testing is based on knowledge of the internal logic of an application's code. Also known as Glass box Testing. Internal software and code working should be known for this type of testing. Tests are based on coverage of code statements, branches, paths, conditions.

Unit testing
Integration,
functional
system
....

All testing types listed here Types of software Testing.
__________________
Ask me your Software Testing Queries!
http://www.softwaretestinghelp.com
shindevijaykr is offline   Reply With Quote