SlideShare une entreprise Scribd logo
1  sur  21
PRESENTATION ON
ORTHOGONAL ARRAY TESTING
SUBMITTED TO:
DR. JAGTAR SINGH
SUBMITTED BY:
ATUL RANJAN
KAMINI SINGH
UTTAM KUMAR
VIPIN Kr. SINGH
Contents:
 Introduction.
 Orthogonal Array.
 Terminology of OATS.
 Why OATS..??
 Conventional testing issues.
 Example
 Application
 Advantage & disadvantage
 Degree of freedom
Introduction:
 Orthogonal Arrays (often referred to Taguchi
Methods) are often employed in industrial
experiments to study the effect of several control
factors.
 Popularized by G. Taguchi. Other Taguchi
contributions include:
 Model of the Engineering Design Process
 Robust Design Principle
 Efforts to push quality upstream into the engineering
design process.
Orthogonal Array
• Theoretically-
An orthogonal array is a type of experiment where the
columns for the independent variables are “orthogonal” to
one another.
• Analytically-
An N x k array A with entries from some set S with v
levels, strength t within the range 0 ≤ t ≤ k and index λ
where every N x t sub array of A contains each t-tuple
based on S exactly λ times as a row.
Why Orthogonal Array Testing (OATS)..??
 Systematic, statistical way to test pair-wise interactions.
 Interactions and integration points are a major source of
defects.
 Most defects arise from simple pair-wise interactions.
 “When the background is blue and the font is Arial and the layout
has menus on the right and the images are large and it’s a Thursday
then the tables don’t line up properly.”
 Exhaustive testing is impossible.
 Execute a well-defined, concise set of tests that are likely
to uncover most (not all) bugs.
 Orthogonal approach guarantees the pair-wise coverage of
all variables.
5
Taguchi OATS Approach
For OA, Must be identify:
1. Number of factors(K) to be studied.
2. Levels(V) for each factor
3. The specified Strength (t)
4. The special difficulties that would be encountered in
running the experiment
Terminology for working with OA’s
OA’s are commonly represented as :
OA(Runs, Factors, Levels, Strength)
OAλ(Runs(N); Factors(k), Levels(v), Strength(t))
is an N × k array on v symbols such that every N × t sub-array contains all
tuples of size t from v symbols exactly λ times.
Runs (N) – Number of rows in the array, which translates into the
number of Test Cases that will be generated.
Factors (k) – Number of columns in the array, which translates into
the maximum number of variables that can be handled by the
array.
8
Continued..
 Levels (v) – Maximum number of values that can be taken
on by any single factor.
 Strength (t) – The number of columns it takes to see
all the possibilities equal number of times.
ƒNo of runs= λvt
t is the strength, v is the number of levels
λ -1 for software testing and is often omitted
Conventional Testing Issues:
 Conventional Test Cases:
 Variables:3
Input: 3
Possible cases: 27=33
 Variables: 3
Input: 5
Possible Cases: 243 = 35
 …
 Variables: 5
Input: 5
Possible Cases: 3125 = 55
10
 Orthogonal Test Cases
 Variables:3
Input: 3
Possible cases: 9
 Variables: 3
Input: 5
Possible Cases: 11
 …
 Variables: 5
Input: 5
Possible Cases: 21
OATS - Example
A B C
1 1 1 3
2 1 2 2
3 1 3 1
4 2 1 2
5 2 2 1
6 2 3 3
7 3 1 1
8 3 2 3
9 3 3 2
TABLE1 Sample Array using OA
Total cases = 9 which cover all
pair-wise combinations of the 3
variables.
Applying
OATS
3 Parameters – A,B,C
3 Values – 1,2,3
All possible cases
involving 3
parameters:
3*3*3 = 27 cases
11
Conventional Test Cases
Example:
 If we have three variables
(A,B,C), each can have 3
values say (Red, Green, and
Blue).
 The possible combinations
in conventional test cases
would be 27 i.e. 33
12
By OATS:
Example:
 If we have three variables
