-1

Is it possible to hide the Driver script for each execution in HP-UFT?

Chad Nouis
  • 6,861
  • 1
  • 27
  • 28
Venki
  • 1
  • 1
  • What do you mean by `hide Driver script`..? – ManishChristian Sep 04 '15 at 12:49
  • we have designed an UI to fetch Test cases on Execution request invoke UI will fetch list of test cases which with execution falg Yes so then UFT will be open this execution will done with help of Driver script. after Execution user can see the driver script in as test case in Recent test cases list, so we want to hide that would it be possible – Venki Sep 07 '15 at 03:40

1 Answers1

0

Instead of using a driver script, you can create the COM object of Quicktest.Application inside your UI application itself. If you are using Excel as UI, you can use the same driver script code in a function and it will work in excel. All languages will have similar methods to create COM objects. A C# example would be this

Community
  • 1
  • 1
Shalvin Abraham
  • 428
  • 2
  • 8