Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Schedule test set run using OTA
#1
Not Solved
Hi,

I am getting issue with StartExecution method. When I am executing below code and getting active x error. Please help me to resolve this issue asap. Your help is appreciated.

Error :-
StartExecution - Active x component can not create object

Code :-
Code:
set tdc = createobject("TDApiOle80.TDConnection")
tdc.InitConnectionEx "ALM url"
tdc.login "username","password"
tdc.Connect "domain name","Project name
runWhere = RUN_LOCAL
TestsetID = "401"
Set objShell = CreateObject("WScript.Shell")
Set TSetFact = tdc.TestSetFactory
Set tsList = TSetFact.Item(TestsetID)
Set theTestSet = tsList.Item(1)
Set Scheduler = theTestSet.StartExecution("")    ' ****** Here i am getting an issue.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  ALM OTA Queries hrishikesh 1 1,451 05-24-2018, 09:53 PM
Last Post: Ankur
  Scripts stops after performing a step when it has been initiated by schedule task. Ajit.2k6 9 5,558 02-16-2016, 08:37 PM
Last Post: lakshman.us
  OTA Client Cleanup Test? Autobot 0 1,818 08-25-2015, 11:11 AM
Last Post: Autobot
Exclamation Issue with "Test run scheduler": Unable to clear the scheduler list arunshashidhar.mk 0 2,689 12-03-2013, 09:24 PM
Last Post: arunshashidhar.mk
  Hyderabad Schedule Drive for QTP Experts 3-7yrs supputuri 0 1,610 02-11-2013, 03:26 PM
Last Post: supputuri

Forum Jump:


Users browsing this thread: 1 Guest(s)