In qtp what type of data tables are used , name and list
out them
Answer Posted / uday
1. Design time data table
2. Run time data table.
Design time data table is one displayed in datatable pane.
During script execution, if you write any data in the data
table, that data will be written in run-time data table,
which is displayed in Test results.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What is the Difference between test object and run time object?
How to use transactions in qtp?
Diff b/w Health care domain and Banking Domain?
For which type of project the iterative model is suitable?
explain abt dyanamic changing object with example?
What is quick test pro?
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.
What are the types of object repositories? Which one is you using?
In qtp, how you can use xpath to identify objects?
How will you check that your test cases covered all the requirements?
What is checkpoints for quicktest professional?
What ate the Technologies supported by QTP?
Hi I am new to QTP. can u please answer to my qus... suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query ... please please
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
Where you are storing your script?