what is the difference between a error,defect and a bug
Answer Posted / jyotsna
Error: If coding time if got any mistakes (syntax errors,
etc) that we can call Error.
Defect : while testing application if u got any mismatches
(not meeting excepted results) then we report to developers
as defect found in that application.
Bug : If developers also agrees with that defect and going
to fix in an application then its called bug.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is difference between test effectiveness and test efficiency?
Write down the differences between the responsibilities of qa and programmers?
List out the roles of quality assurance engineer?
Why is performance testing necessary to be done for any application?
What is branch testing and what is boundary testing?
Explain what should your qa documents include?
hi, they have given 2 tables to write quries in SQL SERVER 2000 based on table as follows . 1st table :author: COLUMNS AS FOLLOWS pk. AUTHOR F_NAME DOB NATIONALITY 2ND TABLE BOOKS: COLUMNS AS FOLLOWS; PK ISDN F.K AUTHOR LANGUAGE PUBLISH_DATE; 1) RETRIVE author who is indian and hindi write in a) as joins b) sub quries 2)retrive who is younger author ; 3)retrive author who wrote more than one book in different language. 4)retrive author who has wrote in different language in each year write all queries in sql for sql server
What is is External Quality Assurance (EQA) and Final Inspection (FI)?
Give me example of automate the regression test suite ........Thanks...
is possible smart identification through descriptive Programing
What the purpose of testing?
Explain the benefits of destructive testing.
Will automated testing tools make testing easier?
What should QA require of Development?
How do you determine which piece of software require how much testing?