Hi Ashish,

Using below code you can add any no.of add-ins during run time.

Set qtpapp=CreateObject("QuickTest.Application")
Addins = Array("Terminal Emulators","Web","WPF")
qtpapp.Test.SetAssociatedAddins(Addins)

Note: The add-in's should already be installed.

Regards,
Suman CH


On Sat, Jan 21, 2012 at 8:10 PM, Sreedhar <[email protected]> wrote:

> Install the WPF addin on the execution box and make sure for your test
> script the WPF add in is selected ...check in addin manager
>
> Thanks,
> Sreedhar Mallipeddi
> 813 334 0327
>
> On Jan 13, 2012, at 12:46 AM, Ashish <[email protected]> wrote:
>
> > Hello Everyone,
> >
> > My application is in WPF. I have written a TestSet in Quality Center
> > which contains 3 tests.
> >
> > While running test, It opens QTP of target machine but It does not
> > load WPF addin. Due to that test is not able to identify WPF controls.
> >
> > Can any one help to break this scenario?
> >
> > Thanks in Advance,
> > Ashish Parmar
> >
> > --
> > You received this message because you are subscribed to the Google
> > "QTP - HP Quick Test Professional - Automated Software Testing"
> > group.
> > To post to this group, send email to [email protected]
> > To unsubscribe from this group, send email to
> > [email protected]
> > For more options, visit this group at
> > http://groups.google.com/group/MercuryQTP?hl=en
>
> --
> You received this message because you are subscribed to the Google
> "QTP - HP Quick Test Professional - Automated Software Testing"
> group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/MercuryQTP?hl=en
>

-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

Reply via email to