SlideShare une entreprise Scribd logo
1  sur  33
IBM Global Services – Testing Competency
IBM Confidential © Copyright IBM Corporation 200501/23/2005
-Shiva Prasad.B.V
IBM Global Services – Testing Competency
© Copyright IBM Corporation 2005
2 IBM Confidential
Objectives of this presentation
Objectives
– To write effective Defect reports
– Reduce the number of defects returned from development
– Improve the speed of getting defect fixes
– Improve the credibility of test
– Enhance teamwork between test and development
– Overview of Defect Tracking Tools available
– To Avoid Defect Rejection rate which is about 40% now.
– Avoid Duplication of Defects
IBM Global Services – Testing Competency
© Copyright IBM Corporation 2005
3 IBM Confidential
Introduction
Introduction
– Defect reports are among the most important deliverables to come
out of test. They are as important as
– The test plan and will have more impact on the quality of the
product than most other deliverables from test.
– It is worth the effort to learn how to write effective defect reports.
– Avoiding Duplication of Bugs results in saving lot of Testing Effort
and time to not only to the Testing team but also the developers.
IBM Global Services – Testing Competency
© Copyright IBM Corporation 2005
4 IBM Confidential
Defect Remarks
 Here are some key points to make sure the next defect report you
write is an effective one.
 1. Condense - Say it clearly but briefly
 2. Accurate - Is it a defect or could it be user error, misunderstanding,
etc.?
 3. Neutralize - Just the facts. No zingers. No humor. No emotion.
 4. Precise - Explicitly, what is the problem?
 5. Isolate - What has been done to isolate the problem?
IBM Global Services – Testing Competency
© Copyright IBM Corporation 2005
5 IBM Confidential
Defect Remarks continued..
6. Re-create - What are the essentials in triggering/re-creating this
problem? (environment, steps,conditions)
 7. Impact - What is the impact to the customer? What is the impact to
test? Sell the defect.
 8. Debug - What does development need to make it easier to debug?
(traces, dumps, logs,immediate access, etc.)
 9. Evidence - What documentation will prove the existence of the
error?
IBM Global Services – Testing Competency
© Copyright IBM Corporation 2005
6 IBM Confidential
Essentials for Effective Defect Remarks
–Condense
• Say it clearly but briefly. First, eliminate unnecessary wordiness.
Second, don’t add in extraneous
• information. It is important that you include all relevant
information, but make sure that the information is
• relevant. In situations where it is unclear how to reproduce the
problem or the understanding of the
• problem is vague for whatever reason you will probably need to
capture more information. Keep in
• mind that irrelevant information can be just as problematic as
too little relevant information.
IBM Global Services – Testing Competency
© Copyright IBM Corporation 2005
7 IBM Confidential
Example
Defect Remark
– Don’t:
– Suffers from TMI (Too Much Information), most
– of which is not helpful.
– I was setting up a test whose real intent was to
– detect memory errors. In the process I noticed a
– new GUI field that I was not familiar with. I
– decided to exercise the new field. I tried many
– boundary and error conditions that worked just
– fine. Finally, I cleared the field of any data and
– attempted to advance to the next screen, then the
– program abended. Several retries revealed that
– anytime there is not any data for the "product
– description" field you cannot advance to the next
– screen or even exit or cancel without abending.
IBM Global Services – Testing Competency
© Copyright IBM Corporation 2005
8 IBM Confidential
Do
– The "exit", "next", and "cancel" functions for the
– "Product Information" screen abends when the
– "product description" field is empty or blank.
IBM Global Services – Testing Competency
© Copyright IBM Corporation 2005
9 IBM Confidential
Accuracy
– Make sure that what you are reporting is really a bug. You can lose
credibility very quickly if you get a
– reputation of reporting problems that turn out to be setup problems,
user errors, or misunderstandings of the product. Before you write
up the problem, make sure that you have done your homework.
Before writing up the problem consider:
– . Is there something in the setup that could have caused this? For
example, are the correct versions
– installed and all dependencies met? Did you use the correct login,
security, command/task sequence and so fourth?
– Could an incomplete cleanup, incomplete results, or manual
interventions from a previous test cause this?
IBM Global Services – Testing Competency
© Copyright IBM Corporation 2005
10 IBM Confidential
Accuracy - Continued
– Make sure What you report is really a Bug
– Is there something in the setup that could have caused this? For
example, are the correct versionsinstalled and all dependencies
met? Did you use the correct login, security, command/task
sequence.
– Could an incomplete cleanup, incomplete results, or manual
interventions from a previous test cause this?
– Could this be the result of a network or some other environmental
problem?
– Do you really understand how this is supposed to work?
IBM Global Services – Testing Competency
© Copyright IBM Corporation 2005
11 IBM Confidential
Neutralize
State the problem objectively.
– Don’t try to use humor and don’t use emotionally charged zingers.
What you think is funny when you write the defect may not be
interpreted as funny by a developer who is working overtime and is
stressed by deadlines.
– Using emotionally charged statements doesn’t do anything for
fixing the problem.
Don’t:
The first clause will probably be interpreted as a
job at the developer and adds no useful information.
Do:
As could have been determined from the original defect with very
little effort, function ABC does indeed abend with any negative
value as input.
IBM Global Services – Testing Competency
© Copyright IBM Corporation 2005
12 IBM Confidential
Precise
 The person reading the problem description should not have to be a
