Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to save Runtime data value in an Excel sheet(specific column)
#1
Solved: 10 Years, 8 Months, 3 Weeks ago
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.
Reply
#2
Solved: 10 Years, 8 Months, 3 Weeks ago
Hi Sweety,

Use:
Code:
DataTable.GlobalSheet.AddParameter("colName", "runTimeValue")
Reply
#3
Solved: 10 Years, 8 Months, 3 Weeks ago
If you have any sheet in DataTable,
Use: DataTable("colName", "SheetName") = runTimeValue
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Question Find specific records in a SwfTreeView on different node levels lotos 0 2,203 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,589 01-17-2017, 11:05 AM
Last Post: JACKSPARROW
  Click on calender on specific date. venkatesh9032 1 3,727 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,299 08-25-2015, 07:37 PM
Last Post: kathirvelnagaraj
  Search and import data from excel under some rules. nwpulele 2 2,746 02-19-2015, 04:10 AM
Last Post: supputuri

Forum Jump:


Users browsing this thread: 1 Guest(s)