Micro Focus QTP (UFT) Forums

Full Version: Create a form
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like to create form using QTP.

Ex: In my windows application i have features like 'Copy' , 'Rename', 'Search'
..etc

I want to create a form with check boxes , each check box corresponding to particular feature of my application , later when i would like to run the test i can selectively perform the testing of individual components. ie if I select a check box corresponds to feature"Copy' , it should invoke the script written for 'COPY"

I would great , if any one can help me guide me in this regard.
Hi,
Instead of creating it in QTP, try to create it using HTA & VBScript combination & then invoke QTP from same vb script according to the settings
In QTP, you can do this using Dotnetfactory
see this thread Promt dialog box, if it helps you.