Which property do you use to retrieve or assign data into a
cell in a Data Table object?
Retrieve data from Datatable cell.
E.g:
var_Value = DataTable(columnname/column number,
sheetname/sheet number)
Set value to DataTable cell
E.g:
DataTable(columnname/column number, sheetname/sheet
number).Value = "value"
| Is This Answer Correct ? | 2 Yes | 1 No |
How to export(copy) the entire webtable from the webpage into Excelsheet? using Vb scripting
We developed 100 descriptive programms and put in running, in the midle if any descriptive program is stucked with some error? what will happend weather it will execute the remaining prg's or it will terriminate ?
can u put checpoints for moving images
what is qtp automation frame work,what is the use of that frame work?
64 Answers Cap Gemini, IBM, iGate, TCS,
To which environments does quicktest professional supports?
What is throw Object?
How will u test content of an web application with out using chechpoints in QTP 9.2?
what is meant by "Parameterization technique"?
How exactly you start scripting in QTP? In the interview he was not satisfied with my answer.Please post what is correct answer.
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?
For what purpose to we use object repository in a application?also explain usage of obj.repository?
suppose the given string str = {"vamsikrishna%%&%*&**"} count the no of vowels and special characters are repeated