Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post results directly to QC
#1
Not Solved At 
Can anyone please suggest possible solution for the below requirement :

Requirement :- We are having QTP test on our machine(client’s VM). We need to set up a batch file from which we should be able to execute the QTP test and we need to save results to QC(quality Center). We are using .vbs file for batch. We have done it for storing result on Local machine but facing problem while trying to store results on QC.

Below is the code we are trying to set the result location but it is not working:

Code:
Set qtResultsOpt = CreateObject("QuickTest.RunResultsOptions") ' Create the Run Results Options object
qtResultsOpt.ResultsLocation = "[QualityCenter\Resources] Resources\Res1”
qtTest.Run qtResultsOpt                              ‘Executing the Test with result option


We do not have customize result reporting. We want to save the results, as QTP provides, on QC directly.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How To pick up the particular mail in Post Login Gmail page and click on Checkbox akhandesh 0 2,686 12-02-2013, 01:35 PM
Last Post: akhandesh
  Can we save an exported Excel sheet directly from QTP? Akhila 2 3,115 11-28-2013, 10:30 AM
Last Post: Akhila
Exclamation QTP Not accepting method directly dlaureano 0 1,448 02-06-2013, 10:01 PM
Last Post: dlaureano
  Speed issues on script execution (First Post) martinshort 4 3,142 07-03-2012, 03:02 PM
Last Post: martinshort
Exclamation Web Service issue when HTTP Post disabled NeilJester 3 3,525 06-16-2010, 10:13 AM
Last Post: Saket

Forum Jump:


Users browsing this thread: 1 Guest(s)