detective to determine what the problem is.
 Don’t:
In this example, it is hard to tell if the problem is
1) the twinax port not timing out or 2) the printer
not returning to ready or 3) the message on the
op panel.
 Do:
Precede the description with a short summary of
exactly what you perceive the problem to be.
IBM Global Services – Testing Competency
© Copyright IBM Corporation 2005
13 IBM Confidential
Generalize
 Often times, the developers will fix exactly what you report, without
even realizing the problem is a more general problem that needs a
more general fix
IBM Global Services – Testing Competency
© Copyright IBM Corporation 2005
14 IBM Confidential
Recreate
 You should list all the steps, include the exact syntax, file names,
sequences that you used to encounter or re-create the problem.
 provide an explicit example that can be used to do the re-create
 Don’t assume that it can be re-created if you haven’t verified that it
can be re-created.
 If you cannot or have not re-created the problem it is important to
note that in the defect remarks.
IBM Global Services – Testing Competency
© Copyright IBM Corporation 2005
15 IBM Confidential
Other Necessary Items for Defect tracking
1) Impact 2) Severity 3) Priority 4) Environment 5)Owner 6) TestCase ID 9) Build Number
10)Release status 11) Defect Type 12)State 13)Description 14)Submitter 15)History 16) Submitted 17) Date
18)Browser 18)Closed 19) Date Keyword 20) Effort in hours and 19) Turn Around Time
IBM Global Services – Testing Competency
© Copyright IBM Corporation 2005
16 IBM Confidential
Submitted by Testing team,
Bug is in “Submitted” state
Assign to Development Lead in
“Assigned” State.
Muthu Reviews the bug.
Is the bug valid? Or
does it need more data?
2
Yes
Assigns back to Tester,
with comments. “Assigned” state.
Is the comment valid?
Tester rechecks and
either closes,
Moves it to “Duplicate”
or deletes the bug
No
Yes
No
IBM Global Services – Testing Competency
© Copyright IBM Corporation 2005
17 IBM Confidential
2
Assigns them to developers, Moves
to “Assigned” state
Developers Fix them and move them to
“Resolved” or “Duplicate” or
“Not Abug” or “changed since design”
or “Postpone”
Developers assign them back to “Muthu”.
Muthu changes the state to
“NotAbug” or “duplicate”
or “changedsince design”
if the bug is not in “Opened”
or “Postponed” or “resolved”.
3
“Opened” “Postponed” “NotAbug” “Duplicate”
“Changedsincedesign”
IBM Global Services – Testing Competency
© Copyright IBM Corporation 2005
18 IBM Confidential
Avoiding Duplication
 The goal is to provide a methodology on how to minimize the
duplication of bugs/defects which are reported in the software
world, thereby saving time and money to the organization.
 Duplication of bugs is a major hurdle for the testing community
which results in wastage of efforts/Time and money since more
than one resource may report the same defect or the same
resource may raise the same defect more than once. This not only
results in wastage of time among the testers, but also the
developers.
IBM Global Services – Testing Competency
© Copyright IBM Corporation 2005
19 IBM Confidential
Proposed solution
 The problem needs to be addressed at two levels, one at the
team level and one at the individual resource level.
 Case 1: When test cases are available.
