You say it is a bug but developer say it is not a bug then
what will you do?
Answers were Sorted based on User's Feedback
Answer / dan
The requirements documentation is the source of truth. If
the application is not behaving as specified in the
requirements then it is a defect. If a requirements change
is necessary then the only the Business can approve this
change, not the developers or the testers
| Is This Answer Correct ? | 17 Yes | 3 No |
Answer / rafi
If thedeveloper says it is not a bug then we have to
1) take the screen shot and explain about the bug.
2) take the remote desktop and explain about the bug.
If still the developer says it's not a bug then
take the SRS document and explain the requirement.
if any mistakes correct me.
Thank you
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / shalini nigam
Wen you say its a bug but developer says its not a bug,
there could be a three reason->
1> Misunderstanding of feature as a bug
2> Still referring the old requirement
3> Extra Implementation
In order to Reproduce the bug to developer, you should give
the detailed information about the defect with navigation steps.
| Is This Answer Correct ? | 1 Yes | 1 No |
As a whole of the product if there is a bug and developer say it is not a bug, then will explain how it is a bug. Sometimes there will be team of developers where from units get developed. If there is a bug in one unit and developer says it is not a bug, may be the unit is not developed by him/her. While integrating two units if the stub work between these two units possible bug exists in stub than the units, though the working without any bug. will try to fix it than arguing about a bug if exists.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / phani
just simply attach a screen shot to the related bug in order
to make sure that it is a bug
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / padmas
From the question, one can understand that the stage of the
testing is Unit
testing,because developer is involved.
in this scenario,Code reviews can be conducted.
Generally unit testing will be done by developers.Because
bugs found at unit
level,are raised by the developers.IF developer says it is
not a bug, then it
will be considered as issue in the code review.
Whatever raised during the testing will be considered as
defects later on, in
which developer will not be involved.
During the integration testing,if the units are reviewed and
unit tested only
then integrated if it does not create new issues or defects.
if developer says it is not a bug, then tester will say it
is a defect in later
phases of testing
| Is This Answer Correct ? | 0 Yes | 5 No |
My Project is HOSPITAL CONTROL SYSTEM. In this MY testing modules are In-patient and Out-patient. plz explain those modules. i.e. How explain to Interviewer. with full details also . Waht types of bugs we can fond ? NOTE : IT is a web project plz urgent.
How to merge the two object repositories
What is QTP Frame Work ,and i want it in detail
Who uses qtp tool?
How you can delete excel file in qtp?
How many number of actions possible in qtp?
A dialog is diplays " Transaction 254689 has been successfully completed" How to get the transaction ID from the message ?
In Object Repository, two actions r there. Action1 name is A.tsr, Action2 name is B.tsr. Is it Possible? if Yes, what is the out put of A+B? if No, why?
I have recorded a test using qtp to download a file in an application. Code: Browser("MFA Work Queue Manager").Page("MFA Work Queue Manager").Link("Rules Maintenance").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebEdit("txtSearch").Set "PmtType" Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebButton("Search").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebButton("Export").Click Browser("MFA Work Queue Manager").Dialog("File Download").WinButton("Save").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").Sync Dialog("Save As").WinButton("Save").Click Dialog("Save As_2").WinButton("Yes").Click Problem: When running this test it gives an error at line no. 5 as Save button object is not identified by it's parent object. This code I ran 4 times after recording at it was working fine but 5th time onwords, it starts giving me the above problem. I used exist property option, Check Property option but none of this changes work at all. Kindly help...
If there are some browsers opened and I don't how many browsers are open, Now I want to close all the browsers that I don't know how many are opened. What would be Descriptive programming for this in QTP using VB Script..??? Please send your answers.
Today only i joined in this site. Can u please tell me definition of parameterization. and how i can do the parameterization?
Howcan you differentiate between Exist statement, Exist property, and Exist method??? How they used???