Which property do you use to retrieve or assign data into a
cell in a Data Table object?
Answer Posted / amarendra kothuru
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 |
Post New Answer View All Answers
Hello friends..... On which areas of an application we can not test with QTP
How to analyzing test results using quicktest professional (qtp)?
What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?
How will you report the bug and explain the defect tracking sheet you handled?
Diff b/w test scenario's and test Procedures?
how to idetfy which test cases are automated?who will deside that plz tell me
How does qtp recognize objects in aut?
can any body give the banking domain concepts/links
What is accessibility check point?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
By using QTP can we record any log files written by the application which is in execution?
write script for bitmap image?
How to modify object property in qtp ?
How we can import data from database?