What r the different testing techniques other than BVA and
EQP?
Answer Posted / rahul singh
There are 3 different testing technique
1 Error Guessing (Here we try all the possible input in optimized way)
2 Equivalence partition which is further classifies as
Pressman Technique (Here we test the the field with 1 valid and 2 invalid input if it
accept a range of value)
Practice method (Here we test the the field with 1 valid and 2 invalid input for both the
condition so that to cover all possible condition if it accept a range of value)
3 Boundary Value Analysis - (Here we test the the field with Condition A and condition B along with condition A-1, A+1 , B-1, B+1 .
accept a range of value)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does you mean by positive and negative testing & what is the difference between them. Can anyone explain with an example?
Does an increase in testing always improve the project?
What processes/methodologies are you familiar with?
how to connect oracle with test director? in testdirector we will be getting only reports? pls answer Thanks in Advance
is it not possible to automate full project??what r the parts in project that cant be automated(tht has to be done manually)?
qtp9.2 and qtp10.0 difference
I have an UI issue "please fill out this field" pop up in firefox browser keeps scrolling with the page is it valid???
test cases for compose functionality of gmail
How quickly we need to fix the bug? Or how soon the bug should get fixed?
Hi,friends i am going to write ICST certificate exam on augest.So can anybody post some of sample qusetions for ICST certificate exam.Really it will be useful for me
What expected result should come when Enter any sql query like “Select * from hello;” without quotes and with quotes.
What are cookies?
What r the functional testing u perform?
What is smoke test? Do you use any automation tool for smoke testing?
Can you explain regression testing and confirmation testing?