(A,B,C), each can have 3
values say (Red, Green, and
Blue).
 The possible combinations
in OATS test cases would
be 9.
13
Example
14
A Web Page has three distinct sections
(Top, Middle, Bottom) that can be individually shown or
hidden from userNo.of Factors=3 (Top,middle,Bottom)
No.of Levels =2 (Hidden or shown)
Array Type = OA(4,3,2,2)
If we go for exhaustive testing we need :2 x 2 x 2 = 8 Test Cases
OA(Runs, Factors, Levels, Strength)
contd..
15
Fixed Level Array: L4(2 3)
F1 F2 F3
Run1 0 0 0
Run 2 0 1 1
Run 3 1 0 1
Run 4 1 1 0
L423-OA with 4 Runs
3 factors with 2 levels
Top Middle Bottom
Test 1 Hidden Hidden Hidden
Test 2 Hidden Visible Visible
Test 3 Visible Hidden Visible
Test 4 Visible Visible Hidden
The Four Test Scenarios (4 Vs. 8)
1 - Display the home page and hide all sections.
2 - Display the home page and show all except Top section.
3 - Display the home page and show all except Middle section.
4 - Display the home page and show all except Bottom section.
APPLICATIONS OF OA
 They are essential in statistics and they are used in
computer science and cryptography.
 Orthogonal array are used in automobile design.
 They are immensely important in all areas of human
investigation: for example in medicine, agriculture and
manufacturing.
 orthogonal arrays are related to combinatorics, finite
fields, geometry and error-correcting codes.
OATS advantage to select a test set:
 Guarantees testing the pair-wise combinations of all the
selected variables.
 Creates an efficient and concise test set with many fewer test
cases than testing all combinations of all variables.
 Creates a test set that has an even distribution of all pair-wise
combinations.
 Exercises some of the complex combinations of all the
variables.
 Is simpler to generate and less error prone than test sets
created by hand.
17
Disadvantages of OATS:
 Can only be applied at the initial stage of the
product/process design system.
 Arrays can be difficult to construct.
 With so many possible combinations of components or
settings, it is easy to miss one.
 It covers 100% (9 of 9) of the pair-wise combinations, 33%
(9 of 27) of the three-way combinations and 11% (9 of 81) of
the four-way combinations.
Degrees of Freedom
The number of degrees of freedom is very important
value because it determines the minimum number of
treatment conditions.
It is equal to:
Number of factors(no. of levels-1)+no. of
interactions(no.of levels-1)(no.of levels-1)+one of the
average.
EXAMPLE:
Given four two level factors A,B,C,D and two suspected interactions, BC
and CD,determine the degree of freedom,df . What is the answer if the
factors are the three levels
1: df =4(2-1)+2(2-1)(2-1)+1=7 (for two level)
2:df=4(3-1)+2(3-1)(3-1)+1=17 (for three levels)
THANK YOUFind me
On
atulranjan.weebly.com

Contenu connexe

Tendances

How conduct a Design of Experiments
How conduct a Design of ExperimentsHow conduct a Design of Experiments
How conduct a Design of ExperimentsFrank Pauw
 
Design of Experiment (DOE): Taguchi Method and Full Factorial Design in Surfa...
Design of Experiment (DOE): Taguchi Method and Full Factorial Design in Surfa...Design of Experiment (DOE): Taguchi Method and Full Factorial Design in Surfa...
Design of Experiment (DOE): Taguchi Method and Full Factorial Design in Surfa...Ahmad Syafiq
 
SYSTEM OF LIMITS, FITS, TOLERANCE AND GAUGING, VTU LEARNING
SYSTEM OF LIMITS, FITS, TOLERANCE AND GAUGING, VTU LEARNINGSYSTEM OF LIMITS, FITS, TOLERANCE AND GAUGING, VTU LEARNING
SYSTEM OF LIMITS, FITS, TOLERANCE AND GAUGING, VTU LEARNINGMaada Swamy
 
