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 |
What is the difference between Call to Action and Copy Action?
What are the properties you would use for identifying a browser & page when using descriptive programming ?
What is object repository in qtp?
How can we disable smart identification at the time of recording? Ideally, smart identification should be enabled only at the run-time.
How to find which type of Framework is suitable for which type of application?
you written some code in qtp for opening google.com browser and entered some text inthe search text box and clicked search button. this is ur script.. before running this script i have already opened two google.com browsers. now am running the script what will happen? script will run or what?? Thanks... Nani
what is the exact testing process in qtp plz explin ?
how to post xml data from QTP scripts to any application?
Hi i have a webtable which is having 7 columns and 6 rows of data in that table of 4th and 5 th column each row is partiotioned into 3 sub rows i want to verify in each partitioned rows of corresponding row for ex values will be like this 0 / 1 ,26/28.if it is 0/1 i want to skip only if any num/num greater than 1 i want to click.
Explain in brief about the qtp automation object model (aom).
how to retrive that the number of spaces are in a string ????
I have 1 to 10 action are there, i want action1 output becomes to action 10 input? pls any can give script for this scenario?