what is retesting?

Answer Posted / kishan

If the Test Engg has Reported a Bug then Developers will Fix
it and send it back to Development team to Re-verify that
same bug. This Re-verification done by Test Enngg to certify
that Developers has corrected / fixed the Bug properly is
called Re-Testing.

During Re-Testing we will also do "Impact Analysis"

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi, Can we open a test in qtp10 which is saved in qtp 9.2?

1430


Explain the concept of object repository and how quicktest professional recognises objects?

558


how did u use automating testing tools in ur job?

1485


describe some problems that u had with automating testing tool?

1414


How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?

613






Hi All, How to get repeated word in string . Thanks Balaji

934


hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me

1873


What is checkpoints for quicktest professional?

551


How does you test a weblink which is changing dynamically?

552


Define Error Pane of UFT?

690


If I give some thousand tests to execute in two days what do you do?

582


In order to select an automation tool for automating ur application, what r the things u need to consider? For eg i will go for automation; 1) When there is a lot of retesting and regression testing. 2) Return on investments. 3) Whether the tool supports the appln. 4)--------------, etc. Pls give me more number of points because my answer did not satisfy the interviewer. Very urgent pls

1445


For which type of project the iterative model is suitable?

1384


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

1334


what is Property......End Property loop? how to write sript for it in QTP

1894