Explain All-pairs testing?
Answer / ramyab.mca@gmail.com
Hai....
All-pairs testing:
All-pairs testing or pair wise testing is a combinatorial
software testing method that, for each pair of input
parameters to a system (typically, a software algorithm),
tests all possible discrete combinations of those
parameters. Using carefully chosen test vectors, this can
be done much faster than an exhaustive search of all
combinations of all parameters, by "parallelizing" the
tests of parameter pairs. The number of tests is typically
O (nm), where n and m are the number of possibilities for
each of the two parameters with the most choices.
the simplest bugs in a program are generally triggered by a
single input parameter. The next simplest category of bugs
consists of those dependent on interactions between pairs
of parameters, which can be caught with all-pairs testing.
[1] Bugs involving interactions between three or more
parameters are progressively less common[2], whilst at the
same time being progressively more expensive to find by
exhaustive testing, which has as its limit the exhaustive
testing of all possible inputs.
K,Byeeee...
Thanks & Regards
B.Ramyasri
Is This Answer Correct ? | 0 Yes | 0 No |
I have to write test cases for Create User, Edit User, Delete User etc. Some of the steps for Create & Edit User are same. Then Should I write refer Create User [test case Id] for common test steps to write Edit User Test case? OR I have to write separate test steps even though they are repeatable in Create user & Edit User test case.
how u get the build ?what is the size of the biuld?
hi plz send me top 30 FAQ's & answers on MANUAL TESTING.... regards Sanjana
who prepares the use cases?
Test cases have written according to Flow of the software working or according to Screens?
Which testing approach you follow to test ATM machine?
Can you explain how one defect leads to other defects?
Q) Create Preffered customer: As a customer when i purchase more than $5000 in goods since my first purchase, I become a preffered customer so that i can receive the benefits associated with that status.
When a bug status will be changed to "DEFERRED" , by the developer ? What might b the situations to change the status to deferred ? pls explain with an example .
How to write testcases for unread/read mails for gamil inbox? and what are the types of testing you do on them?
Hi I want to prepare for ISTQB Foundation level. Can any body mail me some sample papers for preparation. My mail id is sanjaysachdeva2008 @gmail.com
What is mean by Defect Metrics? Write some defect metrics?