Can you give me the exact answer for Test Bug?

Questions by swapna pasala

Showing Answers 1 - 40 of 40 Answers

As per My Knowledge...The purpose of testing is to uncover defects/BUGs.A defect/BUG is a variance from a desired product attribute.Two categories of defects/BUGs are- Variance from product specifications- Variance from customer/user expectation.

  Was this answer useful?  Yes

sudheer

  • Feb 14th, 2006
 

Actually in software testing Bug means whenever Test Engg found one defect during testing time that defect sent to developpers as a bug.

  Was this answer useful?  Yes

nitesh484

  • Feb 15th, 2006
 

Error: The difference between expected result and actual result is error 
 
Bug: If that error comes at development stage before production then it is bug. 
 
Defect: If that error comes after production then we say it is defect.

ashish

  • Feb 22nd, 2006
 

Hi,

 i put my comments what is the bug, a fault in a program to perform in unintened and unanticipated manner it called bug.

its my thiking.

  Was this answer useful?  Yes

Rami Reddy

  • Feb 23rd, 2006
 

  In My View :

Fault : Its an error discrebency between Actual result and Observed result.

Bug : Its an error which causes applications to perform in unintended or unantisipated manner.

Defect : Failure in Application.

  Was this answer useful?  Yes

Rakesh

  • Mar 5th, 2006
 

Hi All,

As per my knowledge:

Eror: Any exeptions or run time errors while testing the application.

Bug: difference between Actual result and expected result.

Please correct me if i was wrong.

  Was this answer useful?  Yes

RAVI KUMAR.G

  • Mar 17th, 2006
 

HI,

TEST BUG  MEANS WHICH IS NOT SATISFY THE CUSTOMER REQUIREMENT THAT IS CALL TEST BUG.

  Was this answer useful?  Yes

gopi

  • Mar 22nd, 2006
 

hai

 test bug is nothing  but  if test engineer  found any defect and reports that defect to developer if he accepts that defect it is know as test bug

  Was this answer useful?  Yes

Raghavendra

  • Mar 23rd, 2006
 

Hello ma'm

What you feel is may be the answer for the software bug. The ? is about Test bug. Do you have any comments on that plz reply.

Regards

  Was this answer useful?  Yes

suresh

  • Apr 1st, 2006
 

DEFECT : A fault introduced previous to the coding is called DEFECT.

BUG :A fault introduced in the coding is called BUG.

  Was this answer useful?  Yes

Rituparna Bera

  • Apr 4th, 2006
 

Beyond to the requirement anything can be considered as Bug.

There are 4 types of Bugs, Defects, errors, mismatch and variants.

Bugs are categorized to Low priority, high priority and medium priority.

  Was this answer useful?  Yes

AAshish

  • Apr 6th, 2006
 

According to me , bug means a logical mistake from tester point of view .

Logical bug includes Systactical and Symantical which can find by using code review method genrally done by developers

secondly Bug can also be defiend as " Application is not working as per functioanlity and as per SRS "

correct me if i am wrong.

  Was this answer useful?  Yes

nagarjuna

  • Jun 12th, 2006
 

 

 

Its a deviation from SRS

  Was this answer useful?  Yes

laxmi

  • Jul 18th, 2006
 

Thanku nitesh

  Was this answer useful?  Yes

sudhakar2068

  • Oct 5th, 2006
 

Holds a few util methods, mainly added to this code to test the detecton of module definitons.

sudhakar kolla,

My email:kollasudhakar2005@yahoo.co.in.

My number:09819859346

  Was this answer useful?  Yes

dolly

  • Jan 19th, 2007
 

Ravi you have given good answer which is understandable in simple terms.Thanks yaar 

  Was this answer useful?  Yes

samisalona

  • Apr 20th, 2008
 

Error: A discrepancy between a computed, observed, or measured value or condition and the true, specified, or theoretically correct value or condition.
Bug: A fault in a program which causes the program to perform in an unintended or unanticipated manner.

Fault: An incorrect step, process, or data definition in a computer program which causes the program to perform in an unintended or unanticipated manner.

Defect: Mismatch between the requirements.

  Was this answer useful?  Yes

For me bug and defect are same as both pointing to one mistake/failure/fault
in the application code that prevents it from behaving as intended. In other
words, While executing the application, if the application is deviating with
respect to expected values then it is called as defect.

  Was this answer useful?  Yes

mithr17

  • Nov 1st, 2011
 

Congratulations! You just won a copyright on the new term "test bug"
There is no bug such as a test and dev bug.

Bug is any behavior that deviates from the requirement. Requirements are the so called "expected" result in test cases.

  Was this answer useful?  Yes

reddy

  • Nov 29th, 2015
 

Test bug - We cant decided whether the bug is developer bug or test bug. We have only bug

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions