how to parameterise a test with data base table or excel
sheet?



how to parameterise a test with data base table or excel sheet?..

Answer / neeraja

First get that data into the datatable of QTP and we can
parameterise it three ways
1 Through Keyword view of test pane
2 Through wizard
3 dires\ctly we can write this method
datatable("column name",sheetid)
ex:
datatable("a",1) for global sheet

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More QTP Interview Questions

How many type of status messages are there ..explain?

5 Answers  


How Does Run time data (Parameterization) is handled in QTP?

2 Answers   Crea,


how to get the object property

4 Answers   Covansys,


For example one window is there the window contain some of Check boxes but my question is how many check boxes are there particular window? Please solve the problem gi_raju@rediffmail.com ippaliraju@yahoo.co.in

3 Answers  


what is keyword driven testing

2 Answers  






What is throw object?

0 Answers  


How many types of recording modes are there?

0 Answers  


How many scripts did you have?

0 Answers  


HOW TO DO THE BATCH TESTING USING QTP?

2 Answers   Ordain Solutions,


Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.

0 Answers  


How to create a standard checkpoint ?

0 Answers  


How to use parameterization in qtp?

0 Answers  


Categories