Micro Focus QTP (UFT) Forums
Getting a run time error - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Getting a run time error (/Thread-Getting-a-run-time-error)



Getting a run time error - poojaprasanthi1919 - 10-15-2009

1.Recorded a windows application test(Flight Reservation)
2.run the test for the first time ----- worked fine
3.from next time on wards throwing a run time error


RE: Getting a run time error - Saket - 10-15-2009

In the first run you have closed your window application at the last statement.
So you will have to launch your application again either manually or insert a statement to lauch it.


RE: Getting a run time error - poojaprasanthi1919 - 10-16-2009

Thanks saket

i have inserted a stmt

SystemUtil.run :"C:\Program Files\HP\QuickTest Professional\samples\flight\app\flight4a.exe"

now its working fine

regards
pooja