raghavendra


{ City } bangalore
< Country > india
* Profession * software test engineer
User No # 11663
Total Questions Posted # 0
Total Answers Posted # 3

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 58
Users Marked my Answers as Wrong # 22
Questions / { raghavendra }
Questions Answers Category Views Company eMail




Answers / { raghavendra }

Question { Cognizant, 19554 }

developer says it is not defect.then as a test engineer
what u will do?


Answer

When a developer say it is not defect. Then, ask the
developer to give a complete and proper justification note
to that effect. Then, if found that developer has mis-
understood the requirements/reproduction steps given in bug
report then convice him about his mistake.
In short if tester is sure that it is really a defect then
challenge the developer in a healthy manner.

Is This Answer Correct ?    3 Yes 2 No

Question { Cognizant, 90533 }

What is the difference between bug,defect, error, failulre,
fault & mistake?


Answer

Defect is the deviation from Requirements given by
customer/client.(Black Box Testing)
Error is related to the development activities it may be
synatctical or logical error.(White box testing)
Failure is the impact of error/defect on other features of
program or application.(Black box testing)
Bug is the informal name given to defect(BBT)

Is This Answer Correct ?    48 Yes 19 No


Question { 13493 }

How can you find Local Host Name by Using QTP?


Answer

Thro' the built-in Environment variables we can fetch the
system environment details. One of such variable is
localhostname.
Syntax :- msgbox environment("LocalHostname")

Is This Answer Correct ?    7 Yes 1 No