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 |
write scenario to check the security of below mentioned URL? www.xyzbank.com/welcomescreen/entry?
How do we find Effectiveness of Test Cases ?
What type of metrics would you use?
wht r 6 sigma standards
What is meant by Poty testing?
What is endurance testing?
16 Answers Infosys, MBT, Syntel,
What is a bug triage?
What is the difference between Sleep and wait in winrunner what is integration testing and types of testing present what is system testing what is data driven testing what is functionality testing if requirements are given to you then how do you write the test cases for it Account number = Ok cancel For above given form the valid account number starts from 1 to 1000 so is it necessary to input the 1,2,3 ….998,999,1000 test cases to check the conditions of valid account numbers I,e is it compulsory to write 1000 test cases for the above form
Define Stability, Scalability and reliability with example ?
How many types of api testing are there?
1) Difference between "Delete" and "Concatenate" with reference to databases? 2) Difference between SDLC and STLC. 3) Latest versions of the browsers used. 4) What is URL Tampering? 5) Full form of URL. I don't need the answers. These are just for reference.
0 Answers Net Solution, Oracle,
We can check many things in one test case, then Is it necessary to write separate test case for checking each functionality? Example : For Login Window --> Test Case is---> 1) Enter valid user id & password --> For this expected result --> 1) User should login. My question --> while executing above valid test case, we can expect more than one result such as "Visibility of password should be as ****" So Should I have to write separate test case for "Visibility of Password" OR Not? Please guide me properly.