Control Charts for variables Xbar and R chart and attributes P, nP, C, and u ...
Control Charts for variables Xbar and R chart and attributes P, nP, C, and u ...Control Charts for variables Xbar and R chart and attributes P, nP, C, and u ...
Control Charts for variables Xbar and R chart and attributes P, nP, C, and u ...Dr.Raja R
 
Single and double sampling
Single and double samplingSingle and double sampling
Single and double samplingShivani Garg
 
Measurement and scales
Measurement and scalesMeasurement and scales
Measurement and scalesKaran Khaneja
 
Taguchi introduction concept 1
Taguchi introduction concept 1Taguchi introduction concept 1
Taguchi introduction concept 1Sliet2017
 
Unit III Advances in metrology
Unit III Advances in metrologyUnit III Advances in metrology
Unit III Advances in metrologyarivumani ravanan
 
POM: Product design and development
POM: Product design and developmentPOM: Product design and development
POM: Product design and developmentKishor Tayade
 
Process Capability - Cp, Cpk. Pp, Ppk
Process Capability - Cp, Cpk. Pp, Ppk Process Capability - Cp, Cpk. Pp, Ppk
Process Capability - Cp, Cpk. Pp, Ppk J. García - Verdugo
 
Process capability
Process capabilityProcess capability
Process capabilitypadam nagar
 
Taguchi method
Taguchi methodTaguchi method
Taguchi methodyaka9217
 

Tendances (20)

Taguchi method
Taguchi methodTaguchi method
Taguchi method
 
Taguchi.ppt
Taguchi.pptTaguchi.ppt
Taguchi.ppt
 
How conduct a Design of Experiments
How conduct a Design of ExperimentsHow conduct a Design of Experiments
How conduct a Design of Experiments
 
Design of experiments
Design of experiments Design of experiments
Design of experiments
 
Design of Experiment
Design of Experiment Design of Experiment
Design of Experiment
 
Design of Experiment (DOE): Taguchi Method and Full Factorial Design in Surfa...
Design of Experiment (DOE): Taguchi Method and Full Factorial Design in Surfa...Design of Experiment (DOE): Taguchi Method and Full Factorial Design in Surfa...
Design of Experiment (DOE): Taguchi Method and Full Factorial Design in Surfa...
 
9. design of experiment
9. design of experiment9. design of experiment
9. design of experiment
 
SYSTEM OF LIMITS, FITS, TOLERANCE AND GAUGING, VTU LEARNING
SYSTEM OF LIMITS, FITS, TOLERANCE AND GAUGING, VTU LEARNINGSYSTEM OF LIMITS, FITS, TOLERANCE AND GAUGING, VTU LEARNING
SYSTEM OF LIMITS, FITS, TOLERANCE AND GAUGING, VTU LEARNING
 
Design of Experiments
Design of ExperimentsDesign of Experiments
Design of Experiments
 
Control Charts for variables Xbar and R chart and attributes P, nP, C, and u ...
Control Charts for variables Xbar and R chart and attributes P, nP, C, and u ...Control Charts for variables Xbar and R chart and attributes P, nP, C, and u ...
Control Charts for variables Xbar and R chart and attributes P, nP, C, and u ...
 
Single and double sampling
Single and double samplingSingle and double sampling
Single and double sampling
 
Measurement and scales
Measurement and scalesMeasurement and scales
Measurement and scales
 
Taguchi introduction concept 1
Taguchi introduction concept 1Taguchi introduction concept 1
Taguchi introduction concept 1
 
Unit III Advances in metrology
Unit III Advances in metrologyUnit III Advances in metrology
Unit III Advances in metrology
 
POM: Product design and development
POM: Product design and developmentPOM: Product design and development
POM: Product design and development
 
Reliability Testing
Reliability TestingReliability Testing
Reliability Testing
 
Process Capability - Cp, Cpk. Pp, Ppk
Process Capability - Cp, Cpk. Pp, Ppk Process Capability - Cp, Cpk. Pp, Ppk
Process Capability - Cp, Cpk. Pp, Ppk
 
Statistical quality control
Statistical quality controlStatistical quality control
Statistical quality control
 
