|
Browse by Tags
All Tags » TestAdvantage ( RSS)
-
Aaron, ClickToolbarTool is a TestAdvantage method. TestAdvantage is a an add-in to HP QuickTest Pro that allaows the tester to interact with infragistics control in more readable and maintainable way that Click(x, Y) Infragistics provide two TestAdvantage product. One that is compatible with HP QuickTest...
-
Actually TestAdvantage versions that were released before QTP 9.5 works fine against QTP 9.5 but their installer had an issue. There is a simple workaround for the installer problem. This problem is due to a change in the location of registry keys for the .NET Add-In with QTP 9.5. Since TestAdvantage...
-
Hi Dimitris, NetAdvantage has one-to-one relationship with TestAdvantage. Each version of NetAdvantage has one compatible version of NetAdvantage; and each TestAdvantage version works only with one NetAdvantage version. So if you are using NetAdvantage 2008 Vol. 1 then you can only use TestAdvantage...
-
Hi Epshita, There is a SetInvalidDataCell action off of the UltraWinGrid proxy for QuickTest Professional for scenarios like this. It will record this action instead of the SetCellData, anytime the CellDataError event would be triggered. Such as typing text into numeric field, or selecting a value from...
-
Hi Divya, The answers is Yes and Yes :) Regards, Ammar
-
Dennis, unfortunately the Grid TestObject does not have any special actions for embedded editors inside its cells. There is one action that gets recorded when the user update a cell value no matter what the cell embedded editor is (a Combo, a CheckBox, a color picker or a text box, ... etc) This action...
-
The reason could be that to QTP both grid are mapped to one TestObject (SwfTable("ultraGrid1")) while in reality they are two different control. So I think what is happening is that QTP try to act on the first grid all the time (which I think does not have a column named "Home_Branch_ID"...
-
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...
|
|