What r the different testing techniques other than BVA and
EQP?
Answers were Sorted based on User's Feedback
Answer / shyamala
Decision Table Testing and State Transition Testing are the
other types.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / ambili
BVA,EQP, and Error Gussing are Black box testing
techniques. There are white box testing techniques also
there they are , Path coverage, condition coverage , Loop
Coverage etc.
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / manish1808
One of them is Error guessing which is generally done by
experienced people
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / 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 |
There are 7 techniques are
1. char/numericals/alphanumerical/special char check
2.mandatory/nonmandatory check
3.null/notnull check
4.format check
5.error guessing.
other than bvp and eqp. these techn are used for deriving the test data from our business rules.
| Is This Answer Correct ? | 0 Yes | 5 No |
Answer / bhanu
Functionality Testing, Usability Testing, Navigation
Testing, Forms Testing, Page Content Testing, Configuration
and Compatibility Testing, Reliability and Availability
Testing, Performance Testing,
Load Testing,Stress Testing, Security Testing.
| Is This Answer Correct ? | 0 Yes | 22 No |
What is the big deal about ‘requirements’?
what are the different testing methodologies and testing techniques? Am asked in interview that what is the defect age? I replied that the time gap between the defect reporting and defect resolving. then the interviewer asked me if at all the defect is not resolved then what is the defect age of that particular defect? can anybody answer this?
what are the testing appraoch that you have tested for Bread toaster
Expalin about PET model?
Hi Friends Please let me know that how to test font size and font type of any website content when the right button is disable and we can not copy and paste it in msword.
Negatives test cases of gmail login page With its severity , priority and expected results columns Through test case template-oodles technologies gurgoan
How will you decide defect seviourity and priority?
Can anybody tell me that in real time how cookies testing is actually done.(kindly specify the steps). its very urgent
difference between bug reporting and bg tracking
What is Functional point and what is the use?
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?
What is a testbed in manual testing?