Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
405
Selecting a radio button!
posted

Hi,

How can i select a radio button from an ultragid...when i record the script it give me the co-ordinates which i think i shudnt be relying on!

Are there any properties which can have me the desired radio/checkbox control selected?

Regards,

Ravi Salunkhe

Parents
No Data
Reply
  • 22852
    Offline posted

    Ravi,

    Is the application that you are testing WPF or Windows Forms?  I am asking this because the post is in the TestAdvantage for WPF forum and you mention the UltraGrid which is a Windows Forms control. 

    Assuming that you are using the UltraGrid, then you would need TestAdvantage for Windows Forms for the same volume as the volume of NetAdvantage that was used to develop the application under test.  Have you installed TestAdvantage for Windows Forms already?

    With TestAdvantage for Windows forms, SetCellData is the action that should be recorded when you change the values of cells and this is true if the cell has radio buttons or you are editing text.

    Let me know if you have any questions with this matter.

Children