What are Levels of Functional testing?
Answers were Sorted based on User's Feedback
Answer / ravi
level-0 sanity testing
level-1 comprehensive testing
level-2 regression testing
| Is This Answer Correct ? | 2 Yes | 0 No |
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 |
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 |
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 |
How do you manage your writen/modified/executed test cases, Bug report etc,without using any tool?
What is Mutation Testing?
Give proper Seq. to following testing Types Regression, Retesting, Funtional, Sanity and Performance Testing.?
What Is Regression Testing?
how can client know that the bug which has been corrected
When u r executing a test case an error dialog or window appeared on screen describing some msg . u have to send that dialog/window as an attachment to the developer to let him understand properly abt the error dialog /window. how do u capture that error dialog/window as a snapshot , in manual tesitng ?
What is Interoperability Testing? What is Risk Based Testing?
What is meant by Entry and Exit points in Testing? Raam - ramumcato@yahoo.com
Write the Testcases for Telephone
If you have executed 100 test cases ,every test case passed but apart from these testcase you found some defect for which testcase is not prepared,thwn how you can report the bug?
is the volume testing, stress testing, load testing is same and not tell me the difference plz thanks
What is known issues?