deepak


{ City } bangalore
< Country > india
* Profession * senior software engineer
User No # 6849
Total Questions Posted # 0
Total Answers Posted # 2

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

Users Marked my Answers as Correct # 3
Users Marked my Answers as Wrong # 1
Questions / { deepak }
Questions Answers Category Views Company eMail




Answers / { deepak }

Question { 5349 }

Which is the better way to explain tipical bug life cycle?


Answer

Better way of Bug Life Cycle:

---> Bug(Found)
|
Open/Raising the bug(Assinging to the concern person)
|
Fixed from Developer side
|
Retesting(After getting fixed status from dev.)
|
If Fixed--->then-->Verified and Closed
-else (means Failed)---> re-open and assign back to the
developer |

Special Case: Change the status to deffered(if can't
resolve in this phase or permanently)

Is This Answer Correct ?    2 Yes 1 No

Question { 7500 }

if it is a web testing,what is a dead link and a broken
link.,and what are the other things we test in a web
application
related to functionality other than field level and form
level validations.


Answer

Dead Link : A dead link or broken link is a link on the
world wide web that points to a web page or server that is
permanently unavailable. The most common result of a dead
link is a 404 error, which indicates that the web server
responded, but the specific page could not be found.

Broken Link (U can Say): A broken link refers to any
clickable text that should take you to a document, image or
webpage, that actually results in "page not found", a time
out or any other type of error.

Is This Answer Correct ?    1 Yes 0 No