EXplain the diffeenet types of bugs.....
Answers were Sorted based on User's Feedback
Answer / a delma
1.Feature bugs
2.Structural bugs
->Control & Sequence bugs
->Logic bugs
->Processing bugs
->Initialization bogs
->Data flow & anomaly bugs
3.Data bugs
4.Coding bugs
5.Interface, Integration& System bugs
6.Test & Test design bugs
| Is This Answer Correct ? | 22 Yes | 2 No |
Answer / rajendra
Different types of bugs are
1.Missing of fuctionality
2.user interface bugs
3.Boundary related bugs
4.Calculation bugs
5.race conditions(hanging of system bcoz dead lock)
6.Version controlbugs.......etc
rajendra
rajendra_penumalli@yahoo.com
hyd
| Is This Answer Correct ? | 23 Yes | 11 No |
Answer / dharsana
Different types od bug:
1.User interface defects
2.Boundary related defects
3.Error handling defects
4.Calculation Defects
5.Control flow defects
6.Interpreting data defects
7.Competibility & intersystem defects
8.Hardware failure
Types of bugs during the testing phase of a program
1.Logical bugs
2.GUI related bugs
3.Database related
4.System related
5.Software service pack
6.Browser related
| Is This Answer Correct ? | 12 Yes | 5 No |
Answer / rudraneel
DIFFERENT TYPES OF BUGS :
1.SHOW-STOPPER/CRITICAL BUGS :
Like OS Freezes automatically,Core dumps,Products
abnormally shuts down,No work around is found out
2.MAJOR BUGS :
Like Noticible performance degradancy,Work around is found
but can't be implemented.
3.MEDIUM BUGS :
Like Low response time,Link Error,Database Error
4.LOW/MINOR BUGS :
Like Mis-spelling,Simple GUI Error
| Is This Answer Correct ? | 13 Yes | 7 No |
Answer / anjani d
DIFFERENT TYPES OF BUGS :
1.User interface Defects
2. Common bugs
3. Functional bugs
4. Integration bugs
5. Security and Access Control bugs
6. Data and Database Integrity bugs
7. Invalid Test bugs
8. Boundary Test bugs
9. Compatibility bugs
10.Configuration bugs
11.Hardware failure
Types of bugs during the testing phase of a program
1.Logical bugs
2.GUI related bugs
3.Database related
4.System related
5.Software service pack
6.Browser related
| Is This Answer Correct ? | 7 Yes | 4 No |
Answer / rizwana qureshi
1.crirtical bug
2.major bug
3.low/minor bug
4.medium bug
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / bhupendra adhikari
Functional bug
non functional bug
GUI bug
Validation Bug
authentication bug
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / dorji wangmo
There are many other BUGs such as structural bugs,system bugs and so onnnnnnnnn
| Is This Answer Correct ? | 3 Yes | 5 No |
Answer / mfsi_priyankaa
There are 4 types of bug.
1.Functional Testing
2.Non-Functional Testing
3.Regression and Re-Testing.
4.Maintenance Testing.
| Is This Answer Correct ? | 0 Yes | 2 No |
can anyone tell me the scenarios for online banking transaction ?
what is the deferent between Bug and Defect(error) ?
What are build and version please explain why number changes in build and version
How do we decide scope for smoke and sanity testing?
How will u write the test case if u dont have the requirements and ahve the similar application
How to Test Web Application Without a Formal Test Plan....?
how to Write the test case?
What is Conventional & Unconventional testing?
Find statement coverage and branch coverage: 1) Read P Read Q if P+Q>100 then print "Plarge" endif 2. Disc=0 order_qty=0 Read order_qty if order_qty>=20 Disc=0.05 if order_qty>=100 then Disc=0.1 endif endif
If we are not following any Standard SDLC in our company.How we can Convenience the interviwer.
What r blackbox & whitebox testing techniques?
what is BVT testing?Who can do this testing?