What are Levels of Functional testing?

Answers were Sorted based on User's Feedback



What are Levels of Functional testing?..

Answer / ravi

level-0 sanity testing
level-1 comprehensive testing
level-2 regression testing

Is This Answer Correct ?    2 Yes 0 No

What are Levels of Functional testing?..

Answer / subbu-

level-0 sanity testing
level-1 comprehensive testing
level-2 regression testing
level-3 re-regression testing

Is This Answer Correct ?    0 Yes 0 No

What are Levels of Functional testing?..

Answer / kanishk

Functional testing is basically related to what the system
do , it is also called blackbox testing(though it includes
non functional testing also). The levels are :
1. Boundary Vqlue Analysis.
2. Equivalence Partionting.
3. Use case.
4. State transition.
5. Decision tables

Is This Answer Correct ?    0 Yes 0 No

What are Levels of Functional testing?..

Answer / mfsi_krushnas

Functional testing typically involves five levels :

1.The identification of functions that the software is
expected to perform
2.The creation of input data based on the function's
specifications
3.The determination of output based on the function's
specifications
4.The execution of the test case
The comparison of actual and expected outputs

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

1.What is the different b/w error,defect,Bug?

4 Answers  


What is a show stopper?

10 Answers   Satyam,


what is BVA,EP?if any body knows this, post the answer for me.

3 Answers  


On Registration Form, if some fields are not mandatory to fill then those fields can accept any invalid input. OR there may have some validation. E.g. Email id field - Not mandatory to fill. If user enter Email id = 453454 should it accept?

1 Answers  


Maximum how many defects found in a single module?

2 Answers  






wat is meant by frontend and backend testing

2 Answers  


What is difference between web site testing, desktop application testing and wireless application testing? what is the difference in testing strategy to test them?

0 Answers  


How u did security testing for the web application???

5 Answers   SuperValu,


how u will do the load,stress and performance testing manually ?

9 Answers   IBM,


What exactly is quality control? Is it similar to quality assurance?

0 Answers  


Any body can explain how do we find Duplicate Defects.

9 Answers  


Explain branch coverage and decision coverage.

0 Answers  


Categories