Example for a bug not reproducible ?
Answer / guest
Hai.....
Ex:if tester test the module in Internet explore 6.0 with
os windows,in that tester gets bug and send a bug report
without mentioning about h/w and s/w,then developer opens
in mozilla with os vista he dont get bug,that time
developer replies:"i am not able to reproduce the bug".
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 5 Yes | 2 No |
what is test design techniques ?
If u have to test the web page application & name, date & email are the important fields then how will u test it in the negative way?
Can anyone explain me these 3 techniques with an example? 1).Equalent Class Partision 2).Cause-Effect Graph analysis 3).Error Guessing.
what is mean by configuration managaement.. explain with example ?
How do we test the requirements?
diffrence between banking domain and medical domain
How do you evaluate the quality of software?
In the Testing, How do we find the Duplicate Defects. In the case of testing is going on On-site r off-shore..some times on site and off-shore people may enter defects at the same time..those may include duplicate defects. how we have to find those defects..
How will you link the Defect to the Test case? Explain Bug life cycle ?
what is deployement?
what is differance between desktop applications and web applications?
Find the Cyclometric complexity on the following p seudocode Do while records remain read record; if record field#1=0 then process record;store in buffer; incremental counter;store in file. reset counter;end if end do please let me know the procedure too.