Hi,
I have one product which is using “Infragistics NetAdvantage for .NET 2009 Vol. 1 CLR 2.0”. for developing Windows application. I have tried with "Test Advantage 9.1" with QTP 9.5 to test the application.
Here i'm attached one of the grid the one which we need to automate in our application, below are the my test scenarios.
1. In (1, 2, 3 ) Rows we have Buttons, here we wanted to click the button and select one of the Check box, and click on the OK button from that window. please see the second Image
2. In (4, ,5, 6, 7) Rows we have Drop down buttons, here we wanted to select one option from the Drop down and get the items count.
3. In Last Row we have one Calender picker, here we wanted to select one date. please see the first image.
please guide me on this.
Hello,
Please provide me with the following information so that I may look into this issue:
1. Version of QTP with all installed patches.2. Version of the .NET Add-In with all installed patches.3. Version of .NET runtime application was built with.4. Full version of NetAdvantage used in AUT.5. Full version of TestAdvantage.In QTP 9.0 and later the version of QTP and the .NET Add-In and patches can be obtained on the Product Information page. The product information page is accessible from the about window.To obtain the full version of NetAdvantage used in the AUT (application under test) you can look at the version of the NetAdvantage assemblies provided with the AUT or you can ask your developers. To obtain the version from an assembly, right click the assembly in Windows Explorer and select Properties. On the Properties dialog, from the Version tab, look for the Assembly Version.The full version of TestAdvantage being used can also be obtained from the assemblies. By default the TestAdvantage assemblies are located in the "C:\Program Files\Infragistics\TestAdvantage [version]\Bin" folder.Let me know if you have any questions with this matter.
Alan
In my AUT there is one List Box in cell. I want to select the value from list. During recording QTP recorded this as SetCellData but during play back it got failed. Any comment?
balraj.goel@yahoo.com
The best way to determine how to interact with the cells of different types in the grid would be to record on your application and see what is recorded for clicking the buttons in the cells and what is recorded for when you select a value from the drop down. This would give you the methods that you need to call to duplicate this behavior.
Let me know if you have any questions with this matter.