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.