Today only i joined in this site. Can u please tell me
definition of parameterization. and how i can do the
parameterization?

Answer Posted / satyaprasad

perameterization is a process of replacing single value
with multiple variable
tools --> datadriver--->in datadriverwindow click paramerize
-->peramerize all--->click ok

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can the user toggle between using Local OR and shared OR for the same action?

573


How many add-ins comes by default with quicktest professional (qtp)?

572


Explain the concept of how quicktest professional identifies object?

546


Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.

1621


Explain how you can find length of array in qtp?

607






In qtp, explain what is keyword driven automation framework?

630


what r the main attributes of test automation?

1484


Mention what are the different types of recording modes in qtp? Which will be used when?

579


How will you check a web application for broken links using qtp?

562


When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.

1621


On the website, the protocol has been changed https: to https what you will do? Tell me your approach?

594


how to idetfy which test cases are automated?who will deside that plz tell me

1550


How do you send email with attachment from outlook using qtp ?

576


How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?

3068


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

1346