Process capability
Process capabilityProcess capability
Process capability
 
Taguchi method
Taguchi methodTaguchi method
Taguchi method
 

En vedette

Orthogonal array testing
Orthogonal array testingOrthogonal array testing
Orthogonal array testingPrince Bhanwra
 
Taguchi presentation
Taguchi presentationTaguchi presentation
Taguchi presentationbwyrwa
 
The Best Pairwise Testing Tool / Best Orthogonal Array Tool Just Got Better
The Best Pairwise Testing Tool / Best Orthogonal Array Tool Just Got BetterThe Best Pairwise Testing Tool / Best Orthogonal Array Tool Just Got Better
The Best Pairwise Testing Tool / Best Orthogonal Array Tool Just Got BetterJustin Hunter
 
Combinatorial software test design beyond pairwise testing
Combinatorial software test design beyond pairwise testingCombinatorial software test design beyond pairwise testing
Combinatorial software test design beyond pairwise testingJustin Hunter
 
Application of Design of Experiments (DOE) using Dr.Taguchi -Orthogonal Array...
Application of Design of Experiments (DOE) using Dr.Taguchi -Orthogonal Array...Application of Design of Experiments (DOE) using Dr.Taguchi -Orthogonal Array...
Application of Design of Experiments (DOE) using Dr.Taguchi -Orthogonal Array...Karthikeyan Kannappan
 
Lecture.25
Lecture.25Lecture.25
Lecture.25sbhari
 
Evaluation The Effect Of Machining Parameters For MRR Using Turning Of Alumin...
Evaluation The Effect Of Machining Parameters For MRR Using Turning Of Alumin...Evaluation The Effect Of Machining Parameters For MRR Using Turning Of Alumin...
Evaluation The Effect Of Machining Parameters For MRR Using Turning Of Alumin...IJSRD
 
All Pairs Testing Technique
All Pairs Testing TechniqueAll Pairs Testing Technique
All Pairs Testing Techniqueusha kannappan
 
Optimization of cutting parameters on mild steel with hss & cemented carb...
Optimization of cutting parameters on mild steel with hss & cemented carb...Optimization of cutting parameters on mild steel with hss & cemented carb...
Optimization of cutting parameters on mild steel with hss & cemented carb...eSAT Journals
 
Zeroing in on your number one customer
Zeroing in on your number one customerZeroing in on your number one customer
Zeroing in on your number one customerOpenView
 
Behavior Driven Development (BDD)
Behavior Driven Development (BDD)Behavior Driven Development (BDD)
Behavior Driven Development (BDD)Ajay Danait
 
Implimentation of Taguchi method on CNC EDM and CNC WEDM
Implimentation of Taguchi method on CNC EDM and CNC WEDMImplimentation of Taguchi method on CNC EDM and CNC WEDM
Implimentation of Taguchi method on CNC EDM and CNC WEDMkiranhg
 
EXPERIMENTAL STUDY OF TURNING OPERATION AND OPTIMIZATION OF MRR AND SURFACE R...
EXPERIMENTAL STUDY OF TURNING OPERATION AND OPTIMIZATION OF MRR AND SURFACE R...EXPERIMENTAL STUDY OF TURNING OPERATION AND OPTIMIZATION OF MRR AND SURFACE R...
EXPERIMENTAL STUDY OF TURNING OPERATION AND OPTIMIZATION OF MRR AND SURFACE R...AM Publications
 
Automate data warehouse etl testing and migration testing the agile way
Automate data warehouse etl testing and migration testing the agile wayAutomate data warehouse etl testing and migration testing the agile way
Automate data warehouse etl testing and migration testing the agile wayTorana, Inc.
 
Chapter3 demingjurancrosbyphilosophy
Chapter3 demingjurancrosbyphilosophyChapter3 demingjurancrosbyphilosophy
Chapter3 demingjurancrosbyphilosophyhwilson14889
 

En vedette (18)

Orthogonal array testing
Orthogonal array testingOrthogonal array testing
Orthogonal array testing
 
Taguchi method
Taguchi methodTaguchi method
Taguchi method
 
Taguchi presentation
Taguchi presentationTaguchi presentation
Taguchi presentation
 
The Best Pairwise Testing Tool / Best Orthogonal Array Tool Just Got Better
The Best Pairwise Testing Tool / Best Orthogonal Array Tool Just Got BetterThe Best Pairwise Testing Tool / Best Orthogonal Array Tool Just Got Better
The Best Pairwise Testing Tool / Best Orthogonal Array Tool Just Got Better
 
Combinatorial software test design beyond pairwise testing
Combinatorial software test design beyond pairwise testingCombinatorial software test design beyond pairwise testing
Combinatorial software test design beyond pairwise testing
 
Application of Design of Experiments (DOE) using Dr.Taguchi -Orthogonal Array...
Application of Design of Experiments (DOE) using Dr.Taguchi -Orthogonal Array...Application of Design of Experiments (DOE) using Dr.Taguchi -Orthogonal Array...
Application of Design of Experiments (DOE) using Dr.Taguchi -Orthogonal Array...
 
Lecture.25
Lecture.25Lecture.25
Lecture.25
 
Evaluation The Effect Of Machining Parameters For MRR Using Turning Of Alumin...
Evaluation The Effect Of Machining Parameters For MRR Using Turning Of Alumin...Evaluation The Effect Of Machining Parameters For MRR Using Turning Of Alumin...
Evaluation The Effect Of Machining Parameters For MRR Using Turning Of Alumin...
 
All Pairs Testing Technique
All Pairs Testing TechniqueAll Pairs Testing Technique
All Pairs Testing Technique
 
Optimization of cutting parameters on mild steel with hss & cemented carb...
Optimization of cutting parameters on mild steel with hss & cemented carb...Optimization of cutting parameters on mild steel with hss & cemented carb...
Optimization of cutting parameters on mild steel with hss & cemented carb...
 
Unit 6
Unit 6Unit 6
Unit 6
 
Zeroing in on your number one customer
Zeroing in on your number one customerZeroing in on your number one customer
Zeroing in on your number one customer
 
Behavior Driven Development (BDD)
Behavior Driven Development (BDD)Behavior Driven Development (BDD)
Behavior Driven Development (BDD)
 
What Is Dfss
What Is DfssWhat Is Dfss
What Is Dfss
 
Implimentation of Taguchi method on CNC EDM and CNC WEDM
Implimentation of Taguchi method on CNC EDM and CNC WEDMImplimentation of Taguchi method on CNC EDM and CNC WEDM
Implimentation of Taguchi method on CNC EDM and CNC WEDM
 
EXPERIMENTAL STUDY OF TURNING OPERATION AND OPTIMIZATION OF MRR AND SURFACE R...
EXPERIMENTAL STUDY OF TURNING OPERATION AND OPTIMIZATION OF MRR AND SURFACE R...EXPERIMENTAL STUDY OF TURNING OPERATION AND OPTIMIZATION OF MRR AND SURFACE R...
EXPERIMENTAL STUDY OF TURNING OPERATION AND OPTIMIZATION OF MRR AND SURFACE R...
 
Automate data warehouse etl testing and migration testing the agile way
Automate data warehouse etl testing and migration testing the agile wayAutomate data warehouse etl testing and migration testing the agile way
Automate data warehouse etl testing and migration testing the agile way
 
Chapter3 demingjurancrosbyphilosophy
Chapter3 demingjurancrosbyphilosophyChapter3 demingjurancrosbyphilosophy
Chapter3 demingjurancrosbyphilosophy
 

Similaire à Orthogonal array

Accelerated life testing
Accelerated life testingAccelerated life testing
Accelerated life testingSteven Li
 
SAS Ttest Procedure.pptx
SAS Ttest Procedure.pptxSAS Ttest Procedure.pptx
SAS Ttest Procedure.pptxAyushMistry11
 
an-experimental-evaluation-of-the-reliability-.ppt
an-experimental-evaluation-of-the-reliability-.pptan-experimental-evaluation-of-the-reliability-.ppt
an-experimental-evaluation-of-the-reliability-.pptMuhammadRusydiAlwi
 
