Hi Everbody!!!!!!

I tried to write some script in QTP without Object respository

i completed all the process in the sample application..

for example the coding for login screen


Systemutil.Run "C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\flight4a.exe","","C:\ProgramFiles\Mercury Interactive\QuickTest Professional\samples\flight\app\","open"
dialog ("text:=Login").Winedit ("Attached text:=Agent Name:").Set "Ramya"
dialog("text:=Login").Winedit ("Attached text:=Password:").SetSecure "47f47caa00ce9411dbda9eedd2d3a76bab04bcf9"
dialog("text:=login").Winbutton ("text:=ok").Click


Likewise i completed for open order, insert order and everything

But now i dont know how to close the flight reservation window

Please somebody help me...........