What is transient bugs ? How to reproduce those bugs?
Can we log the those kind of bugs in tracking tool, if we found?
Answer / rajendra_penumalli
Transient Bugs means suddenly they will appear and then
disappear.This can be traced by checking the server log.Yes
we should log and should track in bug tracking tools.This
bugs may appear due to network conditions, Like if the data
base server is busy and the taking long time to give
response for request in that case application will fail to
process the request.
But this condition may not happen when the DB server
running less load condition, similarly in some other cases
Application will have some hidden defects and these defects
also cause for this type of bugs.
If we log this type of defects then development team will
simulate that condition and fix the bug.
rajendra_penumalli
| Is This Answer Correct ? | 4 Yes | 0 No |
How would you test a service oriented architecture (soa) web application?
What is the difference between Build, Version and Release?? Reply soon...
!.what is the need for testing ?
Architectural structure of the insurance project?
How many maximum tables we can join by using SQL JOIN??
tester can give suggestion to developer "how to fix the bug" in bug report
McroSoft Six rules standard for Userinterface testing?
I have a doubt in writing a test case... if suppose in a round if they ask to write a test case for any situation such as(Search engine)... in the testcase do we need to fill up the actual result and status Column in the test case??(please answer i am confused)
what is port testing?when it is going to be done?
How do you detemine wat to be tested?
What is the difference between unit testing and integration testing?
After insert the record in forntend, How will u check the backend by manually? Please explain..