Thursday, July 1, 2010

How can i save the Data during runtime in the Data Table

  • ·         QTP doesn’t support the run time changes to the actual data sheet.
  • ·         Using Excel or Notepad save the test data while run times
Create the Object:

  • Set ExlApp = CreateObject("Excel.Application")
    Set ExlB = ExlApp.Workbooks.open("C:\vbsample.xls")

No comments: