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 |
Can anyone please give me the idea how does Requirement Tracebility Matrix, looks like ? or mail me at: ontesting@gmail.com
When testing a grade calculation system, a tester determines that all scores from 90 to 100 will yield a grade of A, but scores below 90 will not. This analysis is known as: A. Equivalence partitioning B. Boundary value analysis C. Decision table D. Hybrid analysis
what are test cases for edit,add,delete,save,preview and main buttons and test scenarios
Can you explain pair-wise defect fundamental?
How much time it will take for regression testing
What is smoke test?
Suppose there is a User window (having fields First name, Last name, phone & address) What is the test case for Edit User ?
1) In a software development project Spiral Model was Chosen as the development model. What is the best-suited reason for this? A)This model is the oldest and most widely used paradigm for software development. B)In this model users get the feel free the actual system and developers get to build something immediately. C)In this model risk analysis is done coupled with evolutionary S/W process model with the iterative nature of prototyping and controlled systematic aspects of water fall model D)This model combines elements of Classical model with this iterative philoophy of prototyping.
What is meant by formal and informal testing? Under which category it comes?
what is entry and exit criteria and explain it?
As experienced what could be the interview questions based on project? It's urgent
6 Answers ABC, P2Softech, Sony,
where testing exactly starts in v-model?