SlideShare a Scribd company logo
1 of 21
Download to read offline
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

More Related Content

What's hot

PPT ON TAGUCHI METHODS / TECHNIQUES - KAUSTUBH BABREKAR
PPT ON TAGUCHI METHODS / TECHNIQUES - KAUSTUBH BABREKARPPT ON TAGUCHI METHODS / TECHNIQUES - KAUSTUBH BABREKAR
PPT ON TAGUCHI METHODS / TECHNIQUES - KAUSTUBH BABREKARKaustubh Babrekar
 
Taguchi introduction concept 1
Taguchi introduction concept 1Taguchi introduction concept 1
Taguchi introduction concept 1Sliet2017
 
Single and double sampling
Single and double samplingSingle and double sampling
Single and double samplingShivani Garg
 
Control chart for variables
Control chart for variablesControl chart for variables
Control chart for variablesSahul Hameed
 
Statistical Quality Control.
Statistical Quality Control.Statistical Quality Control.
Statistical Quality Control.Raviraj Jadeja
 
tolerance stack up analysis
tolerance stack up analysistolerance stack up analysis
tolerance stack up analysisbaggiojoset
 
Recording techniques used in method study ppt
Recording techniques used in method study pptRecording techniques used in method study ppt
Recording techniques used in method study pptBeereddy Swapna
 
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
 
X bar and R control charts
X bar and R control chartsX bar and R control charts
X bar and R control chartsDhruv Shah
 
7 tools of quality
7 tools of quality7 tools of quality
7 tools of qualityFarah Amreen
 
Introduction To Taguchi Method
Introduction To Taguchi MethodIntroduction To Taguchi Method
Introduction To Taguchi MethodRamon Balisnomo
 
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
 

What's hot (20)

PPT ON TAGUCHI METHODS / TECHNIQUES - KAUSTUBH BABREKAR
PPT ON TAGUCHI METHODS / TECHNIQUES - KAUSTUBH BABREKARPPT ON TAGUCHI METHODS / TECHNIQUES - KAUSTUBH BABREKAR
PPT ON TAGUCHI METHODS / TECHNIQUES - KAUSTUBH BABREKAR
 
Taguchi introduction concept 1
Taguchi introduction concept 1Taguchi introduction concept 1
Taguchi introduction concept 1
 
CONTROL CHARTS
CONTROL CHARTSCONTROL CHARTS
CONTROL CHARTS
 
PROCESS CAPABILITY
PROCESS CAPABILITYPROCESS CAPABILITY
PROCESS CAPABILITY
 
Control Charts[1]
Control Charts[1]Control Charts[1]
Control Charts[1]
 
Single and double sampling
Single and double samplingSingle and double sampling
Single and double sampling
 
Reliability engineering ppt-Internship
Reliability engineering ppt-InternshipReliability engineering ppt-Internship
Reliability engineering ppt-Internship
 
Control chart for variables
Control chart for variablesControl chart for variables
Control chart for variables
 
Statistical Quality Control.
Statistical Quality Control.Statistical Quality Control.
Statistical Quality Control.
 
tolerance stack up analysis
tolerance stack up analysistolerance stack up analysis
tolerance stack up analysis
 
Recording techniques used in method study ppt
Recording techniques used in method study pptRecording techniques used in method study ppt
Recording techniques used in method study ppt
 
Process Capability - Cp, Cpk. Pp, Ppk
Process Capability - Cp, Cpk. Pp, Ppk Process Capability - Cp, Cpk. Pp, Ppk
Process Capability - Cp, Cpk. Pp, Ppk
 
X bar and R control charts
X bar and R control chartsX bar and R control charts
X bar and R control charts
 
7 tools of quality
7 tools of quality7 tools of quality
7 tools of quality
 
Control charts
Control chartsControl charts
Control charts
 
Introduction To Taguchi Method
Introduction To Taguchi MethodIntroduction To Taguchi Method
Introduction To Taguchi Method
 
GD&T - PPT
GD&T - PPTGD&T - PPT
GD&T - PPT
 
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...
 
Control charts for variables
Control charts for variables Control charts for variables
Control charts for variables
 
3.... acceptance sampling
3.... acceptance sampling3.... acceptance sampling
3.... acceptance sampling
 

Viewers also liked

Orthogonal array testing
Orthogonal array testingOrthogonal array testing
Orthogonal array testingPrince Bhanwra
 
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
 
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
 
Introduction to Design of Experiments by Teck Nam Ang (University of Malaya)
Introduction to Design of Experiments by Teck Nam Ang (University of Malaya)Introduction to Design of Experiments by Teck Nam Ang (University of Malaya)
Introduction to Design of Experiments by Teck Nam Ang (University of Malaya)Teck Nam Ang
 
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
 
Taguchi design of experiments nov 24 2013
Taguchi design of experiments nov 24 2013Taguchi design of experiments nov 24 2013
Taguchi design of experiments nov 24 2013Charlton Inao
 
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
 

Viewers also liked (20)

Orthogonal array testing
Orthogonal array testingOrthogonal array testing
Orthogonal array testing
 
Taguchi method
Taguchi methodTaguchi method
Taguchi method
 
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...
 
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
 
Introduction to Design of Experiments by Teck Nam Ang (University of Malaya)
Introduction to Design of Experiments by Teck Nam Ang (University of Malaya)Introduction to Design of Experiments by Teck Nam Ang (University of Malaya)
Introduction to Design of Experiments by Teck Nam Ang (University of Malaya)
 
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
 
Taguchi design of experiments nov 24 2013
Taguchi design of experiments nov 24 2013Taguchi design of experiments nov 24 2013
Taguchi design of experiments nov 24 2013
 
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
 

Similar to 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
 

Similar to 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
 

Recently uploaded

Bird eye's view on Camunda open source ecosystem
Bird eye's view on Camunda open source ecosystemBird eye's view on Camunda open source ecosystem
Bird eye's view on Camunda open source ecosystemAsko Soukka
 
Meet the new FSP 3000 M-Flex800™
Meet the new FSP 3000 M-Flex800™Meet the new FSP 3000 M-Flex800™
Meet the new FSP 3000 M-Flex800™Adtran
 
AI Fame Rush Review – Virtual Influencer Creation In Just Minutes
AI Fame Rush Review – Virtual Influencer Creation In Just MinutesAI Fame Rush Review – Virtual Influencer Creation In Just Minutes
AI Fame Rush Review – Virtual Influencer Creation In Just MinutesMd Hossain Ali
 
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfJamie (Taka) Wang
 
UiPath Platform: The Backend Engine Powering Your Automation - Session 1
UiPath Platform: The Backend Engine Powering Your Automation - Session 1UiPath Platform: The Backend Engine Powering Your Automation - Session 1
UiPath Platform: The Backend Engine Powering Your Automation - Session 1DianaGray10
 
Basic Building Blocks of Internet of Things.
Basic Building Blocks of Internet of Things.Basic Building Blocks of Internet of Things.
Basic Building Blocks of Internet of Things.YounusS2
 
COMPUTER 10: Lesson 7 - File Storage and Online Collaboration
COMPUTER 10: Lesson 7 - File Storage and Online CollaborationCOMPUTER 10: Lesson 7 - File Storage and Online Collaboration
COMPUTER 10: Lesson 7 - File Storage and Online Collaborationbruanjhuli
 
Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...
Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...
Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...DianaGray10
 
UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...
UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...
UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...UbiTrack UK
 
9 Steps For Building Winning Founding Team
9 Steps For Building Winning Founding Team9 Steps For Building Winning Founding Team
9 Steps For Building Winning Founding TeamAdam Moalla
 
Building Your Own AI Instance (TBLC AI )
Building Your Own AI Instance (TBLC AI )Building Your Own AI Instance (TBLC AI )
Building Your Own AI Instance (TBLC AI )Brian Pichman
 
VoIP Service and Marketing using Odoo and Asterisk PBX
VoIP Service and Marketing using Odoo and Asterisk PBXVoIP Service and Marketing using Odoo and Asterisk PBX
VoIP Service and Marketing using Odoo and Asterisk PBXTarek Kalaji
 
AI You Can Trust - Ensuring Success with Data Integrity Webinar
AI You Can Trust - Ensuring Success with Data Integrity WebinarAI You Can Trust - Ensuring Success with Data Integrity Webinar
AI You Can Trust - Ensuring Success with Data Integrity WebinarPrecisely
 
UiPath Studio Web workshop series - Day 6
UiPath Studio Web workshop series - Day 6UiPath Studio Web workshop series - Day 6
UiPath Studio Web workshop series - Day 6DianaGray10
 
Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024D Cloud Solutions
 
The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...
The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...
The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...Aggregage
 
Building AI-Driven Apps Using Semantic Kernel.pptx
Building AI-Driven Apps Using Semantic Kernel.pptxBuilding AI-Driven Apps Using Semantic Kernel.pptx
Building AI-Driven Apps Using Semantic Kernel.pptxUdaiappa Ramachandran
 
Computer 10: Lesson 10 - Online Crimes and Hazards
Computer 10: Lesson 10 - Online Crimes and HazardsComputer 10: Lesson 10 - Online Crimes and Hazards
Computer 10: Lesson 10 - Online Crimes and HazardsSeth Reyes
 
UiPath Studio Web workshop series - Day 8
UiPath Studio Web workshop series - Day 8UiPath Studio Web workshop series - Day 8
UiPath Studio Web workshop series - Day 8DianaGray10
 
NIST Cybersecurity Framework (CSF) 2.0 Workshop
NIST Cybersecurity Framework (CSF) 2.0 WorkshopNIST Cybersecurity Framework (CSF) 2.0 Workshop
NIST Cybersecurity Framework (CSF) 2.0 WorkshopBachir Benyammi
 

Recently uploaded (20)

Bird eye's view on Camunda open source ecosystem
Bird eye's view on Camunda open source ecosystemBird eye's view on Camunda open source ecosystem
Bird eye's view on Camunda open source ecosystem
 
Meet the new FSP 3000 M-Flex800™
Meet the new FSP 3000 M-Flex800™Meet the new FSP 3000 M-Flex800™
Meet the new FSP 3000 M-Flex800™
 
AI Fame Rush Review – Virtual Influencer Creation In Just Minutes
AI Fame Rush Review – Virtual Influencer Creation In Just MinutesAI Fame Rush Review – Virtual Influencer Creation In Just Minutes
AI Fame Rush Review – Virtual Influencer Creation In Just Minutes
 
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
 
UiPath Platform: The Backend Engine Powering Your Automation - Session 1
UiPath Platform: The Backend Engine Powering Your Automation - Session 1UiPath Platform: The Backend Engine Powering Your Automation - Session 1
UiPath Platform: The Backend Engine Powering Your Automation - Session 1
 
Basic Building Blocks of Internet of Things.
Basic Building Blocks of Internet of Things.Basic Building Blocks of Internet of Things.
Basic Building Blocks of Internet of Things.
 
COMPUTER 10: Lesson 7 - File Storage and Online Collaboration
COMPUTER 10: Lesson 7 - File Storage and Online CollaborationCOMPUTER 10: Lesson 7 - File Storage and Online Collaboration
COMPUTER 10: Lesson 7 - File Storage and Online Collaboration
 
Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...
Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...
Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...
 
UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...
UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...
UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...
 
9 Steps For Building Winning Founding Team
9 Steps For Building Winning Founding Team9 Steps For Building Winning Founding Team
9 Steps For Building Winning Founding Team
 
Building Your Own AI Instance (TBLC AI )
Building Your Own AI Instance (TBLC AI )Building Your Own AI Instance (TBLC AI )
Building Your Own AI Instance (TBLC AI )
 
VoIP Service and Marketing using Odoo and Asterisk PBX
VoIP Service and Marketing using Odoo and Asterisk PBXVoIP Service and Marketing using Odoo and Asterisk PBX
VoIP Service and Marketing using Odoo and Asterisk PBX
 
AI You Can Trust - Ensuring Success with Data Integrity Webinar
AI You Can Trust - Ensuring Success with Data Integrity WebinarAI You Can Trust - Ensuring Success with Data Integrity Webinar
AI You Can Trust - Ensuring Success with Data Integrity Webinar
 
UiPath Studio Web workshop series - Day 6
UiPath Studio Web workshop series - Day 6UiPath Studio Web workshop series - Day 6
UiPath Studio Web workshop series - Day 6
 
Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024
 
The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...
The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...
The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...
 
Building AI-Driven Apps Using Semantic Kernel.pptx
Building AI-Driven Apps Using Semantic Kernel.pptxBuilding AI-Driven Apps Using Semantic Kernel.pptx
Building AI-Driven Apps Using Semantic Kernel.pptx
 
Computer 10: Lesson 10 - Online Crimes and Hazards
Computer 10: Lesson 10 - Online Crimes and HazardsComputer 10: Lesson 10 - Online Crimes and Hazards
Computer 10: Lesson 10 - Online Crimes and Hazards
 
UiPath Studio Web workshop series - Day 8
UiPath Studio Web workshop series - Day 8UiPath Studio Web workshop series - Day 8
UiPath Studio Web workshop series - Day 8
 
NIST Cybersecurity Framework (CSF) 2.0 Workshop
NIST Cybersecurity Framework (CSF) 2.0 WorkshopNIST Cybersecurity Framework (CSF) 2.0 Workshop
NIST Cybersecurity Framework (CSF) 2.0 Workshop
 

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)