SlideShare a Scribd company logo
1 of 4
Download to read offline
Author: Mahedi Mahfuj -0207



                        Bug Taxonomy


Functionality error:
           Doesnā€™t do what it should do.

Communication error:
           Canā€™t interpret what it is doingā€¦.communication gap.

Command structure:
            Confusing commandsā€¦..After selecting Print button, there must be an
OK button, its absence will cause command error.

Missing command:
           Can be customized, but the option is absent.

Performance error:
           Program is running in slower rate.

Output error:
           Does provide the desired outputā€¦.what I want?

Error handling type errors:

           Error Prevention:

                We could not anticipate the possibility of errors & protect
against them.

            Error Detection:

                 We could not notice error condition.
Author: Mahedi Mahfuj -0207


             Error Recovery:

                  We could not deal with a detected error.

# Ensuring good error message.

Boundary Related Error:
My limit is 12 digitsā€¦.I may have given 13 digitsā€¦.so, boundary related error.

Calculation Type Error:
# Error in mathematical calculation.

# Value of something should have been same throughout the system, but it is
changing frequently.

# Wrong operation order.

Initial & Later States:
When I install something newly in PC some registry key, temp file etc are created.
If not created, then Initial States error.

In later time, if my PC crashes, some valuable information may not be there after
restoring the system. This is Later State error.

Control Flow error:
Canā€™t understand where to go after whom.

Errors in interpreting data:
# I expect integer, you are providing me characterā€¦..so, misinterpretation.

# Some data should have gone to Capital table, but going to Loan table.
Author: Mahedi Mahfuj -0207


Race condition:
1 seat vacant, 2 hits at the same timeā€¦.whom to give the seat?

Load condition:
Deviation from behavior when over loaded.

# 3 types of testing related to load condition:

1. Load Testing:

How an application runs when 1000 user use this at a timeā€¦..how it functions?

2. Stress Testing:

I am increasing load continuously. How much stress my application can take?

3. Performance Testing:

I want the output in 5 seconds. First, I check normally. Gradually, I will try to
increase load. Is still responding within 5 seconds or not?

Hardware error:
To send numerous data through the port of the printer and check any error
occurring or not?

Source and version control error:
Create a new version fixing the errors of the previous version. But, if for some
reason, new enhancements do not work or cause another error, then this is
source and version control error.

Documentation error:
Error found in documentationā€¦ā€¦misleading information.

Testing error:
# Did not notice an obvious problem.
Author: Mahedi Mahfuj -0207


# Did not execute a planned test.

# Unnecessary testing without testing code segments of higher priority.

More Related Content

What's hot

Why test software
Why test softwareWhy test software
Why test softwareAbdul Basit
Ā 
Black box testing lecture 11
Black box testing lecture 11Black box testing lecture 11
Black box testing lecture 11Abdul Basit
Ā 
Software, Security, manual testing training in Chandigarh
Software, Security, manual testing training in Chandigarh          Software, Security, manual testing training in Chandigarh
Software, Security, manual testing training in Chandigarh tapsi sharma
Ā 
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 1Mona M. Abd El-Rahman
Ā 
Formal Methods
Formal MethodsFormal Methods
Formal MethodsHendMuhammad
Ā 
Test scenarios for sending & receiving emails
Test scenarios for sending & receiving emailsTest scenarios for sending & receiving emails
Test scenarios for sending & receiving emailsMorpheous Algan
Ā 
Bug tracking tool
Bug tracking toolBug tracking tool
Bug tracking toolNataly Chill
Ā 
Black box testing
Black box testingBlack box testing
Black box testingNakul Sharma
Ā 
Introduction to formal methods
Introduction to formal methodsIntroduction to formal methods
Introduction to formal methodsInzemamul Haque
Ā 
Black Box Testing
Black Box TestingBlack Box Testing
Black Box TestingMariamKhan120
Ā 
Bug reporting and tracking
Bug reporting and trackingBug reporting and tracking
Bug reporting and trackingVadym Muliavka
Ā 
Sorfware engineering presentation (software testing)
Sorfware engineering presentation (software testing)Sorfware engineering presentation (software testing)
Sorfware engineering presentation (software testing)1Arun_Pandey
Ā 
Se (techniques for black box testing ppt)
Se (techniques for black box testing ppt)Se (techniques for black box testing ppt)
Se (techniques for black box testing ppt)Mani Kanth
Ā 
Web testing
Web testingWeb testing
Web testingAbdul Basit
Ā 
StratCel: A Strategy-Centric Approach to the Design of End-User Debugging Tools
StratCel: A Strategy-Centric Approach to the Design of End-User Debugging ToolsStratCel: A Strategy-Centric Approach to the Design of End-User Debugging Tools
StratCel: A Strategy-Centric Approach to the Design of End-User Debugging Toolshciresearch
Ā 