Lecture 05 - Statistical Analysis of Experimental Data.pptx
Lecture 05 - Statistical Analysis of Experimental Data.pptxLecture 05 - Statistical Analysis of Experimental Data.pptx
Lecture 05 - Statistical Analysis of Experimental Data.pptxAdelAbdelmaboud
 
680report final
680report final680report final
680report finalRajesh M
 
Advance control theory
Advance control theoryAdvance control theory
Advance control theorySHIMI S L
 
Neha agarwal iv 18.11.16
Neha agarwal iv 18.11.16Neha agarwal iv 18.11.16
Neha agarwal iv 18.11.16neha_ag
 
Practice test ch 10 correlation reg ch 11 gof ch12 anova
Practice test ch 10 correlation reg ch 11 gof ch12 anovaPractice test ch 10 correlation reg ch 11 gof ch12 anova
Practice test ch 10 correlation reg ch 11 gof ch12 anovaLong Beach City College
 
2014-mo444-practical-assignment-04-paulo_faria
2014-mo444-practical-assignment-04-paulo_faria2014-mo444-practical-assignment-04-paulo_faria
2014-mo444-practical-assignment-04-paulo_fariaPaulo Faria
 
Dynamics of structures with uncertainties
Dynamics of structures with uncertaintiesDynamics of structures with uncertainties
Dynamics of structures with uncertaintiesUniversity of Glasgow
 
Design of ternary sequence using msaa
Design of ternary sequence using msaaDesign of ternary sequence using msaa
Design of ternary sequence using msaaEditor Jacotech
 
Module 5 lecture_4_final
Module 5 lecture_4_finalModule 5 lecture_4_final
Module 5 lecture_4_finalAmol Wadghule
 
Converting Measurement Systems From Attribute
Converting Measurement Systems From AttributeConverting Measurement Systems From Attribute
Converting Measurement Systems From Attributejdavidgreen007
 
1 Sampling and Signal Reconstruction.pdf
1 Sampling and Signal Reconstruction.pdf1 Sampling and Signal Reconstruction.pdf
1 Sampling and Signal Reconstruction.pdfMohamedshabana38
 

Similaire à Orthogonal array (20)

Accelerated life testing
Accelerated life testingAccelerated life testing
Accelerated life testing
 
OA.pdf
OA.pdfOA.pdf
OA.pdf
 
SAS Ttest Procedure.pptx
SAS Ttest Procedure.pptxSAS Ttest Procedure.pptx
SAS Ttest Procedure.pptx
 
an-experimental-evaluation-of-the-reliability-.ppt
an-experimental-evaluation-of-the-reliability-.pptan-experimental-evaluation-of-the-reliability-.ppt
an-experimental-evaluation-of-the-reliability-.ppt
 
Lecture 05 - Statistical Analysis of Experimental Data.pptx
Lecture 05 - Statistical Analysis of Experimental Data.pptxLecture 05 - Statistical Analysis of Experimental Data.pptx
Lecture 05 - Statistical Analysis of Experimental Data.pptx
 
680report final
680report final680report final
680report final
 
Chi square
Chi squareChi square
Chi square
 
Advance control theory
Advance control theoryAdvance control theory
Advance control theory
 
Neha agarwal iv 18.11.16
Neha agarwal iv 18.11.16Neha agarwal iv 18.11.16
Neha agarwal iv 18.11.16
 
Practice test ch 10 correlation reg ch 11 gof ch12 anova
Practice test ch 10 correlation reg ch 11 gof ch12 anovaPractice test ch 10 correlation reg ch 11 gof ch12 anova
Practice test ch 10 correlation reg ch 11 gof ch12 anova
 
2014-mo444-practical-assignment-04-paulo_faria
2014-mo444-practical-assignment-04-paulo_faria2014-mo444-practical-assignment-04-paulo_faria
2014-mo444-practical-assignment-04-paulo_faria
 
Reducing Power Consumption during Test Application by Test Vector Ordering
Reducing Power Consumption during Test Application by Test Vector OrderingReducing Power Consumption during Test Application by Test Vector Ordering
Reducing Power Consumption during Test Application by Test Vector Ordering
 
Dynamics of structures with uncertainties
Dynamics of structures with uncertaintiesDynamics of structures with uncertainties
Dynamics of structures with uncertainties
 
Design of ternary sequence using msaa
Design of ternary sequence using msaaDesign of ternary sequence using msaa
Design of ternary sequence using msaa
 
Module 5 lecture_4_final
Module 5 lecture_4_finalModule 5 lecture_4_final
Module 5 lecture_4_final
 
Converting Measurement Systems From Attribute
Converting Measurement Systems From AttributeConverting Measurement Systems From Attribute
Converting Measurement Systems From Attribute
 
40220140505002
4022014050500240220140505002
40220140505002
 
1 Sampling and Signal Reconstruction.pdf
1 Sampling and Signal Reconstruction.pdf1 Sampling and Signal Reconstruction.pdf
1 Sampling and Signal Reconstruction.pdf
 
Stat sample test ch 11
Stat sample test ch 11Stat sample test ch 11
Stat sample test ch 11
 
04_AJMS_288_20.pdf
04_AJMS_288_20.pdf04_AJMS_288_20.pdf
04_AJMS_288_20.pdf
 

Dernier

A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 

Dernier (20)

A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 

Orthogonal array

  • 1. PRESENTATION ON ORTHOGONAL ARRAY TESTING SUBMITTED TO: DR. JAGTAR SINGH SUBMITTED BY: ATUL RANJAN KAMINI SINGH UTTAM KUMAR VIPIN Kr. SINGH
  • 2. Contents:  Introduction.  Orthogonal Array.  Terminology of OATS.  Why OATS..??  Conventional testing issues.  Example  Application  Advantage & disadvantage  Degree of freedom
  • 3. Introduction:  Orthogonal Arrays (often referred to Taguchi Methods) are often employed in industrial experiments to study the effect of several control factors.  Popularized by G. Taguchi. Other Taguchi contributions include:  Model of the Engineering Design Process  Robust Design Principle  Efforts to push quality upstream into the engineering design process.
  • 4. Orthogonal Array • Theoretically- An orthogonal array is a type of experiment where the columns for the independent variables are “orthogonal” to one another. • Analytically- An N x k array A with entries from some set S with v levels, strength t within the range 0 ≤ t ≤ k and index λ where every N x t sub array of A contains each t-tuple based on S exactly λ times as a row.
  • 5. Why Orthogonal Array Testing (OATS)..??  Systematic, statistical way to test pair-wise interactions.  Interactions and integration points are a major source of defects.  Most defects arise from simple pair-wise interactions.  “When the background is blue and the font is Arial and the layout has menus on the right and the images are large and it’s a Thursday then the tables don’t line up properly.”  Exhaustive testing is impossible.  Execute a well-defined, concise set of tests that are likely to uncover most (not all) bugs.  Orthogonal approach guarantees the pair-wise coverage of all variables. 5
  • 7. For OA, Must be identify: 1. Number of factors(K) to be studied. 2. Levels(V) for each factor 3. The specified Strength (t) 4. The special difficulties that would be encountered in running the experiment
  • 8. Terminology for working with OA’s OA’s are commonly represented as : OA(Runs, Factors, Levels, Strength) OAλ(Runs(N); Factors(k), Levels(v), Strength(t)) is an N × k array on v symbols such that every N × t sub-array contains all tuples of size t from v symbols exactly λ times. Runs (N) – Number of rows in the array, which translates into the number of Test Cases that will be generated. Factors (k) – Number of columns in the array, which translates into the maximum number of variables that can be handled by the array. 8
  • 9. Continued..  Levels (v) – Maximum number of values that can be taken on by any single factor.  Strength (t) – The number of columns it takes to see all the possibilities equal number of times. ƒNo of runs= λvt t is the strength, v is the number of levels λ -1 for software testing and is often omitted
  • 10. Conventional Testing Issues:  Conventional Test Cases:  Variables:3 Input: 3 Possible cases: 27=33  Variables: 3 Input: 5 Possible Cases: 243 = 35  …  Variables: 5 Input: 5 Possible Cases: 3125 = 55 10  Orthogonal Test Cases  Variables:3 Input: 3 Possible cases: 9  Variables: 3 Input: 5 Possible Cases: 11  …  Variables: 5 Input: 5 Possible Cases: 21
  • 11. OATS - Example A B C 1 1 1 3 2 1 2 2 3 1 3 1 4 2 1 2 5 2 2 1 6 2 3 3 7 3 1 1 8 3 2 3 9 3 3 2 TABLE1 Sample Array using OA Total cases = 9 which cover all pair-wise combinations of the 3 variables. Applying OATS 3 Parameters – A,B,C 3 Values – 1,2,3 All possible cases involving 3 parameters: 3*3*3 = 27 cases 11
  • 12. Conventional Test Cases Example:  If we have three variables (A,B,C), each can have 3 values say (Red, Green, and Blue).  The possible combinations in conventional test cases would be 27 i.e. 33 12
  • 13. By OATS: Example:  If we have three variables (A,B,C), each can have 3 values say (Red, Green, and Blue).  The possible combinations in OATS test cases would be 9. 13
  • 14. Example 14 A Web Page has three distinct sections (Top, Middle, Bottom) that can be individually shown or hidden from userNo.of Factors=3 (Top,middle,Bottom) No.of Levels =2 (Hidden or shown) Array Type = OA(4,3,2,2) If we go for exhaustive testing we need :2 x 2 x 2 = 8 Test Cases OA(Runs, Factors, Levels, Strength)
  • 15. contd.. 15 Fixed Level Array: L4(2 3) F1 F2 F3 Run1 0 0 0 Run 2 0 1 1 Run 3 1 0 1 Run 4 1 1 0 L423-OA with 4 Runs 3 factors with 2 levels Top Middle Bottom Test 1 Hidden Hidden Hidden Test 2 Hidden Visible Visible Test 3 Visible Hidden Visible Test 4 Visible Visible Hidden The Four Test Scenarios (4 Vs. 8) 1 - Display the home page and hide all sections. 2 - Display the home page and show all except Top section. 3 - Display the home page and show all except Middle section. 4 - Display the home page and show all except Bottom section.
  • 16. APPLICATIONS OF OA  They are essential in statistics and they are used in computer science and cryptography.  Orthogonal array are used in automobile design.  They are immensely important in all areas of human investigation: for example in medicine, agriculture and manufacturing.  orthogonal arrays are related to combinatorics, finite fields, geometry and error-correcting codes.
  • 17. OATS advantage to select a test set:  Guarantees testing the pair-wise combinations of all the selected variables.  Creates an efficient and concise test set with many fewer test cases than testing all combinations of all variables.  Creates a test set that has an even distribution of all pair-wise combinations.  Exercises some of the complex combinations of all the variables.  Is simpler to generate and less error prone than test sets created by hand. 17
  • 18. Disadvantages of OATS:  Can only be applied at the initial stage of the product/process design system.  Arrays can be difficult to construct.  With so many possible combinations of components or settings, it is easy to miss one.  It covers 100% (9 of 9) of the pair-wise combinations, 33% (9 of 27) of the three-way combinations and 11% (9 of 81) of the four-way combinations.
  • 19. Degrees of Freedom The number of degrees of freedom is very important value because it determines the minimum number of treatment conditions. It is equal to: Number of factors(no. of levels-1)+no. of interactions(no.of levels-1)(no.of levels-1)+one of the average.
  • 20. EXAMPLE: Given four two level factors A,B,C,D and two suspected interactions, BC and CD,determine the degree of freedom,df . What is the answer if the factors are the three levels 1: df =4(2-1)+2(2-1)(2-1)+1=7 (for two level) 2:df=4(3-1)+2(3-1)(3-1)+1=17 (for three levels)