In Developer view it is a high priority defect & in tester
view it is a low severity defect what is that how to define
with an example
Answers were Sorted based on User's Feedback
Answer / crazy boy
Logo of a company is something that is not related to any functionality.
if the logo is misplaced or missing, it is some thing that should be fixed by the developer with High priority.
with Respect to Test engineer its a defect in an application with low severity.
| Is This Answer Correct ? | 7 Yes | 2 No |
Severity: The impact that a given defect has on the system.
For example: If an application or web page crashes when a remote link is clicked, in this case clicking the remote link by an user is rare but the impact of application crashing is severe. So the Severity is HIGH(as it effects the s/w) but priority is LOW(Bcoz the destroying s/w link will be pressd by user very RARELY).
Priority: This priority status is set by the tester to the developer mentioning the time frame to fix the defect.If high priority is mentioned then the developer has to fix it at the earliest. The priority status is set based on the customer requirements.
Eg: If the company name is misspelled in the home page of the website, then the priority is high and severity is low to fix it.
| Is This Answer Correct ? | 1 Yes | 0 No |
How to use output values in qtp ?
What is quick test pro?
How you handles Pop-up windows which are Dynamically changing in Runtime?
Hello Everybody, Can anyone tell me that in QTP how to count the number of webelements from the object repository. Please provide the code. Thanks in advance, Gaytri
What kind of errors can b handled in QTP in real time scenario?
Hi All, I am using QTP for one of the Desktop application which uses Keyboard inputs like 'Tab ,F7 etc' and also mouse (Click). After recording when i am running the Script ,it is not able to recognize the keyboard inputs like F7,Tab and mouse Click because of which either i have to skip that part or manually do the inputs. Please answer how can i make script more flexible so that it will recognize both keyboard and mouse operations.
How to get align property of the link on web page?
I have application it is one digital clock with all minutes and seconds. you have to identify the time to verify weather the time displayed is correct time or not? How do you automate this scenario?
what is testing process with QTP in organization
I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.
How to Practice QTP Scripts?
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...