answersLogoWhite

0

What is bug in software testing?

Updated: 8/18/2019
User Avatar

Wiki User

14y ago

Best Answer

A defect is an error or a bug, in the application which is created. A programmer while designing and building the software can make mistakes or error. These mistakes or errors mean that there are flaws in the software. These are called defects.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is bug in software testing?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you prepare bug report in software testing?

FAQ and best answers on Software Testing, QA, Automation and Certification at http://softwaretesting-faq.blogspot.com


Difference between issue and bug in software testing?

Bug : problem found during Testing Cycle is called as 'Bug' Issue : Problem found by user in Production Environment is called as 'Issue'


What is a bug report?

while testing a software when the testers find some bugs / defects they note it down in a tracker. This tracker is called a bug report.


How bug release is different from bug leakage?

Bug leakage: Bug leakage is something, when the bug is discovered by the end users or customer, and missed by the testing team to detect, while testing the software.ORA defect which exists in the application and not found by the tester which is eventually found by the customer/end-user.Bug release: A bug release is when a particular version of software is released with a set of known bug(s)/defect(s). These bugs are usually of low severity/priority. It is done when a software company can afford the existence of bug in the released software rather than the time/cost for fixing it in that particular version.It is the core responsibility of Software testing company to find the bugs at the earlier stage so that a good product can be handed over to the client.


How is bug leakage different from bug release?

Bug leakage: Bug leakage is something, when the bug is discovered by the end users or customer, and missed by the testing team to detect, while testing the software.ORA defect which exists in the application and not found by the tester which is eventually found by the customer/end-user.Bug release: A bug release is when a particular version of software is released with a set of known bug(s)/defect(s). These bugs are usually of low severity/priority. It is done when a software company can afford the existence of bug in the released software rather than the time/cost for fixing it in that particular version.It is the core responsibility of Software testing company to find the bugs at the earlier stage so that a good product can be handed over to the client.


What are roles and importance of software testing in software development?

Testing is the process through which our intention to find bugs in the software.Importance of testing in software development life cycle is to improve reliability, performance and other important factors, which may define under SRS (software requirement specification). Customer can wait more for software release, but they don't like to work with defected software. Software testing has become the part of development and it is better to start testing from the development phase in order to avoid difficulty by correcting the bug at the last stage.


What is difference between sdlc and stlc in software testing?

Software Development Life Cycle involves the complete Verification and Validation of a Process or a Project. Whereas Software Testing Life Cycle involves only Validation. Software Development Life Cycle involves business requirement specifications,Analysis,Design,Software requirement specifications,Development Process(Coding and Application development),Testing Process(Preparation of Test Plan,Preparation of Test cases,Testing,Bug reporting,Test Logs & Test Reports),Implementation and Maintainence . Whereas Software Testing Life Cycle involves Preparation of Test Plan,Preparation of Test cases,Testing,Bug reporting,Test Logs & Test Reports.


How does bug tracking software work?

Reproduce is nothing but we need to open agaian the bug which we found in testing with steps what we followed to open thye bug in previous time


Difference between integration testing and regression testing?

Integration testing - It is the phase of software testing in which individual software modules are combined and tested as a group. It follows unit testing and precedes system testing.Regression testing is a type of software testing that seeks to uncover new software bugs, or regressions, in existing functional and non-functional areas of a system after changes such as enhancements, patches or configuration changes, have been made to them.


What is the meaning of defect in software testing?

Defect is a generic term that means something does not work as expected. Some people call it a BUG.


How we can do bug control in a software?

by installing the bug tracking software you can control the bug in your software , here is the site you can check on it www.axosoft.com/ontime


What is the difference between retesting and regression testing?

Retesting means testing the functionality or bug again to ensure the code is fixed. If it is not fixed, defect needs to be re-opened. If fixed, defect is closed. Regression testing means testing your software application when it undergoes a code change to ensure that the new code has not affected other parts of the software.