Micro Focus QTP (UFT) Forums
Janus GridEx Controls - 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: Janus GridEx Controls (/Thread-Janus-GridEx-Controls)



Janus GridEx Controls - balarayudu - 05-18-2009

Hi All,

Can some one suggest me to solve the issue with Janus GridEx Controls.

We are using QTP 9.5 to automate .Net application developed with Janus GridEx Controls. In this application all objects are identified as swfobject instead of it's respective object names.

The swftypename for some objects as: Janus.Windows.GridEX.GridEX
and for some objects
Code:
Janus.Windows.ExplorerBar.ExplorerBar

Ex:
Code:
Browser("STARLIMS v10 (Master)").Page("STARLIMS v10 (Master)").SwfObject("STARLIMS v10 (Master)").SwfObject("linkBar1").Click 51,290

I have attached application snapshot for your reference.

Special Request to Ankur: Ankur can you please look into this issue.

Thanks,
Bala.


RE: Janus GridEx Controls - Ankur - 05-19-2009

Are you sure QTP officially supports these controls?

Also request you not to duplicate threads.


RE: Janus GridEx Controls - balarayudu - 05-19-2009

These controls are part of .Net application, which QTP is not supporting. Is there any supporting patches which we can get.


Unfortunately the thread was submitted two times - sorry for that.


RE: Janus GridEx Controls - Ankur - 05-19-2009

Yes, I know these are part of .NET applications. FYI... QTP doesn't support all .NET controls. Generally you can find such info in the 'ReadMe' that comes pre-installed with your QTP version.

For the unsupported controls you might like to go for .NET extensibility.


RE: Janus GridEx Controls - balarayudu - 05-19-2009

Yes Ankur you are right.... I did research on all available possibilities. I couldn't find any solution to get either patch from hp or any other support from the appliation vendor. In case, if you could come across any such kind of problem....that will help me to find the solution for this scenario.

How to implement .NET extensibility. Can you please give me some example or any workaround to use this.