developer says it is not defect.then as a test engineer
what u will do?
Answer Posted / muralidhar v
Before raising any bug, first try to understand and analyze
it from requirement of view.
Do not come to conclusion that it is a software bug
instantaneious if you are not getting the expected result
in the application. It can be a test case or test data bug
meaning that the application is working fine but the
expected result in the test case itself is wrong. It could
be your misinterpreation of the requirement.
Hence, analyze it and come to conclusion that it is really
a bug as it is not adhering to the requirement, RAISE it.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the difference between a bug, a defect and an error?
wht is Manual Testing Frame work
What is common interface?
Test cases have written according to Flow of the software working or according to Screens?
What are the possible test scenarios around AVS check of any credit card? (Testing through payment gateway online) (What are the fields we should check while checking AVS and CVV)
What are the various test case for google analytics, api keys , pay pal if you know please post me a answer. And how we will test
When should you opt for manual testing over automation testing?
According to RBI rule how much money can be transferred through online banking at one time...?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
How do you test google or gmail application??tell me step by step process??
Can you explain the various elements of function points ftr, ilf, eif, ei, eo, eq, and gsc?
Define Stability, Scalability and reliability with example ?
Differentiate verification and validation?
What is data flow diagram?
How to derive test data from the design documents?