Whar are the different types of defects/errors are commonly
appear during the real time software testing?
Answers were Sorted based on User's Feedback
Answer / rajendra
Basically the defects are classified in to three types:
1.Missing Functionality(Requirement not implemented)
2.Extra Functionality(Added some thing more than need )
3.Wrongly implemented functionality(implemented requitement
is not working)
Apart from this there is a very big list of defects are
there:
1. incorrect or missing functions,
2. interface errors,
3. errors in data structures or external database access,
4. performance errors, and
5. initialization and termination errors
6. GUI releated
7.Failure of validation conditions.....etc
Byeee friends
Rajendra
rajendra_penumalli@yahoo.com
| Is This Answer Correct ? | 40 Yes | 12 No |
Answer / roopesh
defect is a difference between actual & expected results.
Defects are classified into 3 categories:
1.wrong
2.missing
3.extra
| Is This Answer Correct ? | 22 Yes | 5 No |
Answer / srikanth bc
when the tester identifies a defect, he assigns a severity to it.
severity is nothing but "how severe the bug is".
based on that the tester gives the severity.
ex: if its a show stopper bug the tester gives severity as fatal,if any edit box,radio button or any combo box is not working then he gives the severity as major,if there are any sort of spelling mistakes or graphical issues, then he gives it as minor.These are minor defects because they wont effect the functionality.
Few defects which appear in real time are :
-fatal defects,show stopper defects
ex:when we enter the url,and that particular page not getting displayed
-working of the functionality of application WRT to requirements
-text over lapping
-edit boxes, radio buttons,combo boxes not working accordingly
-navigational issues
-video or image not getting uploaded
and many more........
| Is This Answer Correct ? | 8 Yes | 6 No |
Answer / rahul pawar
The functionality is not working as we expect or as per requirements.
Does not meet a software requirement or end-user expectations.
To produce incorrect/unexpected results.
We can classify various ways of defect:
1.Major Defect
2.Minor Defect
3.show stopper Defect
4.Validation Defect
5.User Interface Defect
6.Grammatical Defect
7.Initialization Defect
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / somu p minajagi
Extra defects
A requirement incorporated into the product that wasn’t given by the end client. This is usually a discrepancy from the specification, but it also may be characteristic requested by the user of the product.
Nevertheless, it is supposed a defect because it’s a discrepancy from the existing requirements.
Main Types of Defects in Software Testing
Missing defects
The requirement given by the client was not done. This also is a discrepancy from the specifications, an feature that a specification was not performed. It also may mean that requirement of the client wasn’t noted appropriately.
Wrong defects
The requirements have been performed falsely. Actually this defect is a discrepancy from the given specification.
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain the scenario with example.
What is diff between Reliability Testing and Recovery Testing ?
Define the term Bug, Failure, Error?
How will u test a stored procedure,which accepts 2 int values and sums them? Test cases?
What are the qualities if the tester ?
Work flow in testing in your company?
How to write test cases for nevigating menus? Ex. Course -Topics -Subtopics
what is differnce between QC @ QA , test strategy, very urgent pls
What is the deferace between End to End testing & system testing? Give me at least one example
what is requirement traceability matrix? Mention its format
4 Answers CTS, Zycus Infotech,
Can anyone give me the example of High Priority and High severity defect. Please dont give me answers like Spelling mistakes or logo missing something like that. Give me some real time example from your application. Thanks in Advance.
On one of my form there are three text boxes for 1.To Enter Survey no.-Special characters / and - allowed in input and 2.Village Name 3.Project Name all having Input Range 2 to 50 char.and One SUBMIT button on form then How many Test cases can I write for Funtion Testing of Above fields and button