Skip to content

Replies

0
Georgi
Georgi answered on Jul 22, 2013 7:52 AM

Hello palaniyappan,

If you need any additional assistance don’t hesitate to ask.

Regards

0
Georgi
Georgi answered on Jul 18, 2013 11:33 AM

Hello palaniyappan,

I`m not sure that I understand well your issue. Could you please give us more details about your environment, scenario, final goals and issue. Please answer to the questions below:

1. What is your OS (Windows 7, XP, … ). Is it a x32 or x64 bits machine

2. Do you have any installed service packs and which one.

3. What is your current version of your QTP

4. Do you have any installed patches and which exactly

5. What is your current version of NetAdvantage and TestAdvantage products

6. Are you using CLR2.0 or CLR4.0

7. Are you able to recored and replay correct scripts with our default samples

Please take a look at the answers of your questions:

Issue 1: If you are talking about specific Infragistics properties, then you could use GetNAProperty() method

Issue 2: Will be better to give us more details about the controls into your AUT. Looking at that information, I suppose that you should install one or more QTP patches to be able to identify correctly Infragistics controls

Issue 3,4: I`m not sure what you mean. Please explain.

Let me know if you have any questions.

Regards

0
Georgi
Georgi answered on May 16, 2013 6:17 AM

Hello VLS,

Have you been able to resolve your issue ? If you still have any concerns or questions I will be glad to help.

Regards

0
Georgi
Georgi answered on May 10, 2013 2:56 PM

Hello VLS,

Your question is not related with Infragistics and our TestAdvantage, because we have not ContextMenu control. Maybe you are using Microsoft`s ContextMenuStrip control in our UltraGrid. If so, then you could use the default functionality in the QTP and check if the Item from context menu is enable or not.

You could use the code below:

SwfWindow("Form1").Move 359,166
SwfWindow("Form1").SwfTreeView("ultraTree1").ActivateNode "\Node13"
SwfWindow("Form1").SwfTreeView("ultraTree1").Select "\Node13"
SwfWindow("Form1").SwfTreeView("ultraTree1").RightClick ""
SwfWindow("Form1").SwfToolbar("SwfToolbar").Select "AAAAAAA"
SwfWindow("Form1").SwfTreeView("ultraTree1").RightClick ""
If SwfWindow("Form1").SwfToolbar("SwfToolbar").IsItemEnabled("AAAAAAA") Then msgbox("Yes")  Else msgbox("No") End If
SwfWindow("Form1").Close

Please take a look at the attached video file for more details. Let me know if you have any further questions.

Regards

0
Georgi
Georgi answered on Mar 13, 2013 8:08 AM

Thanks for the info. I`ll write you in the mentioned thread

Regards

0
Georgi
Georgi answered on Mar 13, 2013 6:59 AM

Hello Ravi,

Have you been able to resolve your issue ?  If you still have any concerns or questions I will be glad to help. If you need any additional assistance don’t hesitate to ask.

Regards

0
Georgi
Georgi answered on Mar 7, 2013 8:51 AM

Hello Ravi,

I suppose that this question is duplicate with the question from this forum thread  https://www.infragistics.com/community/forums/f/test-automation-for-micro-focus-uft-windows-forms/25150/accessing-column-names/395472#395472 

Please take a look there and provide us more details.

Regards