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 |
Which methodology u follow in testcase?
give me an Example of UAT test cases What is functional and nonfunctional explain What is validation testing
explain current project?
what is gap analysis
What is Ur Streght?(In P.M)
12 Answers L&T, MBT,
What was a problem you had in your previous assignment (testing if possible)? How did you resolve it?
How do you get programmers to build testability support into their code?
What do you do in Configuration Management?
What are your greatest weaknesses?
Tell me the algo for convering number into words. Meanse if the number is 4567 then it should print Four Thousand Five Hundred Sixty Seven
If we got build [say 2.0]to test, we test it & maintain the log then we got same build [say 2.0] fixing bugs in the same version 2.0 again we test it .My question is How we maintain this second log of testing same build
What is internationalization testing (i18n testing)?