What's hot (19)

Why test software
Why test softwareWhy test software
Why test software
Ā 
Black box testing lecture 11
Black box testing lecture 11Black box testing lecture 11
Black box testing lecture 11
Ā 
Software, Security, manual testing training in Chandigarh
Software, Security, manual testing training in Chandigarh          Software, Security, manual testing training in Chandigarh
Software, Security, manual testing training in Chandigarh
Ā 
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
Ā 
Formal Methods
Formal MethodsFormal Methods
Formal Methods
Ā 
Debbuging
DebbugingDebbuging
Debbuging
Ā 
Test scenarios for sending & receiving emails
Test scenarios for sending & receiving emailsTest scenarios for sending & receiving emails
Test scenarios for sending & receiving emails
Ā 
Black box testing
Black box testingBlack box testing
Black box testing
Ā 
Blackbox
BlackboxBlackbox
Blackbox
Ā 
Bug tracking tool
Bug tracking toolBug tracking tool
Bug tracking tool
Ā 
Black box testing
Black box testingBlack box testing
Black box testing
Ā 
Introduction to formal methods
Introduction to formal methodsIntroduction to formal methods
Introduction to formal methods
Ā 
Black Box Testing
Black Box TestingBlack Box Testing
Black Box Testing
Ā 
Bug reporting and tracking
Bug reporting and trackingBug reporting and tracking
Bug reporting and tracking
Ā 
Sorfware engineering presentation (software testing)
Sorfware engineering presentation (software testing)Sorfware engineering presentation (software testing)
Sorfware engineering presentation (software testing)
Ā 
Se (techniques for black box testing ppt)
Se (techniques for black box testing ppt)Se (techniques for black box testing ppt)
Se (techniques for black box testing ppt)
Ā 
Debugging
DebuggingDebugging
Debugging
Ā 
Web testing
Web testingWeb testing
Web testing
Ā 
StratCel: A Strategy-Centric Approach to the Design of End-User Debugging Tools
StratCel: A Strategy-Centric Approach to the Design of End-User Debugging ToolsStratCel: A Strategy-Centric Approach to the Design of End-User Debugging Tools
StratCel: A Strategy-Centric Approach to the Design of End-User Debugging Tools
Ā 

Similar to Bug taxonomy