– Map TestCases to Defect ids
– Map Defect ids to Testcases
– Maintain the Testcase ids consistently throughout all the
documents for the same functionality.
IBM Global Services – Testing Competency
© Copyright IBM Corporation 2005
20 IBM Confidential
Entering Testcase description
 Design testcases so that it is easy to Enter the same description in the defect
tracker.
 Add TestCase Description in the Defect tracker so that it saves time
 Easy to search the Defect based on Keyword or Testcase id
 Avoids duplication if a number of Testers are testing simultaneously
IBM Global Services – Testing Competency
© Copyright IBM Corporation 2005
21 IBM Confidential
Case 2: When Testcases are not available
 Base line the semantics used for Defect tracking
 Using unique names or URL’s in the defect tracker
 Warning system in the defect tracker to inform the tester that the
bug has already been reported.
IBM Global Services – Testing Competency
© Copyright IBM Corporation 2005
22 IBM Confidential
Base line the semantics used for Defect tracking
– For EX: If there is defect in a login screen, for instance the
password field is accepting the wrong value.
– One resource may report as “Password field is not
validating the input” and the second resource may report the
defect as “The login screen is accepting wrong password”.
– The idea here is to baseline their thinking and set standards
for reporting bugs.
– For instance, in this case we can avoid this problem by
directing the team to use the window title followed by the
field name.
– Ex: “In login screen: password field; enter an invalid value, it
accepts this value”
IBM Global Services – Testing Competency
© Copyright IBM Corporation 2005
23 IBM Confidential
Using unique names or URL’s in the defect tracker
Use the URLs which saves the Developer/Tester’s Time to browse
that page and eases the searching of the Defect by entering the
URL.
URL used here
in the defect
tracker
IBM Global Services – Testing Competency
© Copyright IBM Corporation 2005
24 IBM Confidential
For Non Web based applications
– team members use the labels, object names and the error
messages exactly used in the Application. The testers can
even copy and paste the labels, names of the objects from
the application and use them in the defect tracking tool.
– Entering the Path to reach the destination screen.
For eg: Home  ContactUs Placex  Click on “XYZ” button.
IBM Global Services – Testing Competency
© Copyright IBM Corporation 2005
25 IBM Confidential
Searching based on Keywords
 create a field as “Keyword”. This field will contain the keywords
used for reporting the bug.
 Use inverted commas for window titles, objects will increase the
search a bug effectively.
 bug tracking tool should be “case insensitive” and “space
insensitive”.
 use the Nouns using inverted commas. For example a login
screen may contain a username and password. We can denote it
by referring the fields with inverted commas as “username”,
“password” or “Login” dialog.
 Similarly the verbs used should also be standardized, for
instance one user may use “click”, and another user may use,
‘clicks
IBM Global Services – Testing Competency
© Copyright IBM Corporation 2005
26 IBM Confidential
Use a common Jargon
 For instance each user may use his own terminology for describing
a bug. A “window” can be called as a “dialog” or a “pop up” etc.
IBM Global Services – Testing Competency
© Copyright IBM Corporation 2005
27 IBM Confidential
Warning system in the defect tracker to inform the tester that the
bug has already been reported
The defect tracker should compare the defect description or
keywords field to the existing defects which may be either
opened/assigned/pending/postponed statuses and should get
the matches if more than 3-4 words (strings) match with the
defect being reported and should inform the tester that a match
already exists in the database, and on the tester reviewing the
matched result will proceed further with reporting the bug.
IBM Global Services – Testing Competency
© Copyright IBM Corporation 2005
28 IBM Confidential
Use Checklist before entering a defect
• Have you reproduced the defect again before entering the defect?
• Have you checked for duplicate defects in the same or similar kind of
module?
• Verify synopsis entered is clear & concise & should contain keywords
that you would relate with this. Makes it easier to search for later. If
your synopsis goes over the width of the field, it’s too long.
• Have you selected type as “defect”?
• Have you selected the relevant values from the followings for your
project
– Project Name
– Release Name
– OS Group
– Version
– HW Platform
– Functionality
– Feature Group and area,
IBM Global Services – Testing Competency
© Copyright IBM Corporation 2005
29 IBM Confidential
Checklist continued---
• Have you selected the most appropriate severity of the defect based on
the defect complexity?
• Have you entered the description for:
•
– Expected behavior
– Observed behavior
•
• 8. Have you entered the description for steps to duplicate to
• Contain:
• Detailed steps to reproduce / duplicate so that reviewers/developers
won’t request for more information
• Builds used for testing
• Connection information like database, server name etc...
• 9. Have you attached screenshots), log file(s), trace file(s),
• sample report(s), Sample application(s) for defect?
• 10. Have you verified that there are no typo error within adapt
• entry?
IBM Global Services – Testing Competency
© Copyright IBM Corporation 2005
30 IBM Confidential
References
– http://qaforums.com
– http://stickyminds.com
– http://testing.com
– Common Book Of Knowledge – Reference book for CSTE
IBM Global Services – Testing Competency
© Copyright IBM Corporation 2005
31 IBM Confidential
Few of the defect tracking tools
 BugZilla – Available for free download at www.bugzilla.com
 Test Track Pro – From Sea Pine
 IBM Rational clear quest
 Track Gear – from Logi Gear Corporation
 PR Tracker – www.prtracker.com
IBM Global Services – Testing Competency
© Copyright IBM Corporation 2005
32 IBM Confidential
IBM Global Services – Testing Competency
IBM Confidential © Copyright IBM Corporation 200501/23/2005

Contenu connexe

Plus de SivaprasanthRentala1975 (20)

The new mainframe
The new mainframeThe new mainframe
The new mainframe
 
Test execution may_04_2006
Test execution may_04_2006Test execution may_04_2006
Test execution may_04_2006
 
Telecom testing
Telecom testingTelecom testing
Telecom testing
 
Six sigma
Six sigmaSix sigma
Six sigma
 
Sdlc models
Sdlc modelsSdlc models
Sdlc models
 
Sdlc
SdlcSdlc
Sdlc
 
Scm
ScmScm
Scm
 
Pt presentation1
Pt presentation1Pt presentation1
Pt presentation1
 
Pp employee learnnig initiative-iss-220-g tle 2007
Pp employee learnnig initiative-iss-220-g tle 2007Pp employee learnnig initiative-iss-220-g tle 2007
Pp employee learnnig initiative-iss-220-g tle 2007
 
Performance testing and rpt
Performance testing and rptPerformance testing and rpt
Performance testing and rpt
 
Patents
PatentsPatents
Patents
 
Xpediter kanbay
Xpediter kanbayXpediter kanbay
Xpediter kanbay
 
Copy of good quotes.ppt
Copy of good quotes.pptCopy of good quotes.ppt
Copy of good quotes.ppt
 
Contract savings new
Contract savings newContract savings new
Contract savings new
 
Contract savings schema
Contract savings schemaContract savings schema
Contract savings schema
 
Contract savings may 10th 2004 by gm euro
Contract savings may 10th 2004 by gm euroContract savings may 10th 2004 by gm euro
Contract savings may 10th 2004 by gm euro
 
Contract savings job overview
Contract savings job overviewContract savings job overview
Contract savings job overview
 
Contract savings
Contract savingsContract savings
Contract savings
 
Cobol basics 19-6-2010
Cobol basics 19-6-2010Cobol basics 19-6-2010
Cobol basics 19-6-2010
 
Cobol
CobolCobol
Cobol
 

Dernier

Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfPatidar M
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxleah joy valeriano
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptshraddhaparab530
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationRosabel UA
 

Dernier (20)

Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdf
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.ppt
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translation
 

