Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HAVING PROBLEM IN CREATING OBJECT OF TEST BATCH RUNNER
#1
Hi I am having a problem with test batch runner in UFT.
previously we were using Multi test manager to execute batches of script. But now uft is not able to support Multi Test Manager. so we are planning to run our suites with Test Batch Runner.
Previously we were using code

Code:
' Create an Instance of Multi Test Manager Set oMTM = CreateObject("MultiTestManager.Application") oMTM.Visible = False ' Run the scripts oMTM.Load "D:\RegionCronJob\xyz.mtm" oMTM.Run while ( oMTM.IsRunning ) Wend Set oRunSettingss = Nothing Set oReportSettings = Nothing oMTM.Quit Set oMTM = Nothing


BUT NOW WE ARE HAVING PROBLEM IN CREATING OBJECT OF TEST BATCH RUNNER.

QTP is throwing an error Activex can't create object
I need to use the same code just on the place of mtm(MULTI TEST ANAGER) we need to use Test batch runner. Test batch runner is having .mtb file format.
Something like this
Code:
"Set oMTM = CreateObject("TestBatchRunner.Application")"

Test Batch runner exe is (UFTBatchRunner.exe)
Does any one have this solution?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Need help in creating dynamic object string using Childobjects Keshub Mathur 0 2,036 09-11-2017, 05:52 PM
Last Post: Keshub Mathur
  [UFT 12.52/VBScript] Test object exist, is visible and enabled before take an action sparkwanted 0 4,201 02-07-2017, 12:28 AM
Last Post: sparkwanted
Sad Batch Test Script Help nidhitaneja 0 2,902 02-09-2014, 10:34 PM
Last Post: nidhitaneja
  Runtime Object Identification Problem qapandit 9 7,701 07-02-2013, 04:14 AM
Last Post: qapandit
  Creating a folder from within a reusable action. sd3 2 3,788 06-18-2013, 03:20 PM
Last Post: learnQtptips

Forum Jump:


Users browsing this thread: 1 Guest(s)