System: Windows 10
Version: UFT One Version 2023 Build 916
try to start UFT One with an solution from VBS Batch script. Unfortunately, it did not work and we get the following message from the App.Launch function: "The requested operation requires elevated rights with code 80004005".
We started the test as administrator and Windows users have also logged in as administrator.
Does anyone have an idea?
Dim App 'As Application
Set App = CreateObject("QuickTest.Application")
App.Launch
App.Visible = True
App.Options.Run.RunMode = "Fast"
App.Options.Run.ViewResults = False
App.quit
Thanks very much!