Best practices in defect reporting shiva prasad

  • 1. IBM Global Services – Testing Competency IBM Confidential © Copyright IBM Corporation 200501/23/2005 -Shiva Prasad.B.V
  • 2. IBM Global Services – Testing Competency © Copyright IBM Corporation 2005 2 IBM Confidential Objectives of this presentation Objectives – To write effective Defect reports – Reduce the number of defects returned from development – Improve the speed of getting defect fixes – Improve the credibility of test – Enhance teamwork between test and development – Overview of Defect Tracking Tools available – To Avoid Defect Rejection rate which is about 40% now. – Avoid Duplication of Defects
  • 3. IBM Global Services – Testing Competency © Copyright IBM Corporation 2005 3 IBM Confidential Introduction Introduction – Defect reports are among the most important deliverables to come out of test. They are as important as – The test plan and will have more impact on the quality of the product than most other deliverables from test. – It is worth the effort to learn how to write effective defect reports. – Avoiding Duplication of Bugs results in saving lot of Testing Effort and time to not only to the Testing team but also the developers.
  • 4. IBM Global Services – Testing Competency © Copyright IBM Corporation 2005 4 IBM Confidential Defect Remarks  Here are some key points to make sure the next defect report you write is an effective one.  1. Condense - Say it clearly but briefly  2. Accurate - Is it a defect or could it be user error, misunderstanding, etc.?  3. Neutralize - Just the facts. No zingers. No humor. No emotion.  4. Precise - Explicitly, what is the problem?  5. Isolate - What has been done to isolate the problem?
  • 5. IBM Global Services – Testing Competency © Copyright IBM Corporation 2005 5 IBM Confidential Defect Remarks continued.. 6. Re-create - What are the essentials in triggering/re-creating this problem? (environment, steps,conditions)  7. Impact - What is the impact to the customer? What is the impact to test? Sell the defect.  8. Debug - What does development need to make it easier to debug? (traces, dumps, logs,immediate access, etc.)  9. Evidence - What documentation will prove the existence of the error?
  • 6. IBM Global Services – Testing Competency © Copyright IBM Corporation 2005 6 IBM Confidential Essentials for Effective Defect Remarks –Condense • Say it clearly but briefly. First, eliminate unnecessary wordiness. Second, don’t add in extraneous • information. It is important that you include all relevant information, but make sure that the information is • relevant. In situations where it is unclear how to reproduce the problem or the understanding of the • problem is vague for whatever reason you will probably need to capture more information. Keep in • mind that irrelevant information can be just as problematic as too little relevant information.
  • 7. IBM Global Services – Testing Competency © Copyright IBM Corporation 2005 7 IBM Confidential Example Defect Remark – Don’t: – Suffers from TMI (Too Much Information), most – of which is not helpful. – I was setting up a test whose real intent was to – detect memory errors. In the process I noticed a – new GUI field that I was not familiar with. I – decided to exercise the new field. I tried many – boundary and error conditions that worked just – fine. Finally, I cleared the field of any data and – attempted to advance to the next screen, then the – program abended. Several retries revealed that – anytime there is not any data for the "product – description" field you cannot advance to the next – screen or even exit or cancel without abending.
  • 8. IBM Global Services – Testing Competency © Copyright IBM Corporation 2005 8 IBM Confidential Do – The "exit", "next", and "cancel" functions for the – "Product Information" screen abends when the – "product description" field is empty or blank.
  • 9. IBM Global Services – Testing Competency © Copyright IBM Corporation 2005 9 IBM Confidential Accuracy – Make sure that what you are reporting is really a bug. You can lose credibility very quickly if you get a – reputation of reporting problems that turn out to be setup problems, user errors, or misunderstandings of the product. Before you write up the problem, make sure that you have done your homework. Before writing up the problem consider: – . Is there something in the setup that could have caused this? For example, are the correct versions – installed and all dependencies met? Did you use the correct login, security, command/task sequence and so fourth? – Could an incomplete cleanup, incomplete results, or manual interventions from a previous test cause this?
  • 10. IBM Global Services – Testing Competency © Copyright IBM Corporation 2005 10 IBM Confidential Accuracy - Continued – Make sure What you report is really a Bug – Is there something in the setup that could have caused this? For example, are the correct versionsinstalled and all dependencies met? Did you use the correct login, security, command/task sequence. – Could an incomplete cleanup, incomplete results, or manual interventions from a previous test cause this? – Could this be the result of a network or some other environmental problem? – Do you really understand how this is supposed to work?
  • 11. IBM Global Services – Testing Competency © Copyright IBM Corporation 2005 11 IBM Confidential Neutralize State the problem objectively. – Don’t try to use humor and don’t use emotionally charged zingers. What you think is funny when you write the defect may not be interpreted as funny by a developer who is working overtime and is stressed by deadlines. – Using emotionally charged statements doesn’t do anything for fixing the problem. Don’t: The first clause will probably be interpreted as a job at the developer and adds no useful information. Do: As could have been determined from the original defect with very little effort, function ABC does indeed abend with any negative value as input.
  • 12. IBM Global Services – Testing Competency © Copyright IBM Corporation 2005 12 IBM Confidential Precise  The person reading the problem description should not have to be a detective to determine what the problem is.  Don’t: In this example, it is hard to tell if the problem is 1) the twinax port not timing out or 2) the printer not returning to ready or 3) the message on the op panel.  Do: Precede the description with a short summary of exactly what you perceive the problem to be.
  • 13. IBM Global Services – Testing Competency © Copyright IBM Corporation 2005 13 IBM Confidential Generalize  Often times, the developers will fix exactly what you report, without even realizing the problem is a more general problem that needs a more general fix
  • 14. IBM Global Services – Testing Competency © Copyright IBM Corporation 2005 14 IBM Confidential Recreate  You should list all the steps, include the exact syntax, file names, sequences that you used to encounter or re-create the problem.  provide an explicit example that can be used to do the re-create  Don’t assume that it can be re-created if you haven’t verified that it can be re-created.  If you cannot or have not re-created the problem it is important to note that in the defect remarks.
  • 15. IBM Global Services – Testing Competency © Copyright IBM Corporation 2005 15 IBM Confidential Other Necessary Items for Defect tracking 1) Impact 2) Severity 3) Priority 4) Environment 5)Owner 6) TestCase ID 9) Build Number 10)Release status 11) Defect Type 12)State 13)Description 14)Submitter 15)History 16) Submitted 17) Date 18)Browser 18)Closed 19) Date Keyword 20) Effort in hours and 19) Turn Around Time
  • 16. IBM Global Services – Testing Competency © Copyright IBM Corporation 2005 16 IBM Confidential Submitted by Testing team, Bug is in “Submitted” state Assign to Development Lead in “Assigned” State. Muthu Reviews the bug. Is the bug valid? Or does it need more data? 2 Yes Assigns back to Tester, with comments. “Assigned” state. Is the comment valid? Tester rechecks and either closes, Moves it to “Duplicate” or deletes the bug No Yes No
  • 17. IBM Global Services – Testing Competency © Copyright IBM Corporation 2005 17 IBM Confidential 2 Assigns them to developers, Moves to “Assigned” state Developers Fix them and move them to “Resolved” or “Duplicate” or “Not Abug” or “changed since design” or “Postpone” Developers assign them back to “Muthu”. Muthu changes the state to “NotAbug” or “duplicate” or “changedsince design” if the bug is not in “Opened” or “Postponed” or “resolved”. 3 “Opened” “Postponed” “NotAbug” “Duplicate” “Changedsincedesign”
  • 18. IBM Global Services – Testing Competency © Copyright IBM Corporation 2005 18 IBM Confidential Avoiding Duplication  The goal is to provide a methodology on how to minimize the duplication of bugs/defects which are reported in the software world, thereby saving time and money to the organization.  Duplication of bugs is a major hurdle for the testing community which results in wastage of efforts/Time and money since more than one resource may report the same defect or the same resource may raise the same defect more than once. This not only results in wastage of time among the testers, but also the developers.
  • 19. IBM Global Services – Testing Competency © Copyright IBM Corporation 2005 19 IBM Confidential Proposed solution  The problem needs to be addressed at two levels, one at the team level and one at the individual resource level.  Case 1: When test cases are available. – Map TestCases to Defect ids – Map Defect ids to Testcases – Maintain the Testcase ids consistently throughout all the documents for the same functionality.
  • 20. IBM Global Services – Testing Competency © Copyright IBM Corporation 2005 20 IBM Confidential Entering Testcase description  Design testcases so that it is easy to Enter the same description in the defect tracker.  Add TestCase Description in the Defect tracker so that it saves time  Easy to search the Defect based on Keyword or Testcase id  Avoids duplication if a number of Testers are testing simultaneously
  • 21. IBM Global Services – Testing Competency © Copyright IBM Corporation 2005 21 IBM Confidential Case 2: When Testcases are not available  Base line the semantics used for Defect tracking  Using unique names or URL’s in the defect tracker  Warning system in the defect tracker to inform the tester that the bug has already been reported.
  • 22. IBM Global Services – Testing Competency © Copyright IBM Corporation 2005 22 IBM Confidential Base line the semantics used for Defect tracking – For EX: If there is defect in a login screen, for instance the password field is accepting the wrong value. – One resource may report as “Password field is not validating the input” and the second resource may report the defect as “The login screen is accepting wrong password”. – The idea here is to baseline their thinking and set standards for reporting bugs. – For instance, in this case we can avoid this problem by directing the team to use the window title followed by the field name. – Ex: “In login screen: password field; enter an invalid value, it accepts this value”
  • 23. IBM Global Services – Testing Competency © Copyright IBM Corporation 2005 23 IBM Confidential Using unique names or URL’s in the defect tracker Use the URLs which saves the Developer/Tester’s Time to browse that page and eases the searching of the Defect by entering the URL. URL used here in the defect tracker
  • 24. IBM Global Services – Testing Competency © Copyright IBM Corporation 2005 24 IBM Confidential For Non Web based applications – team members use the labels, object names and the error messages exactly used in the Application. The testers can even copy and paste the labels, names of the objects from the application and use them in the defect tracking tool. – Entering the Path to reach the destination screen. For eg: Home  ContactUs Placex  Click on “XYZ” button.
  • 25. IBM Global Services – Testing Competency © Copyright IBM Corporation 2005 25 IBM Confidential Searching based on Keywords  create a field as “Keyword”. This field will contain the keywords used for reporting the bug.  Use inverted commas for window titles, objects will increase the search a bug effectively.  bug tracking tool should be “case insensitive” and “space insensitive”.  use the Nouns using inverted commas. For example a login screen may contain a username and password. We can denote it by referring the fields with inverted commas as “username”, “password” or “Login” dialog.  Similarly the verbs used should also be standardized, for instance one user may use “click”, and another user may use, ‘clicks
  • 26. IBM Global Services – Testing Competency © Copyright IBM Corporation 2005 26 IBM Confidential Use a common Jargon  For instance each user may use his own terminology for describing a bug. A “window” can be called as a “dialog” or a “pop up” etc.
  • 27. IBM Global Services – Testing Competency © Copyright IBM Corporation 2005 27 IBM Confidential Warning system in the defect tracker to inform the tester that the bug has already been reported The defect tracker should compare the defect description or keywords field to the existing defects which may be either opened/assigned/pending/postponed statuses and should get the matches if more than 3-4 words (strings) match with the defect being reported and should inform the tester that a match already exists in the database, and on the tester reviewing the matched result will proceed further with reporting the bug.
  • 28. IBM Global Services – Testing Competency © Copyright IBM Corporation 2005 28 IBM Confidential Use Checklist before entering a defect • Have you reproduced the defect again before entering the defect? • Have you checked for duplicate defects in the same or similar kind of module? • Verify synopsis entered is clear & concise & should contain keywords that you would relate with this. Makes it easier to search for later. If your synopsis goes over the width of the field, it’s too long. • Have you selected type as “defect”? • Have you selected the relevant values from the followings for your project – Project Name – Release Name – OS Group – Version – HW Platform – Functionality – Feature Group and area,
  • 29. IBM Global Services – Testing Competency © Copyright IBM Corporation 2005 29 IBM Confidential Checklist continued--- • Have you selected the most appropriate severity of the defect based on the defect complexity? • Have you entered the description for: • – Expected behavior – Observed behavior • • 8. Have you entered the description for steps to duplicate to • Contain: • Detailed steps to reproduce / duplicate so that reviewers/developers won’t request for more information • Builds used for testing • Connection information like database, server name etc... • 9. Have you attached screenshots), log file(s), trace file(s), • sample report(s), Sample application(s) for defect? • 10. Have you verified that there are no typo error within adapt • entry?
  • 30. IBM Global Services – Testing Competency © Copyright IBM Corporation 2005 30 IBM Confidential References – http://qaforums.com – http://stickyminds.com – http://testing.com – Common Book Of Knowledge – Reference book for CSTE
  • 31. IBM Global Services – Testing Competency © Copyright IBM Corporation 2005 31 IBM Confidential Few of the defect tracking tools  BugZilla – Available for free download at www.bugzilla.com  Test Track Pro – From Sea Pine  IBM Rational clear quest  Track Gear – from Logi Gear Corporation  PR Tracker – www.prtracker.com
  • 32. IBM Global Services – Testing Competency © Copyright IBM Corporation 2005 32 IBM Confidential
  • 33. IBM Global Services – Testing Competency IBM Confidential © Copyright IBM Corporation 200501/23/2005

Notes de l'éditeur

  1. <number> Get process enabler details TCR - Test case Repository KR - Knowledge Repository CIP - Continuous Improvement Process CFP - Customer Feedback Process