Software system context_rendi_saputra_infosys_USR
Software system context_rendi_saputra_infosys_USRSoftware system context_rendi_saputra_infosys_USR
Software system context_rendi_saputra_infosys_USRRendi Saputra
Ā 
Info manual testing questions
Info manual testing questionsInfo manual testing questions
Info manual testing questionsSandeep
Ā 
Manualtestinginterviewquestionbyinfotech 100901071035-phpapp01
Manualtestinginterviewquestionbyinfotech 100901071035-phpapp01Manualtestinginterviewquestionbyinfotech 100901071035-phpapp01
Manualtestinginterviewquestionbyinfotech 100901071035-phpapp01Anshuman Rai
Ā 
Manual testing interview questions by infotech
Manual testing interview questions by infotech Manual testing interview questions by infotech
Manual testing interview questions by infotech suhasreddy1
Ā 
100% code coverage by static analysis - is it that good?
100% code coverage by static analysis - is it that good?100% code coverage by static analysis - is it that good?
100% code coverage by static analysis - is it that good?PVS-Studio
Ā 
Manual testing interview question by INFOTECH
Manual testing interview question by INFOTECHManual testing interview question by INFOTECH
Manual testing interview question by INFOTECHPravinsinh
Ā 
Manual testing interview questions
Manual testing interview questionsManual testing interview questions
Manual testing interview questionsBABAR MANZAR
Ā 
VISUAL_BASIC_LECTURE_NOTE_A_Z_MADE_EASY.pdf
VISUAL_BASIC_LECTURE_NOTE_A_Z_MADE_EASY.pdfVISUAL_BASIC_LECTURE_NOTE_A_Z_MADE_EASY.pdf
VISUAL_BASIC_LECTURE_NOTE_A_Z_MADE_EASY.pdfNALANDACSCCENTRE
Ā 
Tiara Ramadhani - Program Studi S1 Sistem Informasi - Fakultas Sains dan Tekn...
Tiara Ramadhani - Program Studi S1 Sistem Informasi - Fakultas Sains dan Tekn...Tiara Ramadhani - Program Studi S1 Sistem Informasi - Fakultas Sains dan Tekn...
Tiara Ramadhani - Program Studi S1 Sistem Informasi - Fakultas Sains dan Tekn...Tiara Ramadhani
Ā 
The only thing that matters
The only thing that mattersThe only thing that matters
The only thing that mattersAdir Amsalem
Ā 
Application compatibility final
Application compatibility finalApplication compatibility final
Application compatibility finalHarold Wong
Ā 
What Are We Still Doing Wrong
What Are We Still Doing WrongWhat Are We Still Doing Wrong
What Are We Still Doing Wrongafa reg
Ā 
TDD, the way to better software | Dan Ursu | CodeWay 2015
TDD, the way to better software | Dan Ursu | CodeWay 2015TDD, the way to better software | Dan Ursu | CodeWay 2015
TDD, the way to better software | Dan Ursu | CodeWay 2015YOPESO
Ā 
If the coding bug is banal, it doesn't meant it's not crucial
If the coding bug is banal, it doesn't meant it's not crucialIf the coding bug is banal, it doesn't meant it's not crucial
If the coding bug is banal, it doesn't meant it's not crucialPVS-Studio
Ā 
Software system context hazahara
Software system context hazaharaSoftware system context hazahara
Software system context hazaharaHazahara shadah
Ā 

Similar to Bug taxonomy (20)

VBscript
VBscriptVBscript
VBscript
Ā 
Software system context_rendi_saputra_infosys_USR
Software system context_rendi_saputra_infosys_USRSoftware system context_rendi_saputra_infosys_USR
Software system context_rendi_saputra_infosys_USR
Ā 
Info manual testing questions
Info manual testing questionsInfo manual testing questions
Info manual testing questions
Ā 
Manualtestinginterviewquestionbyinfotech 100901071035-phpapp01
Manualtestinginterviewquestionbyinfotech 100901071035-phpapp01Manualtestinginterviewquestionbyinfotech 100901071035-phpapp01
Manualtestinginterviewquestionbyinfotech 100901071035-phpapp01
Ā 
Manual testing interview questions by infotech
Manual testing interview questions by infotech Manual testing interview questions by infotech
Manual testing interview questions by infotech
Ā 
100% code coverage by static analysis - is it that good?
100% code coverage by static analysis - is it that good?100% code coverage by static analysis - is it that good?
100% code coverage by static analysis - is it that good?
Ā 
Manual testing interview question by INFOTECH
Manual testing interview question by INFOTECHManual testing interview question by INFOTECH
Manual testing interview question by INFOTECH
Ā 
Mouse.pdf
Mouse.pdfMouse.pdf
Mouse.pdf
Ā 
Manual testing interview questions
Manual testing interview questionsManual testing interview questions
Manual testing interview questions
Ā 
VISUAL_BASIC_LECTURE_NOTE_A_Z_MADE_EASY.pdf
VISUAL_BASIC_LECTURE_NOTE_A_Z_MADE_EASY.pdfVISUAL_BASIC_LECTURE_NOTE_A_Z_MADE_EASY.pdf
VISUAL_BASIC_LECTURE_NOTE_A_Z_MADE_EASY.pdf
Ā 
Tiara Ramadhani - Program Studi S1 Sistem Informasi - Fakultas Sains dan Tekn...
Tiara Ramadhani - Program Studi S1 Sistem Informasi - Fakultas Sains dan Tekn...Tiara Ramadhani - Program Studi S1 Sistem Informasi - Fakultas Sains dan Tekn...
Tiara Ramadhani - Program Studi S1 Sistem Informasi - Fakultas Sains dan Tekn...
Ā 
Bugzilla
BugzillaBugzilla
Bugzilla
Ā 
The only thing that matters
The only thing that mattersThe only thing that matters
The only thing that matters
Ā 
software myths
software mythssoftware myths
software myths
Ā 
Application compatibility final
Application compatibility finalApplication compatibility final
Application compatibility final
Ā 
What Are We Still Doing Wrong
What Are We Still Doing WrongWhat Are We Still Doing Wrong
What Are We Still Doing Wrong
Ā 
TDD, the way to better software | Dan Ursu | CodeWay 2015
TDD, the way to better software | Dan Ursu | CodeWay 2015TDD, the way to better software | Dan Ursu | CodeWay 2015
TDD, the way to better software | Dan Ursu | CodeWay 2015
Ā 
Soa8
Soa8Soa8
Soa8
Ā 
If the coding bug is banal, it doesn't meant it's not crucial
If the coding bug is banal, it doesn't meant it's not crucialIf the coding bug is banal, it doesn't meant it's not crucial
If the coding bug is banal, it doesn't meant it's not crucial
Ā 
Software system context hazahara
Software system context hazaharaSoftware system context hazahara
Software system context hazahara
Ā 

More from Md. Mahedi Mahfuj

Bengali optical character recognition system
Bengali optical character recognition systemBengali optical character recognition system
Bengali optical character recognition systemMd. Mahedi Mahfuj
Ā 
Parallel computing chapter 3
Parallel computing chapter 3Parallel computing chapter 3
Parallel computing chapter 3Md. Mahedi Mahfuj
Ā 
Parallel computing chapter 2
Parallel computing chapter 2Parallel computing chapter 2
Parallel computing chapter 2Md. Mahedi Mahfuj
Ā 
Message passing interface
Message passing interfaceMessage passing interface
Message passing interfaceMd. Mahedi Mahfuj
Ā 
Advanced computer architecture
Advanced computer architectureAdvanced computer architecture
Advanced computer architectureMd. Mahedi Mahfuj
Ā 
Matrix multiplication graph
Matrix multiplication graphMatrix multiplication graph
Matrix multiplication graphMd. Mahedi Mahfuj
Ā 
Database management system chapter16
Database management system chapter16Database management system chapter16
Database management system chapter16Md. Mahedi Mahfuj
Ā 
Database management system chapter15
Database management system chapter15Database management system chapter15
Database management system chapter15Md. Mahedi Mahfuj
Ā 
Database management system chapter12
Database management system chapter12Database management system chapter12
Database management system chapter12Md. Mahedi Mahfuj
Ā 
Strategies in job search process
Strategies in job search processStrategies in job search process
Strategies in job search processMd. Mahedi Mahfuj
Ā 

More from Md. Mahedi Mahfuj (20)

