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 |
How many types of testcases can be prepare.
what is traceability matrix?is it mapping b/w the user requirements and prepared test cases?but i want a detailed explanation?
keep pen in u r hand and write negative test cases.
i need some objective type papers for my certification
thet asked me explain about testplan& format of it ?how can i get documents about testplan documnets if any one have plz send to me ?
Hi, Friends, Can any one help me to------ how to write DataBase Test case or how to test database.I'm new in this field.I will do manual testing for a web side but don't know database testing.Plz Help me.Just alter or update the statement in db SQL like Update database db_name , Select * from table_name
What is configuration management in software testing ?
Condition testing is a control structure testing technique where the criteria used to design test cases is that they Option 1 Rely on basis path testing Option 2 Exercise the logical conditions in a program module Option 3 Select test paths based on the locations and uses of variables Option 4 Focus on testing the validity of loop constructs
Who assign Bug Id & Bug Version Id?
How to derive test requirements from SRS?
What is a Show Stopper?
What is the difference between santity & smoke testing?