I am getting some issue with the below command:
I am trying to parameterize different dates for different passenger. but getting few issues with the data table
Suppose the month is January, any date and year (01/25/12). When I insert the same date on the datatable, it takes as “12512″. During Run, QTP takes the value as Month:12(December), date:51(Error), Year:2(Error). Please help me with the situation.
Code:
Window(“FlightReservation”).ActiveX(“DateOfFlightEdt”).Type(DataTable.Value(“Date”,”Global”))
I am trying to parameterize different dates for different passenger. but getting few issues with the data table
Suppose the month is January, any date and year (01/25/12). When I insert the same date on the datatable, it takes as “12512″. During Run, QTP takes the value as Month:12(December), date:51(Error), Year:2(Error). Please help me with the situation.