Bengali optical character recognition system
Bengali optical character recognition systemBengali optical character recognition system
Bengali optical character recognition system
Ā 
Parallel computing chapter 3
Parallel computing chapter 3Parallel computing chapter 3
Parallel computing chapter 3
Ā 
Parallel computing chapter 2
Parallel computing chapter 2Parallel computing chapter 2
Parallel computing chapter 2
Ā 
Parallel computing(2)
Parallel computing(2)Parallel computing(2)
Parallel computing(2)
Ā 
Parallel computing(1)
Parallel computing(1)Parallel computing(1)
Parallel computing(1)
Ā 
Message passing interface
Message passing interfaceMessage passing interface
Message passing interface
Ā 
Advanced computer architecture
Advanced computer architectureAdvanced computer architecture
Advanced computer architecture
Ā 
Parallel searching
Parallel searchingParallel searching
Parallel searching
Ā 
Clustering manual
Clustering manualClustering manual
Clustering manual
Ā 
Matrix multiplication graph
Matrix multiplication graphMatrix multiplication graph
Matrix multiplication graph
Ā 
Strategy pattern
Strategy patternStrategy pattern
Strategy pattern
Ā 
Observer pattern
Observer patternObserver pattern
Observer pattern
Ā 
Mediator pattern
Mediator patternMediator pattern
Mediator pattern
Ā 
Database management system chapter16
Database management system chapter16Database management system chapter16
Database management system chapter16
Ā 
Database management system chapter15
Database management system chapter15Database management system chapter15
Database management system chapter15
Ā 
Database management system chapter12
Database management system chapter12Database management system chapter12
Database management system chapter12
Ā 
Strategies in job search process
Strategies in job search processStrategies in job search process
Strategies in job search process
Ā 
Report writing(short)
Report writing(short)Report writing(short)
Report writing(short)
Ā 
Report writing(long)
Report writing(long)Report writing(long)
Report writing(long)
Ā 
Job search_resume
Job search_resumeJob search_resume
Job search_resume
Ā 

Recently uploaded

DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
Ā 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxRemote DBA Services
Ā 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
Ā 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
Ā 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
Ā 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Christopher Logan Kennedy
Ā 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
Ā 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
Ā 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
Ā 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityWSO2
Ā 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
Ā 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontologyjohnbeverley2021
Ā 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
Ā 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
Ā 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
Ā 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
Ā 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
Ā 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
Ā 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
Ā 

Recently uploaded (20)

DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
Ā 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
Ā 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
Ā 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
Ā 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
Ā 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
Ā 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
Ā 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
Ā 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
Ā 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
Ā 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
Ā 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
Ā 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
Ā 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
Ā 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Ā 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
Ā 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Ā 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
Ā 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
Ā 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
Ā 

Bug taxonomy

  • 1. Author: Mahedi Mahfuj -0207 Bug Taxonomy Functionality error: Doesnā€™t do what it should do. Communication error: Canā€™t interpret what it is doingā€¦.communication gap. Command structure: Confusing commandsā€¦..After selecting Print button, there must be an OK button, its absence will cause command error. Missing command: Can be customized, but the option is absent. Performance error: Program is running in slower rate. Output error: Does provide the desired outputā€¦.what I want? Error handling type errors: Error Prevention: We could not anticipate the possibility of errors & protect against them. Error Detection: We could not notice error condition.
  • 2. Author: Mahedi Mahfuj -0207 Error Recovery: We could not deal with a detected error. # Ensuring good error message. Boundary Related Error: My limit is 12 digitsā€¦.I may have given 13 digitsā€¦.so, boundary related error. Calculation Type Error: # Error in mathematical calculation. # Value of something should have been same throughout the system, but it is changing frequently. # Wrong operation order. Initial & Later States: When I install something newly in PC some registry key, temp file etc are created. If not created, then Initial States error. In later time, if my PC crashes, some valuable information may not be there after restoring the system. This is Later State error. Control Flow error: Canā€™t understand where to go after whom. Errors in interpreting data: # I expect integer, you are providing me characterā€¦..so, misinterpretation. # Some data should have gone to Capital table, but going to Loan table.
  • 3. Author: Mahedi Mahfuj -0207 Race condition: 1 seat vacant, 2 hits at the same timeā€¦.whom to give the seat? Load condition: Deviation from behavior when over loaded. # 3 types of testing related to load condition: 1. Load Testing: How an application runs when 1000 user use this at a timeā€¦..how it functions? 2. Stress Testing: I am increasing load continuously. How much stress my application can take? 3. Performance Testing: I want the output in 5 seconds. First, I check normally. Gradually, I will try to increase load. Is still responding within 5 seconds or not? Hardware error: To send numerous data through the port of the printer and check any error occurring or not? Source and version control error: Create a new version fixing the errors of the previous version. But, if for some reason, new enhancements do not work or cause another error, then this is source and version control error. Documentation error: Error found in documentationā€¦ā€¦misleading information. Testing error: # Did not notice an obvious problem.
  • 4. Author: Mahedi Mahfuj -0207 # Did not execute a planned test. # Unnecessary testing without testing code segments of higher priority.