Micro Focus QTP (UFT) Forums
QTP for TIBCO/GI based application - 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 Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: QTP for TIBCO/GI based application (/Thread-QTP-for-TIBCO-GI-based-application)



QTP for TIBCO/GI based application - monika_agrawal - 09-10-2009

Hi,

We are trying to automate a web application which is developed on TIBCO General Interface.All the objects in the application are getting recognized as WebElement.Please let us know if any add-in is required for recognizing the objects.Here we are using QTP9.5 version.

Thanks In Advance,
Monika


RE: QTP for TIBCO/GI based application - Saket - 09-10-2009

QTP should work for a web application. Can you check that you have opened your application after opening QTP?
also check the web Addin is properly loaded.


RE: QTP for TIBCO/GI based application - monika_agrawal - 09-10-2009

QTP is working,but it is capturing all the objects as WebElements.Also we have opened our application after opening QTP.


RE: QTP for TIBCO/GI based application - Tarik Sheth - 09-10-2009

Hi,

Can you try executing 'SettingNewBrowserControlApplication.exe' file.

You will find it at the below mentioned location.

C:\Program Files\Mercury Interactive\QuickTest Professional\bin\SettingNewBrowserControlApplication.exe


RE: QTP for TIBCO/GI based application - Saket - 09-10-2009

Hi Tarik,
the utility you have mentioned is for adding browser functionality to non-Web application. It registers to identify the browser control used in a particular application. This is not to register web objects, so it will not work in this case.
Monika - can you please take a spy of your control and attach the snapshots here?


RE: QTP for TIBCO/GI based application - Tarik Sheth - 09-10-2009

Hi,
Oh. Ok. I guess in that case a screenshot will be helpful.


RE: QTP for TIBCO/GI based application - Saket - 09-10-2009

I just tried to spy on a page developed with Tibco, QTP identifies some objects like webCheckbox, webedits, images..
but it identifies as webelement for all custom controls (i guess), saying class as jsx30...
I dont think there is any add-in available for these controls now. So you will have to work with the current identified only, firing the proper event required.
also you can try Web extensibility to make QTP identify these controls.

You may raise a case at HP for this.