|
Browse by Tags
All Tags » TestAdvantage ( RSS)
-
I tried a similar drag action on one of my test application and it seems to be replaying with no issues: UltraGrid1Table().DragToScreenPoint( _ AtCell(AtRow(AtIndex(0)), AtColumn("Address")), _ DisplayGridTable().GetScreenPoint(AtCell( _ AtRow( _ "Value", "Fax"), _ AtColumn...
-
Hi, In my application we have RibbonToolBar which is recording select operation like SwfWindow("SwfWindow").SwfToolbar("SwfToolbar").ClickRibbonTool (ribbonTab,tool) Now the same Tool from RibbonToolbar I want to select and add to Quick Access Toolbar. It is recording like SwfWindow...
-
Good to hear that my code helped you. Unfortunately there is no JavaDoc API but the API reference section in the installed help applies to both java and VB scripting. For the drag action, I'll need to look at the script line that throws the error. It could be an issue in finding the target of the...
-
Hi Dennis, Use the following line after "ActivateCell" method call CellActivation = SwfWindow("Company Name").SwfWindow("Purchase Order for Branch").SwfTable("ultraGrid1").GetNAProperty("ActiveCell.Column.CellActivation") This return an Enumeration as...
-
Hi, To test your application you need TestAdvantage 8.2 which will be released on Aug 27. if you need a beta build please contact Infragistics sales. Regards, Ammar
-
TestAdvantage is available for automating the testing of NetAdvantage for Windows Forms-powered applications. It is available in two editions, depending on the testing tool you use: HP QuickTest Professional software, or IBM Rational Functional Tester. TestAdvantage for Windows Forms (for HP QuickTest...
-
We have application which has SwfTable after double click on required cell of table it opens Customize Tabworkspace with added tab with same cell name. In same tabworkspace we can add number of tab as discussed. I am able to record select required tab from number of tabs ex. TabControl Type is CustomUltraTabWorkspace...
-
Hi Dan, TestAdvantage proxies have one-to-one compatibility with the NetAdvantage version that is used to build test application. So If the test Application is built with NetAdvantage 2007 Vol1 then you have to use TestAdvantage 2007 Vol1 to test it. You mentioned that your application is build with...
-
Hi~ We are testing an application which adopts tons of Infragistics UltraGrid (2006) with RFT 7.0.1 or higher. Before installing TestAdvantage_WinForms_IBM_20073.exe, during the recording phase, we tried to use "Object Finder" to create a verification point on a cell data of UltraGrid, RFT...
-
Hi Uri, What version of TestAdvantage are you using? There is different way to embed a check box inside a cell. Can you check with the developer how he did it? Here is one (assume the cell is the first one on the first row) .GetNAProperty("Rows[0].Cells[0].Column.Style") If the returned value...
|
|