Entries tagged as Quick Test Professional
Export data present in Datatable to an “.xls” file
How to export data present in Datatable to an “.xls” file? Â DataTable.Export “….xls file name…” Read More...
Import data from a “.xls” file to Data table during Runtime
How to Import data from a “.xls” file to Data table during Runtime? Â Datatable.Import “…XLS file name…” DataTable.ImportSheet(FileName, SheetSource, SheetDest) DataTable.ImportSheet “C:\name.xls” ,1 ,”name” Read More...
Create an Output Value using QTP
How to create an Output Value using QTP?  1 Start QuickTest and open the Parameter test. 2 Save the test as Output. 3 Confirm that the Active Screen option is enabled. 4 Select the text you want to use as an output value. 5 Set the output value settings. 6 Modify the table checkpoint. Read More...
Check point is in red color
What does it mean when a check point is in red color? What should be done? Â A red color indicates failure. Here we analyze the the cause for failure whether it is a Script Issue or Envronment Issue or a Application issue. Read More...