05-10-2010, 09:18 PM
I am retrieving a runtime data which is visible in the runtime datasheet but I need to save that value in the same datasheet referred by the QTP script for future use.Please suggest how to continue on this.
How to save Runtime data value in an Excel sheet(specific column)
|
05-10-2010, 09:18 PM
I am retrieving a runtime data which is visible in the runtime datasheet but I need to save that value in the same datasheet referred by the QTP script for future use.Please suggest how to continue on this.
05-11-2010, 10:26 AM
Hi Sweety,
Use: Code: DataTable.GlobalSheet.AddParameter("colName", "runTimeValue")
11-12-2010, 01:05 AM
If you have any sheet in DataTable,
Use: DataTable("colName", "SheetName") = runTimeValue |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Find specific records in a SwfTreeView on different node levels | lotos | 0 | 2,389 |
10-06-2017, 05:14 AM Last Post: lotos |
|
Trying to create List box in excel sheet at Run time with values yes No | JACKSPARROW | 0 | 1,685 |
01-17-2017, 11:05 AM Last Post: JACKSPARROW |
|
Click on calender on specific date. | venkatesh9032 | 1 | 3,859 |
12-02-2015, 07:30 PM Last Post: nistalaramesh |
|
Not able to click the save button in Save As window while downloading from SAP | kathirvelnagaraj | 0 | 2,434 |
08-25-2015, 07:37 PM Last Post: kathirvelnagaraj |
|
Search and import data from excel under some rules. | nwpulele | 2 | 2,876 |
02-19-2015, 04:10 AM Last Post: supputuri |