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
40
Unable to select the SwfCalendar dates
posted

Setup: Qtp - 9.1, Infragistics - 7.0, Addin - .net

(Following BPT method for QTP)

We are using following SwfCalendar object for selecting date from the calendar. SwfWindow ("A").SwfWindow ("B").SwfCalendar ("ultraMonthViewMultiMtgDatesEdi").Object.CalendarInfo.Appointments.Add Date, Date, "subject"For the above code it is highlighting the date from the calendar in the front end, when we taught it is selected but it is not selecting the date in the backend. This is happening since we are following Business Process Testing method. This is happening if try to call the script using QC or directly from QTP.We have tried the "SetDate" function which is not working from QC. It is working from QTP only. Need some suggestion on how to select the swfCalendar object? Appreciate your response at the earliest. Thanks