can u tell me what is orthogonal array testing?
Answers were Sorted based on User's Feedback
Answer / bishwajit.rk
Othogonal Array Testing to my understanding is not exactly
a testing type but a technique to reduce the testing effort
by reducing the Testcases, identifying the repetition of
pairwise combination.
| Is This Answer Correct ? | 59 Yes | 3 No |
Answer / yogesh
The Orthogonal Array Testing Strategy (OATS) is a
systematic, statistical way of testing pair-wise
interactions. It provides representative (uniformly
distributed) coverage of of all variable pair
combinations. This makes the technique particularly useful
for integration testing of software
components (especially in OO systems where multiple
subclasses can be substituted as the server for a
client). It is also quite useful for testing combinations
of configurable options (such as a web page that
lets the user choose the font style, background color, and
page layout).
| Is This Answer Correct ? | 29 Yes | 6 No |
Answer / kavida
Orthogonal Array is a Testing Design Technique where u can
give 90% Test Coverage.Here Functionalities are seperated
into "Factors" and "Levels" and out put will be in the form
of "Experiments".Its a misunderstandindg that the no of
Test cases will be reduced always in Orthogonal Array.It's
not the way always.It gives the effective Experiments/T.C
to be executed ,some times it may list more no of T.C than
u identified manually.
Objective:
Reduce COST,REWORK,TIME
Increase Productivity
MAX Test Coverage
| Is This Answer Correct ? | 17 Yes | 5 No |
Answer / nirmala raveendran
In OATS we reduce the test cases by eliminating the
repeated pair combination still ensuring maximun test
coverage, this technique is not used for a simple project,
applied for complex projects when test has to be conducted
across varios OS, browsers and processors within a limited
timeframe. We arrive at reduced number of test cases and
ensure cost effective, efficient results. Instead of
running all the scripts, we assure that the resulting
scripts (reduced by applying OATS technique) when executed
would satisfactority asssure that the product works right.
| Is This Answer Correct ? | 15 Yes | 3 No |
Answer / ratnadeep jadhav
orthogonal actually means the type of experiment in which
individual coluoms are "orthogonal to each other.It is not
actully testing, it is technique to reduce different
testcases.orthogonal testing is stastical and systematic
way of testing.It has four steps,formulate the problem-plan
the expriment-analyse the result-finally comfirm the
improvement.After this if we get the desired objective then
adobe the new result otherwise again formulate the new
problem.Orthogonal is generaly applied to improve "Quality
and Productivity" and further test efforts...
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / k.chandra sekhar
a) Orthogonal array testing is nothing but that is 90
degrees testing
b) That is the when all testing requirements are
cleared the test is orthogonal array testing.
c) In all test case are maximum passed
d) It is very good testing
e) Here use the test data through the array
f) So then the application is more quality
My name is k.chandra sekhar,
My phone no are 9246540049 65880049, Hyderabad.
My mail id is ndra_143@yahoo.co.in
I am taking the class for projects and interview trips if
you interest contact
| Is This Answer Correct ? | 4 Yes | 62 No |
define incident and test ware.
what is master review and peer review
Who will be assigning severity and priority for a bug?
Hi Friends, What are the steps involved in STLC
how many modules in ur bank project? what functionalities r there?how did u check? could u plz expalin ur banking project?
Can any one give an example of having high priority and low seveority
Penetration testing
how to do testing estimation ? is there any genearl formula for that ?
you have 200 testcase there is no enough time to excute all the testcase but you have to released that build.what can u do it?
change control
On one of my form there are three text boxes for 1.To Enter Survey no.-Special characters / and - allowed in input and 2.Village Name 3.Project Name all having Input Range 2 to 50 char.and One SUBMIT button on form then How many Test cases can I write for Funtion Testing of Above fields and button
list of methods that is used to document the requirements of a software.