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
Answer Posted / jagadishkumar552
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 |
Post New Answer View All Answers
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
What are the differences between qtp and winrunner?
How can you identify the browser and its information using QTP script?
UFT 12.02 which ALM version will support
Limitations in QTP?
How will you compare keyword and expert view?
unique properties of button,edit box, radio button,check box?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
What is the default add-ins in qtp?
How you are developing the script? Using record and play back or manual?
What are some test assets and related extensions of qtp?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?
I have two For loop, first For loop does is creates a customer and input the customer info and then the second for loop within the first for loop does the follows which is capture the customer name and verify the with the data within the datatable. The problem I am coming across is that when it goes through the second time creating another customer and then verify the second customer then it creates the following during runtime. I want is to have the customer2 below Customer1 under the Customer_from_Apps. Any help will be greatly appreciate it. Customer Customer_from_Apps Customer_from_Apps1 Customer1 Customer 1 Customer2 Customer2 Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Customer_Val= Datatable.GlobalSheet.AddParameter ("Customer_from_Apps",runtimevalue) row=datatable.getsheet("Global").GetRowCount For x=1 to row datatable.SetCurrentRow(x) Data_Val=Datatable.Value("Customer",dtGlobalSheet) If (trim(Customer_Val)=trim(Data_Val)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val else Reporter.ReportEvent micFail, "Cusotmer validation unsuccessful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val End If Next
Which recording modes need more memory?