Forum Discussion

sandyaithal's avatar
14 years ago

How to enable or disable VB extensions in between the executions

Hello,



Is there any method to check or uncheck the VB extensions in between the execution of automated script. Because in one of my scripts it requires to turn off the VB extension and again it needs to turn on after the execution of particular step.

3 Replies


  • Hi Sandeep,



    When you need to make TestComplete to work with your application without using the VB Open Applications support feature, you can run the application with the '/NotOpenApp' command-line parameter.

  • Hi Mustak,


     


    There is no way to run TestComplete with parameter that disables a specific extension. However, you can disable the extension manually in the TestComplete IDE.


     


    If you want to make TestComplete not to try to work with a specific application as with open application, just run this application with the '/NotOpenApp' parameter. You can find more information in the Open Applications - Overview help topic.


     


    Also, you can set up a process filter in your test project in order to specify which exactly processes should be processed by TestComplete as Open applications. Information on this possibility can be found in the Project Properties - Process Filter Options help topic.