Can anybody give the script to addsheet, add column,add
values under that column in the rows??
Answer Posted / nothing
'add sheet
datatable.addsheet(" sheetname ")
'add columns. Parameters should be initialized with values
or with Empty String.
datatable.addparameter "Name", "Some Value / Empty String"
Pretty simple like this end of the day of this Universe.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
I want to do QTP Certification what is the pattern of Question paper.
What are metrics and matrix?
Does QTP record on Objects created on XWindows Environment?
What are the general steps involved in the data driven framework?
How QTP support all types of applications (platforms)?
How do you configure QTP AND Test director?
How to use checkpoints in qtp ?
Explain the check points in quicktest professional?
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?
Give me some real time point of way where exactly we can conduct audits?
Explain the concept of object repository and how qtp recognises objects?
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
What is checkpoints for qtp?
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.