Correlation and checking in Results
Correlation and checking In Previous post we have randomly selected value for depart and arrive. Each Depart and arrive have a outboundFlight and returnFlight field, which changes according to the selected values. For E.g.: When we recorded the script with depart as “London” and arrive as “Paris” the below flight details was recorded accordingly to the selection. /*web_submit_form("reservations.pl_2", "Snapshot=t5.inf", ITEMDATA, "Name=outboundFlight", "Value=241;97;03/28/2014", ENDITEM, "Name=returnFlight", "Value=422;102;03/29/2014", ENDITEM, "Name=reserveFlights.x", "Value=26", ENDITEM, "Name=reserveFlights.y", "Value=8", ENDITEM, LAST); */ As we see above the outboundFlight and returnFlight is hard coded and needs to be correlated according to the selected value. So inserting the c