if u find bug is duplicated is it needed to again log
it .how do u find bug is duplicated using test director as
a tool
Answer Posted / gururaj
It depends on the tool we are using for bug tracking. Quest has already come up the feature of querying the tickets with the description o word.
Microsoft TFS has an advanced which includes the field such as defect type, module, page/window name and is provided with the simple SQL query method to return the search result. I experienced Quest & TFS and i could say TFS is the best bug tracking tool.
hope this would help.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
hai friends, I need clarifications for some doubts in testing terminology. 1.What is thread testing. 2.What is bucket testing and which automated tool is used to do this test. 3. ERP testin automation testing. 4.What is Data Warehousing testing? 5.What is Implementation testing? 6.What is Shake out testing? please let me have the clarifications in detail
What is testing and maintenance?
what will be verification and validation test cases for yahoo login page (only functional test cases)? Please explain in details.
Write 2 scenarios for System testing?
Can you explain equivalence partitioning?
can anyone help me regarding testing patterns?
How does compatibility testing differ while testing in Internet explorer and testing in Firefox?
What is the difference between web based application and client server application?
. Is any graph is used for code coverage analysis?
How can you define state tanstion testing aswell decesion testing with examples.how you can differ them too??
What are the bugs we cannot find in black box?
plz send the test scenarios and test cases for "user name should contain 4 to 8 chars and they should have only vowels"
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
What is back to back testing?
What is the difference between a bug, a defect and an error?