What is iteration? How it is related to Test Results in QTP?

Answer Posted / dilip

Iteration is nothing but one or more times Run the testscript
that is called iteration
in qtp we can see the test result is Testresult window

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1403


Is it possible to switch between recording modes during a test creation?

662


hou can we use vb script in qtp could u tell me breafly

1824


Which advantages helping QTP to hold the position of "Market Leader" for such a long period?

1456


How to handle the exceptions using the recovery scenario manager in qtp?

624






how to test Web application using QTP software

1630


How you will rate urself in QTP in the range of 0 to 5

1808


what is ODC and GDC?

7441


what is impact analysis on regression testing?

2106


How to save your test using quicktest professional?

611


Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain

1528


What test cases can you automate using QTP?

713


what type of automation is follwed in the project?

1558


wht is Manual Testing Frame work. Pls anybody can give appropriate answers

1683


Explain QTP using different development techniques ?

601