Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Import Excel data from Quality Center into QTP Script
#4
Not Solved
Try using QCUtil object..
Something like below...
Code:
Set tdc = QCUtil.QCConnection
set tm = tdc.TreeManager
set root = tm.TreeRoot("Subject")
set folder = root.FindChildNode("Your folder name")
Set fact = folder.Attachments
and so on...
Reply


Messages In This Thread
RE: Import Excel data from Quality Center into QTP Script - by niranjan - 04-15-2008, 09:16 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Want to read the data from excel and set read value in the JavaTable rajeevk7 0 2,355 07-10-2017, 04:20 PM
Last Post: rajeevk7
  dtLocalSheet empty even though excel file contains data cantorre 2 2,451 05-10-2017, 12:47 PM
Last Post: vidhi
  Reading data from excel sheet serenediva 1 9,696 03-03-2017, 10:07 AM
Last Post: vinod123
  How import final calculated values by cell formula from Excel not the formula itself. qtped 1 4,899 01-17-2017, 04:05 PM
Last Post: sagar.raythatha
  Attaching QTP result to Quality Center vikas_dhir 5 20,142 01-06-2017, 11:55 AM
Last Post: Swetha_Bayya

Forum Jump:


Users browsing this thread: 3 Guest(s)