Micro Focus QTP (UFT) Forums
Create a form - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others)
+--- Thread: Create a form (/Thread-Create-a-form)



Create a form - cheluvambika - 09-22-2009

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.


RE: Create a form - manabh - 09-22-2009

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


RE: Create a form - Saket - 09-22-2009

In QTP, you can do this using Dotnetfactory
see this thread Promt dialog box, if it helps you.