Explain Functionality Testing Techniques
Answers were Sorted based on User's Feedback
Answer / santoshnathan
It includes
1.BVA
2.ECP
3.Decision tables
4.State transition diagrams. These are the funtionality
testing techqiues.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sunithayagnamurthy.heartcom in
Functionality testing technique:
functionality testing means the
functionality is working or not as per the customer
requirment.this is called the functionality testing.
these functionality includes
1.object property coverage
2.Input Domain value
I)ECP (Equelence Class partition)
II)BVA (Boundary Value Analysis)
3)URL Covreage
4)Database Coverage
5)Exception Coverage
6)Calucltion Coverage
7) Overall functionality
These techniques are involved in functionality Coverage
Is This Answer Correct ? | 0 Yes | 0 No |
what is independent question and what is retriewing and what is problem of severity.
what is difference between web application and client server application
what type of quetion may be asked for experienced person in manual tester of 1 year?
how to report a bug to the developer?What is the structure of Bug tracking?
how we conduct security testing in realtime,for every project we conduct security testig or not
After successful login,If I have to check whether the name of the screen,other contents are proper or not this is called GUI testing.But if I am writing the test for functionality.then may I have to add this [Screen name,other contents]to expected result in my Functional testing or I have to write the other test case document for GUI testing?Thanks in Advance
2. The prime benefit of testing is that it results in improved defects a. True b. False
What is mutation testing?? And when we use it??
HI. ANYONE HAS ATTENDED INTERVIEW FOR TESTING IN MINDKRAFT GLOBAL. I HAVE WRITTEN TEST FOR SOFTWARE TESTING. CAN ANYONE TELL ME WHAT ALL QUESTIONS CANBE ASKED. PLS REPLY. THANK YOU
10.What is stub?
I have password field in my application.while entering data into pwd field the characters are not encrypted will it come under gui testing or unit testing? is gui testing checked by typing or entering data into fields?
Hi, Below is a question on white box testing. Kindly help me in answering it. How many test cases are needed to obtain 100% branch coverage. This question was asked in ISTQB foudation level exam - Dec21 2008. Read(A,C) If(A<10) then Print A; Endif If(C>100) then Print C is greater then A else if(C<100) then print only C Endif else Options - a. 4 b. 3 c. 2 d. 1 Kindly answer with explanation so that it would be easy to understand