Forum Discussion

sureshkumars's avatar
sureshkumars
New Contributor
12 years ago

How can we add the appointment in Infragistics .Net application

Hi All,



      I am using TestComplete 9.30. I faced the problem to add the appointment in infragistics .Net Application. The Control Name is "infragistics.win.ultrawinschedule.ultradayview". While spying the object, Am not getting the wRowcount & WDate properties.



Whether TC supports UltraDayView control objects?

If Yes Tell me the methods to create the appointment in UltraDayView.



Thanks in Advance!
  • AlexKaras's avatar
    AlexKaras
    Icon for Champion Level 3 rankChampion Level 3
    Hi,



    > Whether TC supports UltraDayView control objects?

    Check this page (http://support.smartbear.com/products/more-info/testcomplete-survey/) and vote for your control if it is not explicitly supported yet.



    > If Yes Tell me the methods to create the appointment in UltraDayView.

    Even if the control is not explicitly supported by TC, it definitely can be controlled by TC due to the fact that it is a .Net component and *all* .Net components are accessible to TC.

    Grab control into the Object Browser in TC, switch to the Methods pane and examine the methods available. Consult with your developers if it is not clear enough what method(s) to use to do what you need.
  • Hi Alex,



        Thanks for your response. I checked the control in the "Test Complete Support Survey". Its not there and i added this one into the list.



    My motto is to create the appointment in the ultradayview. The developers used the following method to addd the apponiment.

    "panel_bookAppointment(Appoint as object, Owner as object, Sender as object)".



    For that they used the control named as  "infragistics.win.ultrawinschedule.Appointment". Test complete supports this control?

    Thanks in Advance