SlideShare a Scribd company logo
1 of 20
STC Technologies Pvt LtdSTC ThirdEye Technology
Testing Life Cycle(TLC)Testing Life Cycle(TLC)
 Test plan preparationTest plan preparation
 Test case designTest case design
 Test execution and Test Log preparationTest execution and Test Log preparation
 Defect TrackingDefect Tracking
 Test report preparationTest report preparation
STC Technologies Pvt LtdSTC ThirdEye Technology
TLCTLC
 Test PlanTest Plan : A document that defines the overall: A document that defines the overall
testing approach is called Test Plan.testing approach is called Test Plan.
 Test Case DesignTest Case Design: Document that defines what is: Document that defines what is
selected to test,and describes theselected to test,and describes the
expected result is called Testexpected result is called Test
Design.Set of procedures inorder toDesign.Set of procedures inorder to
find out the defects.find out the defects.
 Test ExecutionTest Execution : Executing the test cases.: Executing the test cases.
STC Technologies Pvt LtdSTC ThirdEye Technology
TLCTLC
 Test logTest log : Pass and fail information will be: Pass and fail information will be
stored in this test log.stored in this test log.
 Defect trackingDefect tracking : All the failed items will come under: All the failed items will come under
the defect tracking. (closing defect)the defect tracking. (closing defect)
 Test reportTest report : Reports are generated during: Reports are generated during
the TLC.Final test summary report.the TLC.Final test summary report.
(generated at the end of testing for(generated at the end of testing for
making decisions)making decisions)
STC Technologies Pvt LtdSTC ThirdEye Technology
Test Plan Preparation (manual)Test Plan Preparation (manual)
 Test ObjectiveTest Objective :: A test objective is simply aA test objective is simply a
testing “goal”.It is a statement oftesting “goal”.It is a statement of
what the tester is expected towhat the tester is expected to
perform during the testing activity.perform during the testing activity.
 Test strategyTest strategy ::
1.1. Techniques that are going to be used duringTechniques that are going to be used during
the testing.the testing.
2. What types of tests must be conducted.2. What types of tests must be conducted.
3. What stages of testing are3. What stages of testing are
required.(e.g.unit,system)required.(e.g.unit,system)
STC Technologies Pvt LtdSTC ThirdEye Technology
Test Risk Analysis:Test Risk Analysis:
A risk is a condition that can result in a loss.The riskA risk is a condition that can result in a loss.The risk
that may occur/arise during the analysis of the testing.that may occur/arise during the analysis of the testing.
* The probability that the negative event* The probability that the negative event
will occur.will occur.
STC Technologies Pvt LtdSTC ThirdEye Technology
Risk identified - - -
Unavailability of resources -
software
hardware etc .
Mitigation plan - - -
What are the ways to overcome
STC Technologies Pvt LtdSTC ThirdEye Technology
Test schedule & ResourcesTest schedule & Resources
Task Duration ResourceTask Duration Resource
Test plan 3 1Test plan 3 1
Test design 5 3Test design 5 3
STC Technologies Pvt LtdSTC ThirdEye Technology
Roles and ResponsibilitiesRoles and Responsibilities
 Test ManagerTest Manager - Manages the entire- Manages the entire
testing activity (approve).testing activity (approve).
 Test leaderTest leader - Prepare the test plan, Review- Prepare the test plan, Review
test case, monitor defecttest case, monitor defect
tracking and Reportstracking and Reports
Preparation.Preparation.
 Test EngineerTest Engineer - Prepare test case design and- Prepare test case design and
Daily reports.Daily reports.
STC Technologies Pvt LtdSTC ThirdEye Technology
Communications ApproachCommunications Approach
The communications during the projectThe communications during the project
will be informed through this communicationwill be informed through this communication
approach.approach.
STC Technologies Pvt LtdSTC ThirdEye Technology
Test Environment
The Test Bed for the Testing Activity isThe Test Bed for the Testing Activity is
identified. Like,identified. Like,
* Software Requirements.* Software Requirements.
* hardware Requirements.* hardware Requirements.
STC Technologies Pvt LtdSTC ThirdEye Technology
Automated Test Tools
 Identify which tools is used for each individualIdentify which tools is used for each individual
testtest
 Should know the test level criteriaShould know the test level criteria
STC Technologies Pvt LtdSTC ThirdEye Technology
Test Case Design (manual)
 Test case IDTest case ID : Sys_xyz_o1: Sys_xyz_o1
 Test case descriptionTest case description : A short note about: A short note about
the testing.the testing.
 Test case procedureTest case procedure : Each and every step: Each and every step
has to be mentionedhas to be mentioned
in test casein test case
procedure.procedure.
 Test inputs (or) Test DataTest inputs (or) Test Data : Input data: Input data
STC Technologies Pvt LtdSTC ThirdEye Technology
 Expected resultExpected result : The Expected out come: The Expected out come
of the test case.of the test case.
Test ExecutionTest Execution
Actual result : What we have received is the: What we have received is the
actual result.actual result.
 Expected result = Actual result then the test isExpected result = Actual result then the test is
pass otherwise it is fail.pass otherwise it is fail.
STC Technologies Pvt LtdSTC ThirdEye Technology
Test LogTest Log
Test Case IDTest Case ID Test CaseTest Case
DescriptionDescription
TestTest
status/Resultstatus/Result
Sys_xyz_01Sys_xyz_01 dfgdfgdfgdfg FailFail
Sys_xyz_02Sys_xyz_02 hgfhgfhhgfhgfh PassPass
* Failed test case are going to be the defects
STC Technologies Pvt LtdSTC ThirdEye Technology
Defect TrackingDefect Tracking
 All the failed test execution/defects will come underAll the failed test execution/defects will come under
the defect tracking.the defect tracking.
 Defect Tracking ContainsDefect Tracking Contains::
 Defect IdDefect Id : Sys_def_xyz_o1: Sys_def_xyz_o1
 Test case IdTest case Id : Sys_xyz_o1: Sys_xyz_o1
STC Technologies Pvt LtdSTC ThirdEye Technology
Defect TrackingDefect Tracking
 Defect DescriptionDefect Description : Specify the defect.: Specify the defect.
 Defect Recovery procedureDefect Recovery procedure:: Repeating the sameRepeating the same
test cases with some modifications.test cases with some modifications.
STC Technologies Pvt LtdSTC ThirdEye Technology
Defect StatusDefect Status
The Current Status of the defectsThe Current Status of the defects
 NewNew
 OpenOpen
 FixedFixed
 ReopenReopen
 ClosedClosed
 RejectedRejected
STC Technologies Pvt LtdSTC ThirdEye Technology
Defects SeverityDefects Severity
 CriticalCritical
 MajorMajor
 MinorMinor
STC Technologies Pvt LtdSTC ThirdEye Technology
Defect ClassificationDefect Classification
Critical System inoperable
Implementation that does not meet the requirement
Defects that may cause the system to hang, crash,
produce incorrect or unexpected behavior, corrupt user
data with no work around
Major Major functions disabled or incorrect
Non-conformance to standards
Defects that cause incorrect behavior with known
workaround
Important areas of the system are affected which would
not cause operational failure
Minor/Trivial Defects that affect limited areas of functionality that
either can be worked around or ignored
STC Technologies Pvt LtdSTC ThirdEye Technology
Defects PriorityDefects Priority
 HighHigh
 ModerateModerate
 LowLow

More Related Content

What's hot

Istqb exam sample_paper_3
Istqb exam sample_paper_3Istqb exam sample_paper_3
Istqb exam sample_paper_3TestingGeeks
 
Istqb question
Istqb question Istqb question
Istqb question krunal36
 
Istqb sample paper 2011- www.ajoysingha.info
Istqb sample paper   2011- www.ajoysingha.infoIstqb sample paper   2011- www.ajoysingha.info
Istqb sample paper 2011- www.ajoysingha.infoTestingGeeks
 
Test Driven Development
Test Driven DevelopmentTest Driven Development
Test Driven DevelopmentJason Ragsdale
 
Istqb question-paper-dump-2
Istqb question-paper-dump-2Istqb question-paper-dump-2
Istqb question-paper-dump-2TestingGeeks
 
Istqb question-paper-dump-12
Istqb question-paper-dump-12Istqb question-paper-dump-12
Istqb question-paper-dump-12TestingGeeks
 
Istqb question-paper-dump-1
Istqb question-paper-dump-1Istqb question-paper-dump-1
Istqb question-paper-dump-1TestingGeeks
 
ISTQB Certified Tester Exam Question Papers and Answers - 11
ISTQB Certified Tester Exam Question Papers and Answers - 11ISTQB Certified Tester Exam Question Papers and Answers - 11
ISTQB Certified Tester Exam Question Papers and Answers - 11BDDazza
 
Exactpro FinTech Webinar - Global Exchanges Test Oracles
Exactpro FinTech Webinar - Global Exchanges Test OraclesExactpro FinTech Webinar - Global Exchanges Test Oracles
Exactpro FinTech Webinar - Global Exchanges Test OraclesIosif Itkin
 
500 istqb-sample-papers-2010-2011
500 istqb-sample-papers-2010-2011500 istqb-sample-papers-2010-2011
500 istqb-sample-papers-2010-2011Helen Nguyễn
 
Istqb iseb bh0-010-ajoy_singha
Istqb iseb bh0-010-ajoy_singhaIstqb iseb bh0-010-ajoy_singha
Istqb iseb bh0-010-ajoy_singhaTestingGeeks
 
Qa interview questions and answers for placements
Qa interview questions and answers for placementsQa interview questions and answers for placements
Qa interview questions and answers for placementsGaruda Trainings
 
Tech In Asia PDC 2017 - Best practice unit testing in mobile apps
Tech In Asia PDC 2017 - Best practice unit testing in mobile appsTech In Asia PDC 2017 - Best practice unit testing in mobile apps
Tech In Asia PDC 2017 - Best practice unit testing in mobile appsFandy Gotama
 
"Unit Testing for Mobile App" by Fandy Gotama (OLX Indonesia)
"Unit Testing for Mobile App" by Fandy Gotama  (OLX Indonesia)"Unit Testing for Mobile App" by Fandy Gotama  (OLX Indonesia)
"Unit Testing for Mobile App" by Fandy Gotama (OLX Indonesia)Tech in Asia ID
 
Www.istqb.guru istqb question-paper5
Www.istqb.guru istqb question-paper5Www.istqb.guru istqb question-paper5
Www.istqb.guru istqb question-paper5Tomas Vileikis
 

What's hot (19)

Istqb exam sample_paper_3
Istqb exam sample_paper_3Istqb exam sample_paper_3
Istqb exam sample_paper_3
 
AUG-17 (2013) ISTQB PAPER
AUG-17 (2013) ISTQB PAPERAUG-17 (2013) ISTQB PAPER
AUG-17 (2013) ISTQB PAPER
 
Istqb question
Istqb question Istqb question
Istqb question
 
Istqb sample paper 2011- www.ajoysingha.info
Istqb sample paper   2011- www.ajoysingha.infoIstqb sample paper   2011- www.ajoysingha.info
Istqb sample paper 2011- www.ajoysingha.info
 
Test Driven Development
Test Driven DevelopmentTest Driven Development
Test Driven Development
 
Istqb question-paper-dump-2
Istqb question-paper-dump-2Istqb question-paper-dump-2
Istqb question-paper-dump-2
 
Istqb question-paper-dump-12
Istqb question-paper-dump-12Istqb question-paper-dump-12
Istqb question-paper-dump-12
 
Istqb question-paper-dump-1
Istqb question-paper-dump-1Istqb question-paper-dump-1
Istqb question-paper-dump-1
 
ISTQB Certified Tester Exam Question Papers and Answers - 11
ISTQB Certified Tester Exam Question Papers and Answers - 11ISTQB Certified Tester Exam Question Papers and Answers - 11
ISTQB Certified Tester Exam Question Papers and Answers - 11
 
Topic 5 chapter 1
Topic 5 chapter 1Topic 5 chapter 1
Topic 5 chapter 1
 
Exactpro FinTech Webinar - Global Exchanges Test Oracles
Exactpro FinTech Webinar - Global Exchanges Test OraclesExactpro FinTech Webinar - Global Exchanges Test Oracles
Exactpro FinTech Webinar - Global Exchanges Test Oracles
 
500 istqb-sample-papers-2010-2011
500 istqb-sample-papers-2010-2011500 istqb-sample-papers-2010-2011
500 istqb-sample-papers-2010-2011
 
FEB-08 ISTQB PAPER
FEB-08 ISTQB PAPERFEB-08 ISTQB PAPER
FEB-08 ISTQB PAPER
 
Istqb iseb bh0-010-ajoy_singha
Istqb iseb bh0-010-ajoy_singhaIstqb iseb bh0-010-ajoy_singha
Istqb iseb bh0-010-ajoy_singha
 
Qa interview questions and answers for placements
Qa interview questions and answers for placementsQa interview questions and answers for placements
Qa interview questions and answers for placements
 
Tech In Asia PDC 2017 - Best practice unit testing in mobile apps
Tech In Asia PDC 2017 - Best practice unit testing in mobile appsTech In Asia PDC 2017 - Best practice unit testing in mobile apps
Tech In Asia PDC 2017 - Best practice unit testing in mobile apps
 
"Unit Testing for Mobile App" by Fandy Gotama (OLX Indonesia)
"Unit Testing for Mobile App" by Fandy Gotama  (OLX Indonesia)"Unit Testing for Mobile App" by Fandy Gotama  (OLX Indonesia)
"Unit Testing for Mobile App" by Fandy Gotama (OLX Indonesia)
 
Topic 5 chapter 7
Topic 5 chapter 7Topic 5 chapter 7
Topic 5 chapter 7
 
Www.istqb.guru istqb question-paper5
Www.istqb.guru istqb question-paper5Www.istqb.guru istqb question-paper5
Www.istqb.guru istqb question-paper5
 

Viewers also liked

Black box testing or behavioral testing
Black box testing or behavioral testingBlack box testing or behavioral testing
Black box testing or behavioral testingSlideshare
 
Software Testing Fundamentals
Software Testing FundamentalsSoftware Testing Fundamentals
Software Testing FundamentalsChankey Pathak
 
Test Life Cycle - Presentation - Important concepts covered
Test Life Cycle - Presentation - Important concepts coveredTest Life Cycle - Presentation - Important concepts covered
Test Life Cycle - Presentation - Important concepts coveredSunil Kumar Gunasekaran
 

Viewers also liked (7)

Ieee829mtp
Ieee829mtpIeee829mtp
Ieee829mtp
 
Mobile Testing Capability
Mobile Testing CapabilityMobile Testing Capability
Mobile Testing Capability
 
Black box testing or behavioral testing
Black box testing or behavioral testingBlack box testing or behavioral testing
Black box testing or behavioral testing
 
Test Life Cycle
Test Life CycleTest Life Cycle
Test Life Cycle
 
Software Testing Fundamentals
Software Testing FundamentalsSoftware Testing Fundamentals
Software Testing Fundamentals
 
Test Life Cycle - Presentation - Important concepts covered
Test Life Cycle - Presentation - Important concepts coveredTest Life Cycle - Presentation - Important concepts covered
Test Life Cycle - Presentation - Important concepts covered
 
Blackbox
BlackboxBlackbox
Blackbox
 

Similar to Tlc 1223618496327769-9

Testing life cycle
Testing life cycleTesting life cycle
Testing life cycleJaya Priya
 
Test Life Cycle - Manual Testing Concept.
Test Life Cycle - Manual Testing Concept.Test Life Cycle - Manual Testing Concept.
Test Life Cycle - Manual Testing Concept.guestf9bc
 
ISTQB / ISEB Foundation Exam Practice -1
ISTQB / ISEB Foundation Exam Practice -1ISTQB / ISEB Foundation Exam Practice -1
ISTQB / ISEB Foundation Exam Practice -1Yogindernath Gupta
 
ISTQB, ISEB Lecture Notes
ISTQB, ISEB Lecture NotesISTQB, ISEB Lecture Notes
ISTQB, ISEB Lecture Notesonsoftwaretest
 
NG_TEST_Presentation_0510
NG_TEST_Presentation_0510NG_TEST_Presentation_0510
NG_TEST_Presentation_0510techweb08
 
NGTEST_Presentation
NGTEST_PresentationNGTEST_Presentation
NGTEST_Presentationtechweb08
 
NG_TEST_SR_Presentation
NG_TEST_SR_PresentationNG_TEST_SR_Presentation
NG_TEST_SR_Presentationtechweb08
 
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
 
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
 
Application of theorem proving for safety-critical vehicle software
Application of theorem proving for safety-critical vehicle softwareApplication of theorem proving for safety-critical vehicle software
Application of theorem proving for safety-critical vehicle softwareAdaCore
 
TEST EXECUTION AND REPORTING
TEST EXECUTION AND REPORTINGTEST EXECUTION AND REPORTING
TEST EXECUTION AND REPORTINGsuhasreddy1
 
1779905011SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.pptx
1779905011SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.pptx1779905011SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.pptx
1779905011SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.pptxabhivastrad007
 
DSR Testing (Part 1)
DSR Testing (Part 1)DSR Testing (Part 1)
DSR Testing (Part 1)Steve Upton
 
Testing As A Bottleneck - How Testing Slows Down Modern Development Processes...
Testing As A Bottleneck - How Testing Slows Down Modern Development Processes...Testing As A Bottleneck - How Testing Slows Down Modern Development Processes...
Testing As A Bottleneck - How Testing Slows Down Modern Development Processes...TEST Huddle
 

Similar to Tlc 1223618496327769-9 (20)

Testing life cycle
Testing life cycleTesting life cycle
Testing life cycle
 
Test Life Cycle - Manual Testing Concept.
Test Life Cycle - Manual Testing Concept.Test Life Cycle - Manual Testing Concept.
Test Life Cycle - Manual Testing Concept.
 
Tlc
TlcTlc
Tlc
 
ISTQB / ISEB Foundation Exam Practice -1
ISTQB / ISEB Foundation Exam Practice -1ISTQB / ISEB Foundation Exam Practice -1
ISTQB / ISEB Foundation Exam Practice -1
 
ISTQB, ISEB Lecture Notes
ISTQB, ISEB Lecture NotesISTQB, ISEB Lecture Notes
ISTQB, ISEB Lecture Notes
 
NG_TEST_Presentation_0510
NG_TEST_Presentation_0510NG_TEST_Presentation_0510
NG_TEST_Presentation_0510
 
NGTEST_Presentation
NGTEST_PresentationNGTEST_Presentation
NGTEST_Presentation
 
NG_TEST_SR_Presentation
NG_TEST_SR_PresentationNG_TEST_SR_Presentation
NG_TEST_SR_Presentation
 
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
 
1
11
1
 
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
 
Application of theorem proving for safety-critical vehicle software
Application of theorem proving for safety-critical vehicle softwareApplication of theorem proving for safety-critical vehicle software
Application of theorem proving for safety-critical vehicle software
 
Test execution may_04_2006
Test execution may_04_2006Test execution may_04_2006
Test execution may_04_2006
 
TEST EXECUTION AND REPORTING
TEST EXECUTION AND REPORTINGTEST EXECUTION AND REPORTING
TEST EXECUTION AND REPORTING
 
1779905011SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.pptx
1779905011SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.pptx1779905011SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.pptx
1779905011SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.pptx
 
L software testing
L   software testingL   software testing
L software testing
 
DSR Testing (Part 1)
DSR Testing (Part 1)DSR Testing (Part 1)
DSR Testing (Part 1)
 
Stlc phases.
Stlc phases.Stlc phases.
Stlc phases.
 
Test design techniques
Test design techniquesTest design techniques
Test design techniques
 
Testing As A Bottleneck - How Testing Slows Down Modern Development Processes...
Testing As A Bottleneck - How Testing Slows Down Modern Development Processes...Testing As A Bottleneck - How Testing Slows Down Modern Development Processes...
Testing As A Bottleneck - How Testing Slows Down Modern Development Processes...
 

Recently uploaded

Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsAndrey Dotsenko
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 

Recently uploaded (20)

Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 

Tlc 1223618496327769-9

  • 1. STC Technologies Pvt LtdSTC ThirdEye Technology Testing Life Cycle(TLC)Testing Life Cycle(TLC)  Test plan preparationTest plan preparation  Test case designTest case design  Test execution and Test Log preparationTest execution and Test Log preparation  Defect TrackingDefect Tracking  Test report preparationTest report preparation
  • 2. STC Technologies Pvt LtdSTC ThirdEye Technology TLCTLC  Test PlanTest Plan : A document that defines the overall: A document that defines the overall testing approach is called Test Plan.testing approach is called Test Plan.  Test Case DesignTest Case Design: Document that defines what is: Document that defines what is selected to test,and describes theselected to test,and describes the expected result is called Testexpected result is called Test Design.Set of procedures inorder toDesign.Set of procedures inorder to find out the defects.find out the defects.  Test ExecutionTest Execution : Executing the test cases.: Executing the test cases.
  • 3. STC Technologies Pvt LtdSTC ThirdEye Technology TLCTLC  Test logTest log : Pass and fail information will be: Pass and fail information will be stored in this test log.stored in this test log.  Defect trackingDefect tracking : All the failed items will come under: All the failed items will come under the defect tracking. (closing defect)the defect tracking. (closing defect)  Test reportTest report : Reports are generated during: Reports are generated during the TLC.Final test summary report.the TLC.Final test summary report. (generated at the end of testing for(generated at the end of testing for making decisions)making decisions)
  • 4. STC Technologies Pvt LtdSTC ThirdEye Technology Test Plan Preparation (manual)Test Plan Preparation (manual)  Test ObjectiveTest Objective :: A test objective is simply aA test objective is simply a testing “goal”.It is a statement oftesting “goal”.It is a statement of what the tester is expected towhat the tester is expected to perform during the testing activity.perform during the testing activity.  Test strategyTest strategy :: 1.1. Techniques that are going to be used duringTechniques that are going to be used during the testing.the testing. 2. What types of tests must be conducted.2. What types of tests must be conducted. 3. What stages of testing are3. What stages of testing are required.(e.g.unit,system)required.(e.g.unit,system)
  • 5. STC Technologies Pvt LtdSTC ThirdEye Technology Test Risk Analysis:Test Risk Analysis: A risk is a condition that can result in a loss.The riskA risk is a condition that can result in a loss.The risk that may occur/arise during the analysis of the testing.that may occur/arise during the analysis of the testing. * The probability that the negative event* The probability that the negative event will occur.will occur.
  • 6. STC Technologies Pvt LtdSTC ThirdEye Technology Risk identified - - - Unavailability of resources - software hardware etc . Mitigation plan - - - What are the ways to overcome
  • 7. STC Technologies Pvt LtdSTC ThirdEye Technology Test schedule & ResourcesTest schedule & Resources Task Duration ResourceTask Duration Resource Test plan 3 1Test plan 3 1 Test design 5 3Test design 5 3
  • 8. STC Technologies Pvt LtdSTC ThirdEye Technology Roles and ResponsibilitiesRoles and Responsibilities  Test ManagerTest Manager - Manages the entire- Manages the entire testing activity (approve).testing activity (approve).  Test leaderTest leader - Prepare the test plan, Review- Prepare the test plan, Review test case, monitor defecttest case, monitor defect tracking and Reportstracking and Reports Preparation.Preparation.  Test EngineerTest Engineer - Prepare test case design and- Prepare test case design and Daily reports.Daily reports.
  • 9. STC Technologies Pvt LtdSTC ThirdEye Technology Communications ApproachCommunications Approach The communications during the projectThe communications during the project will be informed through this communicationwill be informed through this communication approach.approach.
  • 10. STC Technologies Pvt LtdSTC ThirdEye Technology Test Environment The Test Bed for the Testing Activity isThe Test Bed for the Testing Activity is identified. Like,identified. Like, * Software Requirements.* Software Requirements. * hardware Requirements.* hardware Requirements.
  • 11. STC Technologies Pvt LtdSTC ThirdEye Technology Automated Test Tools  Identify which tools is used for each individualIdentify which tools is used for each individual testtest  Should know the test level criteriaShould know the test level criteria
  • 12. STC Technologies Pvt LtdSTC ThirdEye Technology Test Case Design (manual)  Test case IDTest case ID : Sys_xyz_o1: Sys_xyz_o1  Test case descriptionTest case description : A short note about: A short note about the testing.the testing.  Test case procedureTest case procedure : Each and every step: Each and every step has to be mentionedhas to be mentioned in test casein test case procedure.procedure.  Test inputs (or) Test DataTest inputs (or) Test Data : Input data: Input data
  • 13. STC Technologies Pvt LtdSTC ThirdEye Technology  Expected resultExpected result : The Expected out come: The Expected out come of the test case.of the test case. Test ExecutionTest Execution Actual result : What we have received is the: What we have received is the actual result.actual result.  Expected result = Actual result then the test isExpected result = Actual result then the test is pass otherwise it is fail.pass otherwise it is fail.
  • 14. STC Technologies Pvt LtdSTC ThirdEye Technology Test LogTest Log Test Case IDTest Case ID Test CaseTest Case DescriptionDescription TestTest status/Resultstatus/Result Sys_xyz_01Sys_xyz_01 dfgdfgdfgdfg FailFail Sys_xyz_02Sys_xyz_02 hgfhgfhhgfhgfh PassPass * Failed test case are going to be the defects
  • 15. STC Technologies Pvt LtdSTC ThirdEye Technology Defect TrackingDefect Tracking  All the failed test execution/defects will come underAll the failed test execution/defects will come under the defect tracking.the defect tracking.  Defect Tracking ContainsDefect Tracking Contains::  Defect IdDefect Id : Sys_def_xyz_o1: Sys_def_xyz_o1  Test case IdTest case Id : Sys_xyz_o1: Sys_xyz_o1
  • 16. STC Technologies Pvt LtdSTC ThirdEye Technology Defect TrackingDefect Tracking  Defect DescriptionDefect Description : Specify the defect.: Specify the defect.  Defect Recovery procedureDefect Recovery procedure:: Repeating the sameRepeating the same test cases with some modifications.test cases with some modifications.
  • 17. STC Technologies Pvt LtdSTC ThirdEye Technology Defect StatusDefect Status The Current Status of the defectsThe Current Status of the defects  NewNew  OpenOpen  FixedFixed  ReopenReopen  ClosedClosed  RejectedRejected
  • 18. STC Technologies Pvt LtdSTC ThirdEye Technology Defects SeverityDefects Severity  CriticalCritical  MajorMajor  MinorMinor
  • 19. STC Technologies Pvt LtdSTC ThirdEye Technology Defect ClassificationDefect Classification Critical System inoperable Implementation that does not meet the requirement Defects that may cause the system to hang, crash, produce incorrect or unexpected behavior, corrupt user data with no work around Major Major functions disabled or incorrect Non-conformance to standards Defects that cause incorrect behavior with known workaround Important areas of the system are affected which would not cause operational failure Minor/Trivial Defects that affect limited areas of functionality that either can be worked around or ignored
  • 20. STC Technologies Pvt LtdSTC ThirdEye Technology Defects PriorityDefects Priority  HighHigh  ModerateModerate  LowLow