|
Browse by Tags
All Tags » RFT ( RSS)
-
Hi Divya, The answers is Yes and Yes :) Regards, Ammar
-
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...
-
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, 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
-
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...
-
I don't think the issue is a recognition problem. Is it possible that the control is taking long time to appear (or load its data if that is applicable) this might be true as the successful run is inconsistence. Try adding the following line right before the line that throws the exception sleep(5...
-
Hi hbiba, RFT and TestAdvantage works fine on VMWare machines. I actually do all my testing on a VM. (I'm using VM workstation v 6.0) which one are you using? Do you have the latest VMWare tools installed on the machine? Also there might be some setting about the input devices (mouse and keyboard...
-
Hi Tarik, The issue you are facing means that RFT is not able to find the control (UltraActions) when you run your script the second time. If the application is an MDI application make sure you don't have more than one instance of the form that includes the UltraTree control. You can also try checking...
-
Hi Divya You answered your own question in the last sentence of your post. You used NetAdvantage 7.3 for development. This means you need TestAdvantage version 7.3 to test that application. I think you either have TestAdvantage 7.1 or 7.2 and that is why actions on the controls are recorded as co-ordinate...
|
|