SlideShare a Scribd company logo
1 of 22
TEST DESIGN TECHNIQUES
By : Y.A Obbi Ikhsan
Backlink ke website resmi :
http://sif.uin-suska.ac.id/
http://fst.uin-suska.ac.id/
http://www.uin-suska.ac.id/
UNIVERSITAS ISLAM NEGERI SULTAN
SYARIF KASIM RIAU
FAKULTAS SAINS DAN TEKONOLOGI
Nama : Y.A Obbi Ikhsan
Nim : 11453106082
Jurusan : Sistem Informasi
IDENTIIDENTIFY ING TEST CONDITIONS AND DESIGNING
TEST CASES FYING TEST CONDITIONS AND DESIGNING
TEST CASES
 Differentiate between a test design specification, a test case
specification and a test procedure specification. (Kl)
 Compare the terms test condition, test case and test procedure. (K2)
 Write test cases: (K3)
a showing a clear traceability to the requirements;
b containing an expected result.
 Translate test cases into a well-structured test procedure specification
at a level of detail relevant to the knowledge of the testers. (K3)
 Write a test execution schedule for a given set of test cases,
considering prioritization, and technical and logical dependencies.
(K3)
IEEE 829 STANDARD :
TEST PROCEDURE SPECIFICATION
TEMPLATE
2. CATEGORIES OF TEST DESIGN TECHNIQUES
• Recall reasons that both specification-based (black-box) and
structure-based (white-box) approaches to test case design are useful,
and list the common techniques for each. (K1)
• Explain the characteristics and differences between specification-
based testing, structure-based testing and experience-based testing.
(K2)
INTRODUCTION
Each testing technique falls into one of a number of different
categories. Broadly speaking there are two main categories, static and
dynamic. Static techniques were discussed in Chapter 3. Dynamic techniques
are subdivided into three more categories: specification-based (black-box,
also known as behavioral techniques), structure-based (white-box or
structural techniques) and experience-based. Specification-based techniques
include both functional and non-functional techniques (i.e. quality
characteristics). The techniques covered in the syllabus are summarized in
Figure 4.1
SPECIFICATION-BASED OR BLACK-BOX TECHNIQUES
1) Write test cases from given software models using the
following test design techniques. (K3)
a. equivalence partitioning;
b. boundary value analysis;
c. decision tables;
d. state transition testing.
2) Understand the main purpose of each of the four
techniques, what level and type of testing could use the
technique, and how coverage may be measured. (K2)
3) Understand the concept of use case testing and its
benefits. (K2)
EQUIVALENCE PARTITIONING AND
BOUNDARY VALUE ANALYSIS
Equivalence partitioning (EP) is a good all-round
specification-based black-box technique. It can be applied
at any level of testing and is often a good technique to use
first. It is a common sense approach to testing, so much so
that most testers practise it informally even though they
may not realize it. However, while it is better to use the
technique informally than not at all, it is much better to use
the technique in a formal way to attain the full benefits that
it can deliver. This technique will be found in most testing
books, including [Myers, 1979] and [Copeland, 2003].
BOUNDARY VALUE ANALYSIS ?
• Boundary value analysis (BVA) is based on testing at the boundaries
between partitions. If you have ever done 'range checking', you were
probably using the boundary value analysis technique, even if you
weren't aware of it. Note that we have both valid boundaries (in the
valid partitions) and invalid boundaries (in the invalid partitions).
• As an example, consider a printer that has an input option of the
number of
• To apply boundary value analysis, we will take the minimum and
maximum (boundary) values from the valid partition (1 and 99 in this
case) together with copies to be made, from 1 to 99.
DECISION TABLE TESTING
Why use decision tables?.
A decision table is a good way to deal with
combinations of things (e.g. inputs). This technique is
sometimes also referred to as a 'cause-effect' table. The
reason for this is that there is an associated logic
diagramming technique called 'cause-effect graphing' which
was sometimes used to help derive the decision table (Myers
describes this as a combinatorial logic network [Myers,
1979]). However, most people find it more useful just to use
the table described in [Copeland, 2003].
STATE TRANSITION TESTING
State transition testing is used where some aspect of the system can
be described in what is called a 'finite state machine'. This simply means
that the system can be in a (finite) number of different states, and the
transitions from one state to another are determined by the rules of the
'machine'. This is the model on which the system and the tests are based.
Any system where you get a different output for the same input,
depending on what has happened before, is a finite state system. A finite
state system is often shown as a state diagram (see Figure 4.2).
2. TEST MANAGEMENT
• TEST ORGANIZATION
• Recognize the importance of independent testing. (Kl)
• List the benefits and drawbacks of independent testing
within an organ ization. (K2)
• Recognize the different team members to be considered for
the creation of a test team. (Kl)
• Recall the tasks of typical test leaders and testers. (Kl)
DEFINING THE SKILLS TEST
STAFF NEEDDoing testing properly requires more than defining the right positions and
number of people for those positions. Good test teams have the right mix of
skills based on the tasks and activities they need to carry out, and people
outside the test team who are in charge of test tasks need the right skills, too.
People involved in testing need basic professional and social qualifications such
as literacy, the ability to prepare and deliver written and verbal reports, the
ability to communicate effectively, and so on. Going beyond that, when we
think of the skills that testers need, three main areas come to mind:
• Application or business domain: A tester must understand the intended
behavior, the problem the system will solve, the process it will automate and
so forth, in order to spot improper behavior while testing and recognize the
'must work' functions and features.
• Technology: A tester must be aware of issues, limitations and capabilities of
the chosen implementation technology, in order to effectively and effi ciently
locate problems and recognize the 'likely to fail' functions and features.
• Testing: A tester must know the testing topics discussed in this book - and
often more advanced testing topics - in order to effectively and efficiently
carry out the test tasks assigned.
TEST PLANS ,ESTIMATES AND
STRATEGIES
• Recognize the different levels and objectives of test planning. (Kl)
• Summarize the purpose and content of the test plan, test design specifi
• cation and test procedure documents according to [IEEE 829]. (K2)
• Recall typical factors that influence the effort related to testing. (Kl)
• Differentiate between two conceptually different estimation approaches:
• the metrics-based approach and the expert-based approach. (K2)
• Differentiate between the subject of test planning for a project, for indi
• vidual test levels (e.g. system test) or specific test targets (e.g. usability
• test), and for test execution. (K2)
• List test preparation and execution tasks that need planning. (Kl)
• Recognize and justify adequate exit criteria for specific test levels and
• groups of test cases (e.g. for integration testing, acceptance testing or
• usability testing). (K2)
TEST PROGRESS MONITORING AND
CONTROL
Recall common metrics used for monitoring test preparation and
execution. (Kl)
• Understand and interpret test metrics for test reporting and
test control (e.g., defects found and fixed and tests passed
and failed). (K2)
• Summarize the purpose and content of the test summary
report document according to [IEEE 829]. (K2)
3. TOOL SUPPORT FOR
TESTING
The tools described in this chapter are not the only
tools that a tester can make use of. You may not
normally think of a word processor or a spreadsheet as a
testing tool, but they are often used to store test designs,
test scripts or test data. Testers may also use SQL to set
up and query databases containing test data. Tools used
by developers when debugging, to help localize defects
and check their fixes, are also testing tools.
EFFECTIVE USE OF TOOLS :
POTENTIAL BENEFITS AND
RISKS
• Summarize the potential benefits and risks of test automation and tool
support for testing. (K2)
• Recognize that test execution tools can have different scripting techniques,
including data-driven and keyword-driven. (Kl)
RISKS OF USING TOOLS
Although there are significant benefits that can be achieved using tools to
support testing activities, there are many organizations that have not achieved the
benefits they expected.
Simply purchasing a tool is no guarantee of achieving benefits, just as buying
membership in a gym does not guarantee that you will be fitter. Each type of tool
requires investment of effort and time in order to achieve the potential benefits.
There are many risks that are present when tool support for testing is intro-
duced and used, whatever the specific type of tool. Risks include:
• unrealistic expectations for the tool;
• underestimating the time, cost and effort for the initial introduction of a tool;
• underestimating the time and effort needed to achieve significant and con tinuing
benefits from the tool;
• underestimating the effort required to maintain the test assets generated by the
tool;
• over-reliance on the tool.
STATIC ANALYSIS TOOLS
Static analysis tools are very useful to developers, as they can identify
potential problems in code before the code is executed and they can also
help to check that the code is written to coding standards.
When a static analysis tool is first introduced, there can be some
problems. For example, if the tool checks the current coding standard
against code written several years ago, there may be a number of things
found in the old code that fail to meet the new coding standard now in
place. If the old code has been working well for years, it is probably not a
good idea to change it just to satisfy the new coding standard (unless
changes are necessary for some other reason). There is a risk that the
changes to meet the new standard may have inadvertent side-effects
which may not be picked up by regression testing.
TEST MANAGEMENT TOOLS
Test management tools can provide a lot of useful
information, but the informa- tion as produced by the
tool may not be in the form that will be most effective
within your own context. Some additional work may
be needed to produce interfaces to other tools or a
spreadsheet in order to ensure that the informa- tion is
communicated in the most effective way.
REFERENSI : GRAHAM ET.AL (2011)

More Related Content

What's hot

Guidelines to Understanding Design of Experiment and Reliability Prediction
Guidelines to Understanding Design of Experiment and Reliability PredictionGuidelines to Understanding Design of Experiment and Reliability Prediction
Guidelines to Understanding Design of Experiment and Reliability Predictionijsrd.com
 
Test design techniques: Structured and Experienced-based techniques
Test design techniques: Structured and Experienced-based techniquesTest design techniques: Structured and Experienced-based techniques
Test design techniques: Structured and Experienced-based techniquesKhuong Nguyen
 
Characterization of Open-Source Applications and Test Suites
Characterization of Open-Source Applications and Test Suites Characterization of Open-Source Applications and Test Suites
Characterization of Open-Source Applications and Test Suites ijseajournal
 
Software Testing Foundations Part 6 - Intuitive and Experience-based testing
Software Testing Foundations Part 6 - Intuitive and Experience-based testingSoftware Testing Foundations Part 6 - Intuitive and Experience-based testing
Software Testing Foundations Part 6 - Intuitive and Experience-based testingNikita Knysh
 
Code coverage based test case selection and prioritization
Code coverage based test case selection and prioritizationCode coverage based test case selection and prioritization
Code coverage based test case selection and prioritizationijseajournal
 
Test Case Design and Technique
Test Case Design and TechniqueTest Case Design and Technique
Test Case Design and TechniqueSachin-QA
 
Test Case, Use Case and Test Scenario
Test Case, Use Case and Test ScenarioTest Case, Use Case and Test Scenario
Test Case, Use Case and Test ScenarioLokesh Agrawal
 
Test Case Design
Test Case DesignTest Case Design
Test Case Designacatalin
 
Fundamental Test Design Techniques
Fundamental Test Design TechniquesFundamental Test Design Techniques
Fundamental Test Design TechniquesTechWell
 
Testing survey by_directions
Testing survey by_directionsTesting survey by_directions
Testing survey by_directionsTao He
 
Thetheoryofsoftwaretesting
ThetheoryofsoftwaretestingThetheoryofsoftwaretesting
ThetheoryofsoftwaretestingPiyushMehta57
 
Black boxtestingmethodsforsoftwarecomponents
Black boxtestingmethodsforsoftwarecomponentsBlack boxtestingmethodsforsoftwarecomponents
Black boxtestingmethodsforsoftwarecomponentsAstrid yolanda
 
Best Practices for Test Case Writing
Best Practices for Test Case WritingBest Practices for Test Case Writing
Best Practices for Test Case WritingSarah Goldberg
 
Testing Fundamentals
Testing FundamentalsTesting Fundamentals
Testing FundamentalsKiran Kumar
 
Software Testing Outline Performances and Measurements
Software Testing Outline Performances and MeasurementsSoftware Testing Outline Performances and Measurements
Software Testing Outline Performances and Measurementsijtsrd
 
Exploratory Testing
Exploratory TestingExploratory Testing
Exploratory Testingnazeer pasha
 

What's hot (20)

Guidelines to Understanding Design of Experiment and Reliability Prediction
Guidelines to Understanding Design of Experiment and Reliability PredictionGuidelines to Understanding Design of Experiment and Reliability Prediction
Guidelines to Understanding Design of Experiment and Reliability Prediction
 
Test design techniques: Structured and Experienced-based techniques
Test design techniques: Structured and Experienced-based techniquesTest design techniques: Structured and Experienced-based techniques
Test design techniques: Structured and Experienced-based techniques
 
Test Techniques
Test TechniquesTest Techniques
Test Techniques
 
Characterization of Open-Source Applications and Test Suites
Characterization of Open-Source Applications and Test Suites Characterization of Open-Source Applications and Test Suites
Characterization of Open-Source Applications and Test Suites
 
Software Testing Foundations Part 6 - Intuitive and Experience-based testing
Software Testing Foundations Part 6 - Intuitive and Experience-based testingSoftware Testing Foundations Part 6 - Intuitive and Experience-based testing
Software Testing Foundations Part 6 - Intuitive and Experience-based testing
 
Code coverage based test case selection and prioritization
Code coverage based test case selection and prioritizationCode coverage based test case selection and prioritization
Code coverage based test case selection and prioritization
 
Test Case Design and Technique
Test Case Design and TechniqueTest Case Design and Technique
Test Case Design and Technique
 
Test Case, Use Case and Test Scenario
Test Case, Use Case and Test ScenarioTest Case, Use Case and Test Scenario
Test Case, Use Case and Test Scenario
 
Testing
TestingTesting
Testing
 
Test Case Design
Test Case DesignTest Case Design
Test Case Design
 
Fundamental Test Design Techniques
Fundamental Test Design TechniquesFundamental Test Design Techniques
Fundamental Test Design Techniques
 
Chapter 1 - Basic Concepts
Chapter 1 - Basic ConceptsChapter 1 - Basic Concepts
Chapter 1 - Basic Concepts
 
Testing survey by_directions
Testing survey by_directionsTesting survey by_directions
Testing survey by_directions
 
CTFL Module 03
CTFL Module 03CTFL Module 03
CTFL Module 03
 
Thetheoryofsoftwaretesting
ThetheoryofsoftwaretestingThetheoryofsoftwaretesting
Thetheoryofsoftwaretesting
 
Black boxtestingmethodsforsoftwarecomponents
Black boxtestingmethodsforsoftwarecomponentsBlack boxtestingmethodsforsoftwarecomponents
Black boxtestingmethodsforsoftwarecomponents
 
Best Practices for Test Case Writing
Best Practices for Test Case WritingBest Practices for Test Case Writing
Best Practices for Test Case Writing
 
Testing Fundamentals
Testing FundamentalsTesting Fundamentals
Testing Fundamentals
 
Software Testing Outline Performances and Measurements
Software Testing Outline Performances and MeasurementsSoftware Testing Outline Performances and Measurements
Software Testing Outline Performances and Measurements
 
Exploratory Testing
Exploratory TestingExploratory Testing
Exploratory Testing
 

Similar to Test design techniques

Test Design Techiques
Test Design TechiquesTest Design Techiques
Test Design Techiquessuci maisaroh
 
Software engineering Testing technique,test case,test suit design
Software engineering Testing technique,test case,test suit designSoftware engineering Testing technique,test case,test suit design
Software engineering Testing technique,test case,test suit designMaitree Patel
 
Test data documentation ss
Test data documentation ssTest data documentation ss
Test data documentation ssAshwiniPoloju
 
Testing throughout the software life cycle & statistic techniques
Testing throughout the software life cycle & statistic techniquesTesting throughout the software life cycle & statistic techniques
Testing throughout the software life cycle & statistic techniquesYAObbiIkhsan
 
Best Way to Prepare for the ISTQB Technical Test Analyst (CTAL-TTA) Certifica...
Best Way to Prepare for the ISTQB Technical Test Analyst (CTAL-TTA) Certifica...Best Way to Prepare for the ISTQB Technical Test Analyst (CTAL-TTA) Certifica...
Best Way to Prepare for the ISTQB Technical Test Analyst (CTAL-TTA) Certifica...Meghna Arora
 
Tool support for testing
Tool support for testingTool support for testing
Tool support for testingelvira munanda
 
Manual Testing Interview Questions & Answers.docx
Manual Testing Interview Questions & Answers.docxManual Testing Interview Questions & Answers.docx
Manual Testing Interview Questions & Answers.docxssuser305f65
 
Fundamental test process
Fundamental test process Fundamental test process
Fundamental test process alex swandi
 
iSQI Certification Days ISTQB Advanced Kari Kakkonen
iSQI Certification Days ISTQB Advanced Kari KakkoneniSQI Certification Days ISTQB Advanced Kari Kakkonen
iSQI Certification Days ISTQB Advanced Kari KakkonenIevgenii Katsan
 
types of testing with descriptions and examples
types of testing with descriptions and examplestypes of testing with descriptions and examples
types of testing with descriptions and examplesMani Deepak Choudhry
 
Role+Of+Testing+In+Sdlc
Role+Of+Testing+In+SdlcRole+Of+Testing+In+Sdlc
Role+Of+Testing+In+Sdlcmahendra singh
 
ISTQB, ISEB Lecture Notes
ISTQB, ISEB Lecture NotesISTQB, ISEB Lecture Notes
ISTQB, ISEB Lecture Notesonsoftwaretest
 

Similar to Test design techniques (20)

Test design techniques
Test design techniquesTest design techniques
Test design techniques
 
Qa documentation pp
Qa documentation ppQa documentation pp
Qa documentation pp
 
Test design techniques
Test design techniquesTest design techniques
Test design techniques
 
Chapter 3
Chapter 3Chapter 3
Chapter 3
 
Test Design Techiques
Test Design TechiquesTest Design Techiques
Test Design Techiques
 
Software engineering Testing technique,test case,test suit design
Software engineering Testing technique,test case,test suit designSoftware engineering Testing technique,test case,test suit design
Software engineering Testing technique,test case,test suit design
 
Test data documentation ss
Test data documentation ssTest data documentation ss
Test data documentation ss
 
Testing throughout the software life cycle & statistic techniques
Testing throughout the software life cycle & statistic techniquesTesting throughout the software life cycle & statistic techniques
Testing throughout the software life cycle & statistic techniques
 
Best Way to Prepare for the ISTQB Technical Test Analyst (CTAL-TTA) Certifica...
Best Way to Prepare for the ISTQB Technical Test Analyst (CTAL-TTA) Certifica...Best Way to Prepare for the ISTQB Technical Test Analyst (CTAL-TTA) Certifica...
Best Way to Prepare for the ISTQB Technical Test Analyst (CTAL-TTA) Certifica...
 
Tool support for testing
Tool support for testingTool support for testing
Tool support for testing
 
Manual Testing Interview Questions & Answers.docx
Manual Testing Interview Questions & Answers.docxManual Testing Interview Questions & Answers.docx
Manual Testing Interview Questions & Answers.docx
 
Unit iii
Unit iiiUnit iii
Unit iii
 
Fundamental test process
Fundamental test process Fundamental test process
Fundamental test process
 
Fundamental test process
Fundamental test processFundamental test process
Fundamental test process
 
iSQI Certification Days ISTQB Advanced Kari Kakkonen
iSQI Certification Days ISTQB Advanced Kari KakkoneniSQI Certification Days ISTQB Advanced Kari Kakkonen
iSQI Certification Days ISTQB Advanced Kari Kakkonen
 
L software testing
L   software testingL   software testing
L software testing
 
types of testing with descriptions and examples
types of testing with descriptions and examplestypes of testing with descriptions and examples
types of testing with descriptions and examples
 
Unit2 for st
Unit2 for stUnit2 for st
Unit2 for st
 
Role+Of+Testing+In+Sdlc
Role+Of+Testing+In+SdlcRole+Of+Testing+In+Sdlc
Role+Of+Testing+In+Sdlc
 
ISTQB, ISEB Lecture Notes
ISTQB, ISEB Lecture NotesISTQB, ISEB Lecture Notes
ISTQB, ISEB Lecture Notes
 

Recently uploaded

Understanding Relationship Anarchy: A Guide to Liberating Love | CIO Women Ma...
Understanding Relationship Anarchy: A Guide to Liberating Love | CIO Women Ma...Understanding Relationship Anarchy: A Guide to Liberating Love | CIO Women Ma...
Understanding Relationship Anarchy: A Guide to Liberating Love | CIO Women Ma...CIOWomenMagazine
 
Breath, Brain & Beyond_A Holistic Approach to Peak Performance.pdf
Breath, Brain & Beyond_A Holistic Approach to Peak Performance.pdfBreath, Brain & Beyond_A Holistic Approach to Peak Performance.pdf
Breath, Brain & Beyond_A Holistic Approach to Peak Performance.pdfJess Walker
 
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...anilsa9823
 
E J Waggoner against Kellogg's Pantheism 8.pptx
E J Waggoner against Kellogg's Pantheism 8.pptxE J Waggoner against Kellogg's Pantheism 8.pptx
E J Waggoner against Kellogg's Pantheism 8.pptxJackieSparrow3
 
(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts
(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts
(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ EscortsDelhi Escorts Service
 
办理西悉尼大学毕业证成绩单、制作假文凭
办理西悉尼大学毕业证成绩单、制作假文凭办理西悉尼大学毕业证成绩单、制作假文凭
办理西悉尼大学毕业证成绩单、制作假文凭o8wvnojp
 
Call Girls in Kalyan Vihar Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Kalyan Vihar Delhi 💯 Call Us 🔝8264348440🔝Call Girls in Kalyan Vihar Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Kalyan Vihar Delhi 💯 Call Us 🔝8264348440🔝soniya singh
 
Call Girls Anjuna beach Mariott Resort ₰8588052666
Call Girls Anjuna beach Mariott Resort ₰8588052666Call Girls Anjuna beach Mariott Resort ₰8588052666
Call Girls Anjuna beach Mariott Resort ₰8588052666nishakur201
 
Dhule Call Girls #9907093804 Contact Number Escorts Service Dhule
Dhule Call Girls #9907093804 Contact Number Escorts Service DhuleDhule Call Girls #9907093804 Contact Number Escorts Service Dhule
Dhule Call Girls #9907093804 Contact Number Escorts Service Dhulesrsj9000
 
Call Girls In Andheri East Call US Pooja📞 9892124323 Book Hot And
Call Girls In Andheri East Call US Pooja📞 9892124323 Book Hot AndCall Girls In Andheri East Call US Pooja📞 9892124323 Book Hot And
Call Girls In Andheri East Call US Pooja📞 9892124323 Book Hot AndPooja Nehwal
 
Lilac Illustrated Social Psychology Presentation.pptx
Lilac Illustrated Social Psychology Presentation.pptxLilac Illustrated Social Psychology Presentation.pptx
Lilac Illustrated Social Psychology Presentation.pptxABMWeaklings
 
Cheap Rate ➥8448380779 ▻Call Girls In Mg Road Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Mg Road GurgaonCheap Rate ➥8448380779 ▻Call Girls In Mg Road Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Mg Road GurgaonDelhi Call girls
 
《塔夫斯大学毕业证成绩单购买》做Tufts文凭毕业证成绩单/伪造美国假文凭假毕业证书图片Q微信741003700《塔夫斯大学毕业证购买》《Tufts毕业文...
《塔夫斯大学毕业证成绩单购买》做Tufts文凭毕业证成绩单/伪造美国假文凭假毕业证书图片Q微信741003700《塔夫斯大学毕业证购买》《Tufts毕业文...《塔夫斯大学毕业证成绩单购买》做Tufts文凭毕业证成绩单/伪造美国假文凭假毕业证书图片Q微信741003700《塔夫斯大学毕业证购买》《Tufts毕业文...
《塔夫斯大学毕业证成绩单购买》做Tufts文凭毕业证成绩单/伪造美国假文凭假毕业证书图片Q微信741003700《塔夫斯大学毕业证购买》《Tufts毕业文...ur8mqw8e
 
Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Postal Ballot procedure for employees to utilise
Postal Ballot procedure for employees to utilisePostal Ballot procedure for employees to utilise
Postal Ballot procedure for employees to utiliseccsubcollector
 
REFLECTIONS Newsletter Jan-Jul 2024.pdf.pdf
REFLECTIONS Newsletter Jan-Jul 2024.pdf.pdfREFLECTIONS Newsletter Jan-Jul 2024.pdf.pdf
REFLECTIONS Newsletter Jan-Jul 2024.pdf.pdfssusere8ea60
 
办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改
办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改
办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改atducpo
 
social media chat application main ppt.pptx
social media chat application main ppt.pptxsocial media chat application main ppt.pptx
social media chat application main ppt.pptxsprasad829829
 

Recently uploaded (20)

Understanding Relationship Anarchy: A Guide to Liberating Love | CIO Women Ma...
Understanding Relationship Anarchy: A Guide to Liberating Love | CIO Women Ma...Understanding Relationship Anarchy: A Guide to Liberating Love | CIO Women Ma...
Understanding Relationship Anarchy: A Guide to Liberating Love | CIO Women Ma...
 
Breath, Brain & Beyond_A Holistic Approach to Peak Performance.pdf
Breath, Brain & Beyond_A Holistic Approach to Peak Performance.pdfBreath, Brain & Beyond_A Holistic Approach to Peak Performance.pdf
Breath, Brain & Beyond_A Holistic Approach to Peak Performance.pdf
 
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...
 
E J Waggoner against Kellogg's Pantheism 8.pptx
E J Waggoner against Kellogg's Pantheism 8.pptxE J Waggoner against Kellogg's Pantheism 8.pptx
E J Waggoner against Kellogg's Pantheism 8.pptx
 
(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts
(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts
(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts
 
办理西悉尼大学毕业证成绩单、制作假文凭
办理西悉尼大学毕业证成绩单、制作假文凭办理西悉尼大学毕业证成绩单、制作假文凭
办理西悉尼大学毕业证成绩单、制作假文凭
 
Call Girls in Kalyan Vihar Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Kalyan Vihar Delhi 💯 Call Us 🔝8264348440🔝Call Girls in Kalyan Vihar Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Kalyan Vihar Delhi 💯 Call Us 🔝8264348440🔝
 
Call Girls Anjuna beach Mariott Resort ₰8588052666
Call Girls Anjuna beach Mariott Resort ₰8588052666Call Girls Anjuna beach Mariott Resort ₰8588052666
Call Girls Anjuna beach Mariott Resort ₰8588052666
 
Dhule Call Girls #9907093804 Contact Number Escorts Service Dhule
Dhule Call Girls #9907093804 Contact Number Escorts Service DhuleDhule Call Girls #9907093804 Contact Number Escorts Service Dhule
Dhule Call Girls #9907093804 Contact Number Escorts Service Dhule
 
Model Call Girl in Lado Sarai Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Lado Sarai Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Lado Sarai Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Lado Sarai Delhi reach out to us at 🔝9953056974🔝
 
Call Girls In Andheri East Call US Pooja📞 9892124323 Book Hot And
Call Girls In Andheri East Call US Pooja📞 9892124323 Book Hot AndCall Girls In Andheri East Call US Pooja📞 9892124323 Book Hot And
Call Girls In Andheri East Call US Pooja📞 9892124323 Book Hot And
 
Lilac Illustrated Social Psychology Presentation.pptx
Lilac Illustrated Social Psychology Presentation.pptxLilac Illustrated Social Psychology Presentation.pptx
Lilac Illustrated Social Psychology Presentation.pptx
 
escort service sasti (*~Call Girls in Paschim Vihar Metro❤️9953056974
escort service  sasti (*~Call Girls in Paschim Vihar Metro❤️9953056974escort service  sasti (*~Call Girls in Paschim Vihar Metro❤️9953056974
escort service sasti (*~Call Girls in Paschim Vihar Metro❤️9953056974
 
Cheap Rate ➥8448380779 ▻Call Girls In Mg Road Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Mg Road GurgaonCheap Rate ➥8448380779 ▻Call Girls In Mg Road Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Mg Road Gurgaon
 
《塔夫斯大学毕业证成绩单购买》做Tufts文凭毕业证成绩单/伪造美国假文凭假毕业证书图片Q微信741003700《塔夫斯大学毕业证购买》《Tufts毕业文...
《塔夫斯大学毕业证成绩单购买》做Tufts文凭毕业证成绩单/伪造美国假文凭假毕业证书图片Q微信741003700《塔夫斯大学毕业证购买》《Tufts毕业文...《塔夫斯大学毕业证成绩单购买》做Tufts文凭毕业证成绩单/伪造美国假文凭假毕业证书图片Q微信741003700《塔夫斯大学毕业证购买》《Tufts毕业文...
《塔夫斯大学毕业证成绩单购买》做Tufts文凭毕业证成绩单/伪造美国假文凭假毕业证书图片Q微信741003700《塔夫斯大学毕业证购买》《Tufts毕业文...
 
Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝
 
Postal Ballot procedure for employees to utilise
Postal Ballot procedure for employees to utilisePostal Ballot procedure for employees to utilise
Postal Ballot procedure for employees to utilise
 
REFLECTIONS Newsletter Jan-Jul 2024.pdf.pdf
REFLECTIONS Newsletter Jan-Jul 2024.pdf.pdfREFLECTIONS Newsletter Jan-Jul 2024.pdf.pdf
REFLECTIONS Newsletter Jan-Jul 2024.pdf.pdf
 
办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改
办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改
办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改
 
social media chat application main ppt.pptx
social media chat application main ppt.pptxsocial media chat application main ppt.pptx
social media chat application main ppt.pptx
 

Test design techniques

  • 1. TEST DESIGN TECHNIQUES By : Y.A Obbi Ikhsan Backlink ke website resmi : http://sif.uin-suska.ac.id/ http://fst.uin-suska.ac.id/ http://www.uin-suska.ac.id/
  • 2. UNIVERSITAS ISLAM NEGERI SULTAN SYARIF KASIM RIAU FAKULTAS SAINS DAN TEKONOLOGI Nama : Y.A Obbi Ikhsan Nim : 11453106082 Jurusan : Sistem Informasi
  • 3. IDENTIIDENTIFY ING TEST CONDITIONS AND DESIGNING TEST CASES FYING TEST CONDITIONS AND DESIGNING TEST CASES  Differentiate between a test design specification, a test case specification and a test procedure specification. (Kl)  Compare the terms test condition, test case and test procedure. (K2)  Write test cases: (K3) a showing a clear traceability to the requirements; b containing an expected result.  Translate test cases into a well-structured test procedure specification at a level of detail relevant to the knowledge of the testers. (K3)  Write a test execution schedule for a given set of test cases, considering prioritization, and technical and logical dependencies. (K3)
  • 4. IEEE 829 STANDARD : TEST PROCEDURE SPECIFICATION TEMPLATE 2. CATEGORIES OF TEST DESIGN TECHNIQUES • Recall reasons that both specification-based (black-box) and structure-based (white-box) approaches to test case design are useful, and list the common techniques for each. (K1) • Explain the characteristics and differences between specification- based testing, structure-based testing and experience-based testing. (K2)
  • 5. INTRODUCTION Each testing technique falls into one of a number of different categories. Broadly speaking there are two main categories, static and dynamic. Static techniques were discussed in Chapter 3. Dynamic techniques are subdivided into three more categories: specification-based (black-box, also known as behavioral techniques), structure-based (white-box or structural techniques) and experience-based. Specification-based techniques include both functional and non-functional techniques (i.e. quality characteristics). The techniques covered in the syllabus are summarized in Figure 4.1
  • 6.
  • 7. SPECIFICATION-BASED OR BLACK-BOX TECHNIQUES 1) Write test cases from given software models using the following test design techniques. (K3) a. equivalence partitioning; b. boundary value analysis; c. decision tables; d. state transition testing. 2) Understand the main purpose of each of the four techniques, what level and type of testing could use the technique, and how coverage may be measured. (K2) 3) Understand the concept of use case testing and its benefits. (K2)
  • 8. EQUIVALENCE PARTITIONING AND BOUNDARY VALUE ANALYSIS Equivalence partitioning (EP) is a good all-round specification-based black-box technique. It can be applied at any level of testing and is often a good technique to use first. It is a common sense approach to testing, so much so that most testers practise it informally even though they may not realize it. However, while it is better to use the technique informally than not at all, it is much better to use the technique in a formal way to attain the full benefits that it can deliver. This technique will be found in most testing books, including [Myers, 1979] and [Copeland, 2003].
  • 9. BOUNDARY VALUE ANALYSIS ? • Boundary value analysis (BVA) is based on testing at the boundaries between partitions. If you have ever done 'range checking', you were probably using the boundary value analysis technique, even if you weren't aware of it. Note that we have both valid boundaries (in the valid partitions) and invalid boundaries (in the invalid partitions). • As an example, consider a printer that has an input option of the number of • To apply boundary value analysis, we will take the minimum and maximum (boundary) values from the valid partition (1 and 99 in this case) together with copies to be made, from 1 to 99.
  • 10. DECISION TABLE TESTING Why use decision tables?. A decision table is a good way to deal with combinations of things (e.g. inputs). This technique is sometimes also referred to as a 'cause-effect' table. The reason for this is that there is an associated logic diagramming technique called 'cause-effect graphing' which was sometimes used to help derive the decision table (Myers describes this as a combinatorial logic network [Myers, 1979]). However, most people find it more useful just to use the table described in [Copeland, 2003].
  • 11. STATE TRANSITION TESTING State transition testing is used where some aspect of the system can be described in what is called a 'finite state machine'. This simply means that the system can be in a (finite) number of different states, and the transitions from one state to another are determined by the rules of the 'machine'. This is the model on which the system and the tests are based. Any system where you get a different output for the same input, depending on what has happened before, is a finite state system. A finite state system is often shown as a state diagram (see Figure 4.2).
  • 12.
  • 13. 2. TEST MANAGEMENT • TEST ORGANIZATION • Recognize the importance of independent testing. (Kl) • List the benefits and drawbacks of independent testing within an organ ization. (K2) • Recognize the different team members to be considered for the creation of a test team. (Kl) • Recall the tasks of typical test leaders and testers. (Kl)
  • 14. DEFINING THE SKILLS TEST STAFF NEEDDoing testing properly requires more than defining the right positions and number of people for those positions. Good test teams have the right mix of skills based on the tasks and activities they need to carry out, and people outside the test team who are in charge of test tasks need the right skills, too. People involved in testing need basic professional and social qualifications such as literacy, the ability to prepare and deliver written and verbal reports, the ability to communicate effectively, and so on. Going beyond that, when we think of the skills that testers need, three main areas come to mind: • Application or business domain: A tester must understand the intended behavior, the problem the system will solve, the process it will automate and so forth, in order to spot improper behavior while testing and recognize the 'must work' functions and features. • Technology: A tester must be aware of issues, limitations and capabilities of the chosen implementation technology, in order to effectively and effi ciently locate problems and recognize the 'likely to fail' functions and features. • Testing: A tester must know the testing topics discussed in this book - and often more advanced testing topics - in order to effectively and efficiently carry out the test tasks assigned.
  • 15. TEST PLANS ,ESTIMATES AND STRATEGIES • Recognize the different levels and objectives of test planning. (Kl) • Summarize the purpose and content of the test plan, test design specifi • cation and test procedure documents according to [IEEE 829]. (K2) • Recall typical factors that influence the effort related to testing. (Kl) • Differentiate between two conceptually different estimation approaches: • the metrics-based approach and the expert-based approach. (K2) • Differentiate between the subject of test planning for a project, for indi • vidual test levels (e.g. system test) or specific test targets (e.g. usability • test), and for test execution. (K2) • List test preparation and execution tasks that need planning. (Kl) • Recognize and justify adequate exit criteria for specific test levels and • groups of test cases (e.g. for integration testing, acceptance testing or • usability testing). (K2)
  • 16. TEST PROGRESS MONITORING AND CONTROL Recall common metrics used for monitoring test preparation and execution. (Kl) • Understand and interpret test metrics for test reporting and test control (e.g., defects found and fixed and tests passed and failed). (K2) • Summarize the purpose and content of the test summary report document according to [IEEE 829]. (K2)
  • 17. 3. TOOL SUPPORT FOR TESTING The tools described in this chapter are not the only tools that a tester can make use of. You may not normally think of a word processor or a spreadsheet as a testing tool, but they are often used to store test designs, test scripts or test data. Testers may also use SQL to set up and query databases containing test data. Tools used by developers when debugging, to help localize defects and check their fixes, are also testing tools.
  • 18. EFFECTIVE USE OF TOOLS : POTENTIAL BENEFITS AND RISKS • Summarize the potential benefits and risks of test automation and tool support for testing. (K2) • Recognize that test execution tools can have different scripting techniques, including data-driven and keyword-driven. (Kl)
  • 19. RISKS OF USING TOOLS Although there are significant benefits that can be achieved using tools to support testing activities, there are many organizations that have not achieved the benefits they expected. Simply purchasing a tool is no guarantee of achieving benefits, just as buying membership in a gym does not guarantee that you will be fitter. Each type of tool requires investment of effort and time in order to achieve the potential benefits. There are many risks that are present when tool support for testing is intro- duced and used, whatever the specific type of tool. Risks include: • unrealistic expectations for the tool; • underestimating the time, cost and effort for the initial introduction of a tool; • underestimating the time and effort needed to achieve significant and con tinuing benefits from the tool; • underestimating the effort required to maintain the test assets generated by the tool; • over-reliance on the tool.
  • 20. STATIC ANALYSIS TOOLS Static analysis tools are very useful to developers, as they can identify potential problems in code before the code is executed and they can also help to check that the code is written to coding standards. When a static analysis tool is first introduced, there can be some problems. For example, if the tool checks the current coding standard against code written several years ago, there may be a number of things found in the old code that fail to meet the new coding standard now in place. If the old code has been working well for years, it is probably not a good idea to change it just to satisfy the new coding standard (unless changes are necessary for some other reason). There is a risk that the changes to meet the new standard may have inadvertent side-effects which may not be picked up by regression testing.
  • 21. TEST MANAGEMENT TOOLS Test management tools can provide a lot of useful information, but the informa- tion as produced by the tool may not be in the form that will be most effective within your own context. Some additional work may be needed to produce interfaces to other tools or a spreadsheet in order to ensure that the informa- tion is communicated in the most effective way.
  • 22. REFERENSI : GRAHAM ET.AL (2011)