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 create an instance in QTP?
How to test whether the navigation i.e. from one page to another is working r not using QTP for web based application
what are the attributes of QTP?
What is the architecture of your project? Can any one answer for this question plz........
HOW TO CONVERT MANUAL TEST CASES IN TO AUTOMATION TEST SCRIPTS EXPLAIN THE PROCESS?
When and why to use descriptive programming?
Is it possible to merge two object repository files in qtp?
If u prepare bug report in Excel sheet . Is it possible to send thrw Test director? how it is?
In Datatable having the data like this S.no Name Address 1 raj hyderabad 2 suresh Mumbai 3 shyam chennai 4 dev banglore i want to get the shyam row id & column id using scipting i.e 3,3
How can we close all webbrowsers which are opened in out desctop?
Hi All, I am 4 yrs experieced in manual testing and new to automation tool QTP. Iam trying to learn it thru online and material i have.I am able to understand but unable to trace out which method or function to be used where necessary in VB Script. How come we know the functions or methods to be used to open a window when clicking on button or so...Pls suggest me.How can i proceed further to apt VB Script.
How to execute a WinRunner Script in QTP?