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 |
the interviwer ask ,why u r choose testing field means how can i say the answer for this one friend tell me
can any one post the format of tracebility martrix Plz...... Maid Id: sandhya.shyamala@yahoo.com
What is the Input of Testcase?
Could anyone explain the testing process end to end? I you get a new project what you do, first as a test manager? Explain later steps too...
What is the difference between Two Tier and Three Tier Architecture?
12 Answers HCL, TCS,
What is meant by datadriven test?
The company has software running in its production environment that was designed and tested on its quad- processor servers with 16 GB of RAM. In order to meet budget constraints, its disaster recovery plan calls for this same software to be installed on functionally identical servers, which are dual-processor with 12 GB of RAM. The test group has been tasked with confirming that the software is going to work on the hardware proposed in the disaster recovery plan. -what testing types is being used in the scenario above?
How will you prepare Test Data?
what is the criteria for selecting automation testing ?
Can any one please tell me what is the Buffer size of transmission buffer or rectiption buffer in TM,UM and AM of RLC.
What is Tacebility Matrix What are the Columns it contains
If u have to test the web page application and have to validate the Look & Feel of the application then how will u test it?