Testing types and techniques

What are the testing types and techniques?

Questions by Live..life

Showing Answers 1 - 9 of 9 Answers

jagadeesh

  • Jul 2nd, 2014
 

There are two types of testing

Functional and non-functional

Functional types are :
sanity,regression,smoke,integration,unit,system,,,

Non-functional - load,security,performance ....

  Was this answer useful?  Yes

shivaraj

  • Aug 24th, 2017
 

Basically 3 Types:
1.Black box testing (Done by tester)
2.Whitebox testing (Done by a program knowledge person)
3.Graybox testing (Combination of both)

Testing Techniques:
Sanity testing
Functional testing
Integration testing
System testing
Performance testing
Load testing
Exploratory testing
Monkey testing

  Was this answer useful?  Yes

Sachin Sharma

  • Nov 20th, 2017
 

Testing types:-
1.On Basis of code:- White Box testing and Black Box testing.
2.On basis of function:- Functional testing and Non- functional testing
3.On basis of Tools:- Manual and Automated testing.
Testing Techniques:-
1.Equivalence analysis
2.Boundary Line analysis
3.cause and effect analysis
4.Decision table
5.Error guessing

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions