SlideShare a Scribd company logo
Testing Life Cycle(TLC) Test plan preparation Test case design Test execution and Test Log preparation Defect Tracking Test report preparation
TLC Test Plan : A document that defines the overall    testing approach is called Test Plan. Test Case Design : Document that defines what is    selected to test,and describes the    expected result is called Test    Design.Set of procedures inorder to    find out the defects. Test Execution : Executing the test cases.
TLC Test log : Pass and fail information will be    stored in this test log. Defect tracking : All the failed items will come under    the defect tracking. (closing defect) Test report : Reports are generated during    the TLC.Final test summary report.  (generated at the end of testing for   making decisions)
Test Plan Preparation (manual) Test Objective  :  A test objective is simply a   testing “goal”.It is a statement of   what the tester is expected  to   perform during the testing activity.  Test strategy   : 1.   Techniques that are going to be used  during    the testing. 2. What types of tests must be conducted.   3. What stages of testing are    required.(e.g.unit,system)

Recommended for you

Software Testing Technique in Software Engineering
Software Testing Technique in Software EngineeringSoftware Testing Technique in Software Engineering
Software Testing Technique in Software Engineering

University Of Baltistan Easy and Simple Presentation of the topic of Software Testing Technique in the Course of Software Engineering.

pakistanbaltistanskardu
Test cases for effective testing - part 1
Test cases for effective testing - part 1Test cases for effective testing - part 1
Test cases for effective testing - part 1

The document discusses test case components and approaches for writing test cases. It provides guidelines for writing test cases such as covering all requirements, prioritizing test cases based on importance, using simple steps and validation input data, focusing on common user scenarios, and ensuring each defect has a linked test case. The document also outlines a test case format including an ID, title, summary, preconditions, steps, and expected results.

software testingtest cases
Static Testing
Static TestingStatic Testing
Static Testing

Static testing is a software testing method that involves examination of program's code and its associated documentation but does not require the program to be executed. Static Testing Techniques Informal Reviews Formal Reviews Technical Reviews Walk Through Inspection Process Static Code Review

walkthroughinformal reviewstesting
Test Risk Analysis: A risk is a condition that can result in a loss.The risk that may occur/arise during the analysis of the testing. * The probability that the negative event      will occur.
Risk identified  - - - Unavailability of  resources - software hardware  etc . Mitigation plan  - - -  What are the ways  to overcome
Test schedule & Resources Task  Duration  Resource Test plan  3  1 Test design  5  3
Roles and Responsibilities Test Manager   - Manages the entire    testing activity (approve). Test leader   - Prepare the test plan, Review    test case, monitor defect    tracking and Reports    Preparation. Test Engineer  - Prepare test case design and   Daily reports.

Recommended for you

Introduction & Manual Testing
Introduction & Manual TestingIntroduction & Manual Testing
Introduction & Manual Testing

The document discusses various software development life cycle models and testing methodologies. It introduces the waterfall model, prototyping model, rapid application development model, spiral model, and component assembly model. It then covers testing fundamentals, test case design, white box and black box testing techniques, and the relationships between quality assurance, quality control, verification and validation.

Dynamic Testing
Dynamic TestingDynamic Testing
Dynamic Testing

Dynamic testing analyzes the dynamic behavior of code by executing it with different inputs and checking the outputs. There are two main types: black box testing which tests functionality without viewing internal structure, and white box testing which tests based on internal structure. Black box techniques include boundary value analysis, equivalence partitioning, error guessing, cause-effect graphing, and state transition testing. White box techniques include code coverage and complexity analysis. Dynamic testing can find errors not detected through static analysis but takes more time than static testing.

Manual testing interview questions and answers
Manual testing interview questions and answersManual testing interview questions and answers
Manual testing interview questions and answers

The document discusses several key aspects of manual testing, including: - What makes a good test engineer, including having a "test to break" attitude and strong communication skills. - The qualities of a good QA engineer, such as understanding the software development process. - The traits of a good test manager, like maintaining team enthusiasm and communicating with different stakeholders. - The importance of documentation in QA and having repeatable practices. - The significance of requirements and ensuring they are clear, testable, and involve all relevant customers.

Communications Approach The communications during the project  will be informed through this communication  approach.
Test Environment The Test Bed for the Testing Activity is identified. Like, * Software Requirements.   * hardware Requirements.
Automated Test Tools Identify which tools is used for each individual test Should know the test level criteria
Test Case Design (manual) Test case ID     : Sys_xyz_o1 Test case description   : A short note about    the testing. Test case procedure   : Each and every step    has to be mentioned    in test case    procedure. Test inputs (or) Test Data  : Input data

Recommended for you

Software Testing Life Cycle
Software Testing Life CycleSoftware Testing Life Cycle
Software Testing Life Cycle

The document describes the key stages of the software testing life cycle (STLC), including contract signing, requirement analysis, test planning, test development, test execution, defect reporting, and product delivery. It provides details on the processes, documents, and activities involved in each stage. Risk analysis and bug/defect management processes are also summarized. Various test metrics and bug tracking tools that can be used are listed.

testingsoftware
Test Levels & Techniques
Test Levels & TechniquesTest Levels & Techniques
Test Levels & Techniques

Static testing examines and reviews software without executing it, while dynamic testing executes the software. There are different types of testing like unit, integration, system, and acceptance testing. Testing techniques include white box, black box, incremental, and thread testing. White box testing examines internal program structure and logic, while black box testing verifies requirements without considering internal structure.

Software Testing Life Cycle – A Beginner’s Guide
Software Testing Life Cycle – A Beginner’s GuideSoftware Testing Life Cycle – A Beginner’s Guide
Software Testing Life Cycle – A Beginner’s Guide

Software Testing Life Cycle refers to 6 phases of the software testing process. Learn about each phase of STLC in-depth in our article. (Source: https://www.goodcore.co.uk/blog/software-testing-life-cycle/)

software testing life cyclesoftware testing
Expected result : The Expected out come of the test case.   Test Execution Actual result   : What we have received is the actual result. Expected result = Actual result  then the test is pass otherwise it is fail.
Test Log *  Failed test case are going to be the defects Fail dfgdfg Sys_xyz_01 Pass hgfhgfh Sys_xyz_02 Test status/Result Test Case Description Test Case ID
Defect Tracking All the failed test execution/defects  will come under the defect tracking. Defect Tracking Contains : Defect Id  : Sys_def_xyz_o1 Test case Id   : Sys_xyz_o1
Defect Tracking Defect Description  : Specify the defect. Defect Recovery procedure :   Repeating the same test cases with some modifications.

Recommended for you

STLC (Software Testing Life Cycle)
STLC (Software Testing Life Cycle)STLC (Software Testing Life Cycle)
STLC (Software Testing Life Cycle)

The document discusses the phases of the Software Testing Life Cycle (STLC). It begins by introducing the group members and defining software testing as a process to find bugs by executing a program. It then outlines the six main phases of the STLC: 1) Requirements analysis to understand requirements and identify test cases, 2) Test planning to create test plans and strategies, 3) Test case development to write test cases and scripts, 4) Environment setup to prepare the test environment, 5) Test execution and bug reporting to run tests and log defects, and 6) Test cycle closure to review testing artifacts and lessons learned. Each phase is described in 1-2 sentences with its activities, deliverables, and examples provided.

#testing life cycle#software testingchaudhry fahadi
Test case writing
Test case writingTest case writing
Test case writing

Test cases are documents that contain test data, preconditions, test steps, expected results, and postconditions to verify a specific requirement. They provide a starting point for test execution and leave the system in a defined state. Good test cases are accurate, economical, traceable, repeatable, reusable, simple, objective, relevant, avoid duplication and dependency. Test cases should be written based on requirements documents and cover both positive and negative scenarios using clear language. An ideal test case includes an ID, use case ID, test objective, preconditions, test data, test steps, expected results, actual results, cycle, date, tester, status, severity, and resolution status.

quality assurancesqatest case
stlc
stlcstlc
stlc

The document describes the phases of the software testing life cycle (STLC), which includes requirement, planning, analysis, design, implementation, execution, conclusion, and closure phases. Each phase has specific goals and deliverables. The requirement phase involves analyzing requirements to determine testability. The planning phase identifies testing activities, resources, and metrics. The analysis phase defines what to test by identifying test conditions. The design phase defines how to test by detailing test conditions and creating test data. The implementation phase involves creating and reviewing test cases. The execution phase runs the test cases and logs any defects. The conclusion phase focuses on reporting and exit criteria. The closure phase verifies all testing is complete and identifies lessons learned.

Defect Status The Current Status of the defects New Open Fixed Reopen Closed Rejected
Defects Severity Critical Major Minor
Defect Classification Defects that affect limited areas of functionality that either can be worked around or ignored Minor/Trivial 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 Major 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  Critical
Defects Priority High Moderate Low

Recommended for you

Chapter 5 - Test Management
Chapter 5 - Test ManagementChapter 5 - Test Management
Chapter 5 - Test Management

Test Management as Chapter 5 of ISTQB Foundation 2018. Topics covered are Test Organization, Test Planning and Estimation, Test Monitoring and Control, Test Execution Schedule, Test Strategy, Risk and Testing, Defect Management

istqb foundation level certificationistqb foundationistqb
ISTQB Foundation - Chapter 3
ISTQB Foundation - Chapter 3ISTQB Foundation - Chapter 3
ISTQB Foundation - Chapter 3

Static analysis is a static testing technique that analyzes source code without executing it. It can find faults like unreachable code, undeclared variables, and array bound violations. Some key advantages are that it can find faults difficult to see otherwise and provides an objective assessment of code quality. However, it also has limitations like not being able to distinguish fail-safe code from actual faults. Reviews are also useful for finding faults early and help achieve consensus, while inspections are more formal reviews.

istqbiseb
Iseb, ISTQB Static Testing
Iseb, ISTQB Static TestingIseb, ISTQB Static Testing
Iseb, ISTQB Static Testing

Iseb, ISTQB Static Testing Foundation Level Software Testing Lecture Notes, Static Testing www.onsoftwaretest.com

isebistqbstatic

More Related Content

What's hot

Manual testing concepts course 1
Manual testing concepts course 1Manual testing concepts course 1
Manual testing concepts course 1
Raghu Kiran
 
QACampus PPT (STLC)
QACampus PPT (STLC)QACampus PPT (STLC)
QACampus PPT (STLC)
QACampus Noida
 
Software Testing Process
Software Testing ProcessSoftware Testing Process
Software Testing Process
guest1f2740
 
Software Testing Technique in Software Engineering
Software Testing Technique in Software EngineeringSoftware Testing Technique in Software Engineering
Software Testing Technique in Software Engineering
Ismail Hussain
 
Test cases for effective testing - part 1
Test cases for effective testing - part 1Test cases for effective testing - part 1
Test cases for effective testing - part 1
Mona M. Abd El-Rahman
 
Static Testing
Static TestingStatic Testing
Static Testing
Dharita Chokshi
 
Introduction & Manual Testing
Introduction & Manual TestingIntroduction & Manual Testing
Introduction & Manual Testing
VenkateswaraRao Siddabathula
 
Dynamic Testing
Dynamic TestingDynamic Testing
Dynamic Testing
Jimi Patel
 
Manual testing interview questions and answers
Manual testing interview questions and answersManual testing interview questions and answers
Manual testing interview questions and answers
karanmca
 
Software Testing Life Cycle
Software Testing Life CycleSoftware Testing Life Cycle
Software Testing Life Cycle
Udayakumar Sree
 
Test Levels & Techniques
Test Levels & TechniquesTest Levels & Techniques
Test Levels & Techniques
Dhanasekaran Nagarajan
 
Software Testing Life Cycle – A Beginner’s Guide
Software Testing Life Cycle – A Beginner’s GuideSoftware Testing Life Cycle – A Beginner’s Guide
Software Testing Life Cycle – A Beginner’s Guide
Syed Hassan Raza
 
STLC (Software Testing Life Cycle)
STLC (Software Testing Life Cycle)STLC (Software Testing Life Cycle)
STLC (Software Testing Life Cycle)
Ch Fahadi
 
Test case writing
Test case writingTest case writing
Test case writing
Afsarah Jahin
 
stlc
stlcstlc
stlc
noman1413
 
Chapter 5 - Test Management
Chapter 5 - Test ManagementChapter 5 - Test Management
Chapter 5 - Test Management
Neeraj Kumar Singh
 
ISTQB Foundation - Chapter 3
ISTQB Foundation - Chapter 3ISTQB Foundation - Chapter 3
ISTQB Foundation - Chapter 3
Chandukar
 
Iseb, ISTQB Static Testing
Iseb, ISTQB Static TestingIseb, ISTQB Static Testing
Iseb, ISTQB Static Testing
onsoftwaretest
 
Types of software testing
Types of software testingTypes of software testing
Types of software testing
Prachi Sasankar
 
Software testing
Software testingSoftware testing
Software testing
Madhumita Chatterjee
 

What's hot (20)

Manual testing concepts course 1
Manual testing concepts course 1Manual testing concepts course 1
Manual testing concepts course 1
 
QACampus PPT (STLC)
QACampus PPT (STLC)QACampus PPT (STLC)
QACampus PPT (STLC)
 
Software Testing Process
Software Testing ProcessSoftware Testing Process
Software Testing Process
 
Software Testing Technique in Software Engineering
Software Testing Technique in Software EngineeringSoftware Testing Technique in Software Engineering
Software Testing Technique in Software Engineering
 
Test cases for effective testing - part 1
Test cases for effective testing - part 1Test cases for effective testing - part 1
Test cases for effective testing - part 1
 
Static Testing
Static TestingStatic Testing
Static Testing
 
Introduction & Manual Testing
Introduction & Manual TestingIntroduction & Manual Testing
Introduction & Manual Testing
 
Dynamic Testing
Dynamic TestingDynamic Testing
Dynamic Testing
 
Manual testing interview questions and answers
Manual testing interview questions and answersManual testing interview questions and answers
Manual testing interview questions and answers
 
Software Testing Life Cycle
Software Testing Life CycleSoftware Testing Life Cycle
Software Testing Life Cycle
 
Test Levels & Techniques
Test Levels & TechniquesTest Levels & Techniques
Test Levels & Techniques
 
Software Testing Life Cycle – A Beginner’s Guide
Software Testing Life Cycle – A Beginner’s GuideSoftware Testing Life Cycle – A Beginner’s Guide
Software Testing Life Cycle – A Beginner’s Guide
 
STLC (Software Testing Life Cycle)
STLC (Software Testing Life Cycle)STLC (Software Testing Life Cycle)
STLC (Software Testing Life Cycle)
 
Test case writing
Test case writingTest case writing
Test case writing
 
stlc
stlcstlc
stlc
 
Chapter 5 - Test Management
Chapter 5 - Test ManagementChapter 5 - Test Management
Chapter 5 - Test Management
 
ISTQB Foundation - Chapter 3
ISTQB Foundation - Chapter 3ISTQB Foundation - Chapter 3
ISTQB Foundation - Chapter 3
 
Iseb, ISTQB Static Testing
Iseb, ISTQB Static TestingIseb, ISTQB Static Testing
Iseb, ISTQB Static Testing
 
Types of software testing
Types of software testingTypes of software testing
Types of software testing
 
Software testing
Software testingSoftware testing
Software testing
 

Viewers also liked

Testing techniques
Testing techniquesTesting techniques
Testing techniques
cnpltesters
 
Bug cycle
Bug cycleBug cycle
Bug cycle
Shastry Aravind
 
Bug life cycle
Bug life cycleBug life cycle
Bug life cycle
Chen Cg
 
Bug life cycle
Bug life cycleBug life cycle
Bug life cycle
BugRaptors
 
Bug Reporting
Bug ReportingBug Reporting
Bug Reporting
yousufaziz
 
Defect Life Cycle
Defect Life CycleDefect Life Cycle
Defect Life Cycle
Manojkumar Radhakrishnan
 
Defect life cycle and Defect Status Life Cycle
Defect life cycle and Defect Status Life CycleDefect life cycle and Defect Status Life Cycle
Defect life cycle and Defect Status Life Cycle
pavansmiles
 
Life cycle of different animals
Life cycle of different animalsLife cycle of different animals
Life cycle of different animals
Lim Ban Lee
 
Defect Life Cycle
Defect Life CycleDefect Life Cycle
Defect Life Cycle
Shilpi Mitra
 
Tlc powerpoints presentation pdf
Tlc powerpoints presentation pdfTlc powerpoints presentation pdf
Tlc powerpoints presentation pdf
rdc_share
 
Software Testing - Defect/Bug Life Cycle - Complete Flow Chart of Defect States
Software Testing - Defect/Bug Life Cycle - Complete Flow Chart of Defect StatesSoftware Testing - Defect/Bug Life Cycle - Complete Flow Chart of Defect States
Software Testing - Defect/Bug Life Cycle - Complete Flow Chart of Defect States
eVideoTuition
 
Thin layer chromatography
Thin layer chromatographyThin layer chromatography
Thin layer chromatography
Lavakusa Banavatu
 
TLC, thin layer chromatography
TLC, thin layer chromatographyTLC, thin layer chromatography
TLC, thin layer chromatography
shaisejacob
 
The Secret Life of a Bug Bounty Hunter – Frans Rosén @ Security Fest 2016
The Secret Life of a Bug Bounty Hunter – Frans Rosén @ Security Fest 2016The Secret Life of a Bug Bounty Hunter – Frans Rosén @ Security Fest 2016
The Secret Life of a Bug Bounty Hunter – Frans Rosén @ Security Fest 2016
Frans Rosén
 

Viewers also liked (14)

Testing techniques
Testing techniquesTesting techniques
Testing techniques
 
Bug cycle
Bug cycleBug cycle
Bug cycle
 
Bug life cycle
Bug life cycleBug life cycle
Bug life cycle
 
Bug life cycle
Bug life cycleBug life cycle
Bug life cycle
 
Bug Reporting
Bug ReportingBug Reporting
Bug Reporting
 
Defect Life Cycle
Defect Life CycleDefect Life Cycle
Defect Life Cycle
 
Defect life cycle and Defect Status Life Cycle
Defect life cycle and Defect Status Life CycleDefect life cycle and Defect Status Life Cycle
Defect life cycle and Defect Status Life Cycle
 
Life cycle of different animals
Life cycle of different animalsLife cycle of different animals
Life cycle of different animals
 
Defect Life Cycle
Defect Life CycleDefect Life Cycle
Defect Life Cycle
 
Tlc powerpoints presentation pdf
Tlc powerpoints presentation pdfTlc powerpoints presentation pdf
Tlc powerpoints presentation pdf
 
Software Testing - Defect/Bug Life Cycle - Complete Flow Chart of Defect States
Software Testing - Defect/Bug Life Cycle - Complete Flow Chart of Defect StatesSoftware Testing - Defect/Bug Life Cycle - Complete Flow Chart of Defect States
Software Testing - Defect/Bug Life Cycle - Complete Flow Chart of Defect States
 
Thin layer chromatography
Thin layer chromatographyThin layer chromatography
Thin layer chromatography
 
TLC, thin layer chromatography
TLC, thin layer chromatographyTLC, thin layer chromatography
TLC, thin layer chromatography
 
The Secret Life of a Bug Bounty Hunter – Frans Rosén @ Security Fest 2016
The Secret Life of a Bug Bounty Hunter – Frans Rosén @ Security Fest 2016The Secret Life of a Bug Bounty Hunter – Frans Rosén @ Security Fest 2016
The Secret Life of a Bug Bounty Hunter – Frans Rosén @ Security Fest 2016
 

Similar to Tlc

ISTQB / ISEB Foundation Exam Practice -1
ISTQB / ISEB Foundation Exam Practice -1ISTQB / ISEB Foundation Exam Practice -1
ISTQB / ISEB Foundation Exam Practice -1
Yogindernath Gupta
 
1779905011SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.pptx
1779905011SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.pptx1779905011SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.pptx
1779905011SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.pptx
abhivastrad007
 
ISTQB, ISEB Lecture Notes
ISTQB, ISEB Lecture NotesISTQB, ISEB Lecture Notes
ISTQB, ISEB Lecture Notes
onsoftwaretest
 
SDET UNIT 3.pptx
SDET UNIT 3.pptxSDET UNIT 3.pptx
SDET UNIT 3.pptx
Dr. Pallawi Bulakh
 
stlc
stlcstlc
Testing
TestingTesting
Testing
trashqwerty
 
stlc
stlcstlc
1
11
ISTQBCH foundation level chapter 01 fundamentals of testing
ISTQBCH foundation level chapter 01 fundamentals of testingISTQBCH foundation level chapter 01 fundamentals of testing
ISTQBCH foundation level chapter 01 fundamentals of testing
KhalilSalhi5
 
L software testing
L   software testingL   software testing
L software testing
Fáber D. Giraldo
 
Tlc 1223618496327769-9
Tlc 1223618496327769-9Tlc 1223618496327769-9
Tlc 1223618496327769-9
krunal yagnik
 
TESTING LIFE CYCLE PPT
TESTING LIFE CYCLE PPTTESTING LIFE CYCLE PPT
TESTING LIFE CYCLE PPT
suhasreddy1
 
ISTQB, ISEB Lecture Notes- 2
ISTQB, ISEB Lecture Notes- 2ISTQB, ISEB Lecture Notes- 2
ISTQB, ISEB Lecture Notes- 2
onsoftwaretest
 
Less01 1 introduction_module
Less01 1 introduction_moduleLess01 1 introduction_module
Less01 1 introduction_module
Suresh Mishra
 
Test planning
Test planningTest planning
Test planning
rahulcentra
 
Stlc ppt
Stlc pptStlc ppt
Stlc ppt
Bhavik Modi
 
Software Testing- Principles of testing- Mazenet Solution
Software Testing- Principles of testing- Mazenet SolutionSoftware Testing- Principles of testing- Mazenet Solution
Software Testing- Principles of testing- Mazenet Solution
Mazenetsolution
 
The Core of Testing – Dynamic Testing Process – According to ISO 29119 with...
The Core of Testing  – Dynamic Testing Process –  According to ISO 29119 with...The Core of Testing  – Dynamic Testing Process –  According to ISO 29119 with...
The Core of Testing – Dynamic Testing Process – According to ISO 29119 with...
TEST Huddle
 
Fundamental test process
Fundamental test processFundamental test process
Fundamental test process
Yoga Pratama Putra
 
Software-Testing-Chapgdgdgsghshshshshshshs
Software-Testing-ChapgdgdgsghshshshshshshsSoftware-Testing-Chapgdgdgsghshshshshshshs
Software-Testing-Chapgdgdgsghshshshshshshs
shaikbab
 

Similar to Tlc (20)

ISTQB / ISEB Foundation Exam Practice -1
ISTQB / ISEB Foundation Exam Practice -1ISTQB / ISEB Foundation Exam Practice -1
ISTQB / ISEB Foundation Exam Practice -1
 
1779905011SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.pptx
1779905011SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.pptx1779905011SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.pptx
1779905011SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.pptx
 
ISTQB, ISEB Lecture Notes
ISTQB, ISEB Lecture NotesISTQB, ISEB Lecture Notes
ISTQB, ISEB Lecture Notes
 
SDET UNIT 3.pptx
SDET UNIT 3.pptxSDET UNIT 3.pptx
SDET UNIT 3.pptx
 
stlc
stlcstlc
stlc
 
Testing
TestingTesting
Testing
 
stlc
stlcstlc
stlc
 
1
11
1
 
ISTQBCH foundation level chapter 01 fundamentals of testing
ISTQBCH foundation level chapter 01 fundamentals of testingISTQBCH foundation level chapter 01 fundamentals of testing
ISTQBCH foundation level chapter 01 fundamentals of testing
 
L software testing
L   software testingL   software testing
L software testing
 
Tlc 1223618496327769-9
Tlc 1223618496327769-9Tlc 1223618496327769-9
Tlc 1223618496327769-9
 
TESTING LIFE CYCLE PPT
TESTING LIFE CYCLE PPTTESTING LIFE CYCLE PPT
TESTING LIFE CYCLE PPT
 
ISTQB, ISEB Lecture Notes- 2
ISTQB, ISEB Lecture Notes- 2ISTQB, ISEB Lecture Notes- 2
ISTQB, ISEB Lecture Notes- 2
 
Less01 1 introduction_module
Less01 1 introduction_moduleLess01 1 introduction_module
Less01 1 introduction_module
 
Test planning
Test planningTest planning
Test planning
 
Stlc ppt
Stlc pptStlc ppt
Stlc ppt
 
Software Testing- Principles of testing- Mazenet Solution
Software Testing- Principles of testing- Mazenet SolutionSoftware Testing- Principles of testing- Mazenet Solution
Software Testing- Principles of testing- Mazenet Solution
 
The Core of Testing – Dynamic Testing Process – According to ISO 29119 with...
The Core of Testing  – Dynamic Testing Process –  According to ISO 29119 with...The Core of Testing  – Dynamic Testing Process –  According to ISO 29119 with...
The Core of Testing – Dynamic Testing Process – According to ISO 29119 with...
 
Fundamental test process
Fundamental test processFundamental test process
Fundamental test process
 
Software-Testing-Chapgdgdgsghshshshshshshs
Software-Testing-ChapgdgdgsghshshshshshshsSoftware-Testing-Chapgdgdgsghshshshshshshs
Software-Testing-Chapgdgdgsghshshshshshshs
 

More from Dhanasekaran Nagarajan

Presentation
PresentationPresentation
Verification & Validation
Verification & ValidationVerification & Validation
Verification & Validation
Dhanasekaran Nagarajan
 
Test Reports
Test ReportsTest Reports
Software Testing
Software TestingSoftware Testing
Software Testing
Dhanasekaran Nagarajan
 
Project Management
Project ManagementProject Management
Project Management
Dhanasekaran Nagarajan
 
Web Testing
Web TestingWeb Testing
Metrics
MetricsMetrics
Dhanasekaran 2008-2009 Quick Test Pro Presentation
Dhanasekaran 2008-2009 Quick Test Pro PresentationDhanasekaran 2008-2009 Quick Test Pro Presentation
Dhanasekaran 2008-2009 Quick Test Pro Presentation
Dhanasekaran Nagarajan
 
N Dhanasekaran 2008-2009 Quick Test Professional Presentation
N Dhanasekaran 2008-2009 Quick Test Professional PresentationN Dhanasekaran 2008-2009 Quick Test Professional Presentation
N Dhanasekaran 2008-2009 Quick Test Professional Presentation
Dhanasekaran Nagarajan
 

More from Dhanasekaran Nagarajan (9)

Presentation
PresentationPresentation
Presentation
 
Verification & Validation
Verification & ValidationVerification & Validation
Verification & Validation
 
Test Reports
Test ReportsTest Reports
Test Reports
 
Software Testing
Software TestingSoftware Testing
Software Testing
 
Project Management
Project ManagementProject Management
Project Management
 
Web Testing
Web TestingWeb Testing
Web Testing
 
Metrics
MetricsMetrics
Metrics
 
Dhanasekaran 2008-2009 Quick Test Pro Presentation
Dhanasekaran 2008-2009 Quick Test Pro PresentationDhanasekaran 2008-2009 Quick Test Pro Presentation
Dhanasekaran 2008-2009 Quick Test Pro Presentation
 
N Dhanasekaran 2008-2009 Quick Test Professional Presentation
N Dhanasekaran 2008-2009 Quick Test Professional PresentationN Dhanasekaran 2008-2009 Quick Test Professional Presentation
N Dhanasekaran 2008-2009 Quick Test Professional Presentation
 

Recently uploaded

Paharganj @ℂall @Girls ꧁❤ 9873940964 ❤꧂VIP Hina Khan Top Model Safe
Paharganj @ℂall @Girls ꧁❤ 9873940964 ❤꧂VIP Hina Khan Top Model SafePaharganj @ℂall @Girls ꧁❤ 9873940964 ❤꧂VIP Hina Khan Top Model Safe
Paharganj @ℂall @Girls ꧁❤ 9873940964 ❤꧂VIP Hina Khan Top Model Safe
devirani1632
 
Luxury vs. Fast Fashion Pros and Cons of Each
Luxury vs. Fast Fashion Pros and Cons of EachLuxury vs. Fast Fashion Pros and Cons of Each
Luxury vs. Fast Fashion Pros and Cons of Each
lindaPrice27
 
Malviya Nagar @ℂall @Girls ꧁❤ 9873777170 ❤꧂VIP Neha Singla Top Model Safe
Malviya Nagar @ℂall @Girls ꧁❤ 9873777170 ❤꧂VIP Neha Singla Top Model SafeMalviya Nagar @ℂall @Girls ꧁❤ 9873777170 ❤꧂VIP Neha Singla Top Model Safe
Malviya Nagar @ℂall @Girls ꧁❤ 9873777170 ❤꧂VIP Neha Singla Top Model Safe
dakshishsingh98798
 
Mahipalpur @ℂall @Girls 9873940964 Fabulous Delhi Queen Top Model Safe
Mahipalpur @ℂall @Girls   9873940964  Fabulous Delhi Queen Top Model SafeMahipalpur @ℂall @Girls   9873940964  Fabulous Delhi Queen Top Model Safe
Mahipalpur @ℂall @Girls 9873940964 Fabulous Delhi Queen Top Model Safe
$A19
 
Delhi @ℂall @Girls 9873940964 Fabulous Delhi Queen Top Model Safe
Delhi @ℂall @Girls  9873940964 Fabulous Delhi Queen Top Model SafeDelhi @ℂall @Girls  9873940964 Fabulous Delhi Queen Top Model Safe
Delhi @ℂall @Girls 9873940964 Fabulous Delhi Queen Top Model Safe
reema kushawaha
 
Google Pay | Google for DeGoogle Pay | Google for Developersvelopers
Google Pay | Google for DeGoogle Pay | Google for DevelopersvelopersGoogle Pay | Google for DeGoogle Pay | Google for Developersvelopers
Google Pay | Google for DeGoogle Pay | Google for Developersvelopers
gargtinna79
 
Kingston University degree Certificate
Kingston University degree CertificateKingston University degree Certificate
Kingston University degree Certificate
xvavu
 
Buy Old Gmail Accounts Accounts Old Gmail
Buy Old Gmail Accounts  Accounts  Old GmailBuy Old Gmail Accounts  Accounts  Old Gmail
Buy Old Gmail Accounts Accounts Old Gmail
https://universalseosmm.com/
 
Hallows and Horcruxes - The Harry Potter Open Quiz, FAQ 2024 by MCKQC
Hallows and Horcruxes - The Harry Potter Open Quiz, FAQ 2024 by MCKQCHallows and Horcruxes - The Harry Potter Open Quiz, FAQ 2024 by MCKQC
Hallows and Horcruxes - The Harry Potter Open Quiz, FAQ 2024 by MCKQC
AnweshaBanerjee39
 
Dwarka @ℂall @Girls ꧁❤ 9873777170 ❤꧂VIP Ruhi Singla Top Model Safe
Dwarka @ℂall @Girls ꧁❤ 9873777170 ❤꧂VIP Ruhi Singla Top Model SafeDwarka @ℂall @Girls ꧁❤ 9873777170 ❤꧂VIP Ruhi Singla Top Model Safe
Dwarka @ℂall @Girls ꧁❤ 9873777170 ❤꧂VIP Ruhi Singla Top Model Safe
nikita dubey$A17
 
the most memorable On-arrival training in Warsaw.pptx
the most memorable On-arrival training in Warsaw.pptxthe most memorable On-arrival training in Warsaw.pptx
the most memorable On-arrival training in Warsaw.pptx
Fundacja Rozwoju Społeczeństwa Przedsiębiorczego
 
Saket @ℂall @Girls ꧁❤ 9873777170 ❤꧂VIP Arti Singh Top Model Safe
Saket @ℂall @Girls ꧁❤ 9873777170 ❤꧂VIP Arti Singh Top Model SafeSaket @ℂall @Girls ꧁❤ 9873777170 ❤꧂VIP Arti Singh Top Model Safe
Saket @ℂall @Girls ꧁❤ 9873777170 ❤꧂VIP Arti Singh Top Model Safe
tarun sharma$A17
 
202254.com香蕉影视--《梦想城》定档啦!这部以创业为题材的新剧,主演都是实力派演员,看��又有一部好剧可以追了!期待能在这个暑期档收获不少观影体验...
202254.com香蕉影视--《梦想城》定档啦!这部以创业为题材的新剧,主演都是实力派演员,看来又有一部好剧可以追了!期待能在这个暑期档收获不少观影体验...202254.com香蕉影视--《梦想城》定档啦!这部以创业为题材的新剧,主演都是实力派演员,看来又有一部好剧可以追了!期待能在这个暑期档收获不少观影体验...
202254.com香蕉影视--《梦想城》定档啦!这部以创业为题材的新剧,主演都是实力派演员,看来又有一部好剧可以追了!期待能在这个暑期档收获不少观影体验...
yilin01100
 
GOD Alliance Onboarding (ENG) for King's Choice, S-1315
GOD Alliance Onboarding (ENG) for King's Choice, S-1315GOD Alliance Onboarding (ENG) for King's Choice, S-1315
GOD Alliance Onboarding (ENG) for King's Choice, S-1315
kc1315god
 
Mayur Vihar @ℂall @Girls ꧁❤ 9873777170 ❤꧂VIP Ginni Singh Top Model Safe
Mayur Vihar @ℂall @Girls ꧁❤ 9873777170 ❤꧂VIP Ginni Singh Top Model SafeMayur Vihar @ℂall @Girls ꧁❤ 9873777170 ❤꧂VIP Ginni Singh Top Model Safe
Mayur Vihar @ℂall @Girls ꧁❤ 9873777170 ❤꧂VIP Ginni Singh Top Model Safe
khansayyad1256
 
closest airport to sant barbara.........
closest airport to sant barbara.........closest airport to sant barbara.........
closest airport to sant barbara.........
joejonas24000
 
Connaught Place @ℂall @Girls ꧁❤ 9873777170 ❤꧂Glamorous sonam Mehra Top Model ...
Connaught Place @ℂall @Girls ꧁❤ 9873777170 ❤꧂Glamorous sonam Mehra Top Model ...Connaught Place @ℂall @Girls ꧁❤ 9873777170 ❤꧂Glamorous sonam Mehra Top Model ...
Connaught Place @ℂall @Girls ꧁❤ 9873777170 ❤꧂Glamorous sonam Mehra Top Model ...
nima singh$A17
 
The Raw Fury and Measured Rage: A Look at Connor Kenway's Speech
The Raw Fury and Measured Rage: A Look at Connor Kenway's SpeechThe Raw Fury and Measured Rage: A Look at Connor Kenway's Speech
The Raw Fury and Measured Rage: A Look at Connor Kenway's Speech
Rodney Thomas Jr
 
From Set to Screen The Collaborative Effort Behind a Hollywood Performance By...
From Set to Screen The Collaborative Effort Behind a Hollywood Performance By...From Set to Screen The Collaborative Effort Behind a Hollywood Performance By...
From Set to Screen The Collaborative Effort Behind a Hollywood Performance By...
Enzo Zelocchi Fan Page
 
一比一原版(scu毕业证书)南十字星大学毕业证如何办理
一比一原版(scu毕业证书)南十字星大学毕业证如何办理一比一原版(scu毕业证书)南十字星大学毕业证如何办理
一比一原版(scu毕业证书)南十字星大学毕业证如何办理
zqgk8x
 

Recently uploaded (20)

Paharganj @ℂall @Girls ꧁❤ 9873940964 ❤꧂VIP Hina Khan Top Model Safe
Paharganj @ℂall @Girls ꧁❤ 9873940964 ❤꧂VIP Hina Khan Top Model SafePaharganj @ℂall @Girls ꧁❤ 9873940964 ❤꧂VIP Hina Khan Top Model Safe
Paharganj @ℂall @Girls ꧁❤ 9873940964 ❤꧂VIP Hina Khan Top Model Safe
 
Luxury vs. Fast Fashion Pros and Cons of Each
Luxury vs. Fast Fashion Pros and Cons of EachLuxury vs. Fast Fashion Pros and Cons of Each
Luxury vs. Fast Fashion Pros and Cons of Each
 
Malviya Nagar @ℂall @Girls ꧁❤ 9873777170 ❤꧂VIP Neha Singla Top Model Safe
Malviya Nagar @ℂall @Girls ꧁❤ 9873777170 ❤꧂VIP Neha Singla Top Model SafeMalviya Nagar @ℂall @Girls ꧁❤ 9873777170 ❤꧂VIP Neha Singla Top Model Safe
Malviya Nagar @ℂall @Girls ꧁❤ 9873777170 ❤꧂VIP Neha Singla Top Model Safe
 
Mahipalpur @ℂall @Girls 9873940964 Fabulous Delhi Queen Top Model Safe
Mahipalpur @ℂall @Girls   9873940964  Fabulous Delhi Queen Top Model SafeMahipalpur @ℂall @Girls   9873940964  Fabulous Delhi Queen Top Model Safe
Mahipalpur @ℂall @Girls 9873940964 Fabulous Delhi Queen Top Model Safe
 
Delhi @ℂall @Girls 9873940964 Fabulous Delhi Queen Top Model Safe
Delhi @ℂall @Girls  9873940964 Fabulous Delhi Queen Top Model SafeDelhi @ℂall @Girls  9873940964 Fabulous Delhi Queen Top Model Safe
Delhi @ℂall @Girls 9873940964 Fabulous Delhi Queen Top Model Safe
 
Google Pay | Google for DeGoogle Pay | Google for Developersvelopers
Google Pay | Google for DeGoogle Pay | Google for DevelopersvelopersGoogle Pay | Google for DeGoogle Pay | Google for Developersvelopers
Google Pay | Google for DeGoogle Pay | Google for Developersvelopers
 
Kingston University degree Certificate
Kingston University degree CertificateKingston University degree Certificate
Kingston University degree Certificate
 
Buy Old Gmail Accounts Accounts Old Gmail
Buy Old Gmail Accounts  Accounts  Old GmailBuy Old Gmail Accounts  Accounts  Old Gmail
Buy Old Gmail Accounts Accounts Old Gmail
 
Hallows and Horcruxes - The Harry Potter Open Quiz, FAQ 2024 by MCKQC
Hallows and Horcruxes - The Harry Potter Open Quiz, FAQ 2024 by MCKQCHallows and Horcruxes - The Harry Potter Open Quiz, FAQ 2024 by MCKQC
Hallows and Horcruxes - The Harry Potter Open Quiz, FAQ 2024 by MCKQC
 
Dwarka @ℂall @Girls ꧁❤ 9873777170 ❤꧂VIP Ruhi Singla Top Model Safe
Dwarka @ℂall @Girls ꧁❤ 9873777170 ❤꧂VIP Ruhi Singla Top Model SafeDwarka @ℂall @Girls ꧁❤ 9873777170 ❤꧂VIP Ruhi Singla Top Model Safe
Dwarka @ℂall @Girls ꧁❤ 9873777170 ❤꧂VIP Ruhi Singla Top Model Safe
 
the most memorable On-arrival training in Warsaw.pptx
the most memorable On-arrival training in Warsaw.pptxthe most memorable On-arrival training in Warsaw.pptx
the most memorable On-arrival training in Warsaw.pptx
 
Saket @ℂall @Girls ꧁❤ 9873777170 ❤꧂VIP Arti Singh Top Model Safe
Saket @ℂall @Girls ꧁❤ 9873777170 ❤꧂VIP Arti Singh Top Model SafeSaket @ℂall @Girls ꧁❤ 9873777170 ❤꧂VIP Arti Singh Top Model Safe
Saket @ℂall @Girls ꧁❤ 9873777170 ❤꧂VIP Arti Singh Top Model Safe
 
202254.com香蕉影视--《梦想城》定档啦!这部以创业为题材的新剧,主演都是实力派演员,看来又有一部好剧可以追了!期待能在这个暑期档收获不少观影体验...
202254.com香蕉影视--《梦想城》定档啦!这部以创业为题材的新剧,主演都是实力派演员,看来又有一部好剧可以追了!期待能在这个暑期档收获不少观影体验...202254.com香蕉影视--《梦想城》定档啦!这部以创业为题材的新剧,主演都是实力派演员,看来又有一部好剧可以追了!期待能在这个暑期档收获不少观影体验...
202254.com香蕉影视--《梦想城》定档啦!这部以创业为题材的新剧,主演都是实力派演员,看来又有一部好剧可以追了!期待能在这个暑期档收获不少观影体验...
 
GOD Alliance Onboarding (ENG) for King's Choice, S-1315
GOD Alliance Onboarding (ENG) for King's Choice, S-1315GOD Alliance Onboarding (ENG) for King's Choice, S-1315
GOD Alliance Onboarding (ENG) for King's Choice, S-1315
 
Mayur Vihar @ℂall @Girls ꧁❤ 9873777170 ❤꧂VIP Ginni Singh Top Model Safe
Mayur Vihar @ℂall @Girls ꧁❤ 9873777170 ❤꧂VIP Ginni Singh Top Model SafeMayur Vihar @ℂall @Girls ꧁❤ 9873777170 ❤꧂VIP Ginni Singh Top Model Safe
Mayur Vihar @ℂall @Girls ꧁❤ 9873777170 ❤꧂VIP Ginni Singh Top Model Safe
 
closest airport to sant barbara.........
closest airport to sant barbara.........closest airport to sant barbara.........
closest airport to sant barbara.........
 
Connaught Place @ℂall @Girls ꧁❤ 9873777170 ❤꧂Glamorous sonam Mehra Top Model ...
Connaught Place @ℂall @Girls ꧁❤ 9873777170 ❤꧂Glamorous sonam Mehra Top Model ...Connaught Place @ℂall @Girls ꧁❤ 9873777170 ❤꧂Glamorous sonam Mehra Top Model ...
Connaught Place @ℂall @Girls ꧁❤ 9873777170 ❤꧂Glamorous sonam Mehra Top Model ...
 
The Raw Fury and Measured Rage: A Look at Connor Kenway's Speech
The Raw Fury and Measured Rage: A Look at Connor Kenway's SpeechThe Raw Fury and Measured Rage: A Look at Connor Kenway's Speech
The Raw Fury and Measured Rage: A Look at Connor Kenway's Speech
 
From Set to Screen The Collaborative Effort Behind a Hollywood Performance By...
From Set to Screen The Collaborative Effort Behind a Hollywood Performance By...From Set to Screen The Collaborative Effort Behind a Hollywood Performance By...
From Set to Screen The Collaborative Effort Behind a Hollywood Performance By...
 
一比一原版(scu毕业证书)南十字星大学毕业证如何办理
一比一原版(scu毕业证书)南十字星大学毕业证如何办理一比一原版(scu毕业证书)南十字星大学毕业证如何办理
一比一原版(scu毕业证书)南十字星大学毕业证如何办理
 

Tlc

  • 1. Testing Life Cycle(TLC) Test plan preparation Test case design Test execution and Test Log preparation Defect Tracking Test report preparation
  • 2. TLC Test Plan : A document that defines the overall testing approach is called Test Plan. Test Case Design : Document that defines what is selected to test,and describes the expected result is called Test Design.Set of procedures inorder to find out the defects. Test Execution : Executing the test cases.
  • 3. TLC Test log : Pass and fail information will be stored in this test log. Defect tracking : All the failed items will come under the defect tracking. (closing defect) Test report : Reports are generated during the TLC.Final test summary report. (generated at the end of testing for making decisions)
  • 4. Test Plan Preparation (manual) Test Objective : A test objective is simply a testing “goal”.It is a statement of what the tester is expected to perform during the testing activity. Test strategy : 1. Techniques that are going to be used during the testing. 2. What types of tests must be conducted. 3. What stages of testing are required.(e.g.unit,system)
  • 5. Test Risk Analysis: A risk is a condition that can result in a loss.The risk that may occur/arise during the analysis of the testing. * The probability that the negative event will occur.
  • 6. Risk identified - - - Unavailability of resources - software hardware etc . Mitigation plan - - - What are the ways to overcome
  • 7. Test schedule & Resources Task Duration Resource Test plan 3 1 Test design 5 3
  • 8. Roles and Responsibilities Test Manager - Manages the entire testing activity (approve). Test leader - Prepare the test plan, Review test case, monitor defect tracking and Reports Preparation. Test Engineer - Prepare test case design and Daily reports.
  • 9. Communications Approach The communications during the project will be informed through this communication approach.
  • 10. Test Environment The Test Bed for the Testing Activity is identified. Like, * Software Requirements. * hardware Requirements.
  • 11. Automated Test Tools Identify which tools is used for each individual test Should know the test level criteria
  • 12. Test Case Design (manual) Test case ID : Sys_xyz_o1 Test case description : A short note about the testing. Test case procedure : Each and every step has to be mentioned in test case procedure. Test inputs (or) Test Data : Input data
  • 13. Expected result : The Expected out come of the test case. Test Execution Actual result : What we have received is the actual result. Expected result = Actual result then the test is pass otherwise it is fail.
  • 14. Test Log * Failed test case are going to be the defects Fail dfgdfg Sys_xyz_01 Pass hgfhgfh Sys_xyz_02 Test status/Result Test Case Description Test Case ID
  • 15. Defect Tracking All the failed test execution/defects will come under the defect tracking. Defect Tracking Contains : Defect Id : Sys_def_xyz_o1 Test case Id : Sys_xyz_o1
  • 16. Defect Tracking Defect Description : Specify the defect. Defect Recovery procedure : Repeating the same test cases with some modifications.
  • 17. Defect Status The Current Status of the defects New Open Fixed Reopen Closed Rejected
  • 19. Defect Classification Defects that affect limited areas of functionality that either can be worked around or ignored Minor/Trivial 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 Major 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 Critical
  • 20. Defects Priority High Moderate Low