Oct 22 2008 12:28 PM 2346 10 Exit Applications hjdavis What is the best way to close a browser in if a test run fails in QTP? swatiag.1980 Profile Answers by swatiag.1980 Questions by swatiag.1980 Sep 2nd, 2010 If we want to close all application threads opened by qtp in that run, we can use:SystemUtil.CloseDescendentProcessesIt will not close any application that was open already before starting the run. jaya_jc Profile Answers by jaya_jc Questions by jaya_jc Dec 20th, 2008 Browser("Browser").Close Answer Question Select Best Answer
Oct 22 2008 12:28 PM 2346 10 Exit Applications hjdavis What is the best way to close a browser in if a test run fails in QTP? swatiag.1980 Profile Answers by swatiag.1980 Questions by swatiag.1980 Sep 2nd, 2010 If we want to close all application threads opened by qtp in that run, we can use:SystemUtil.CloseDescendentProcessesIt will not close any application that was open already before starting the run. jaya_jc Profile Answers by jaya_jc Questions by jaya_jc Dec 20th, 2008 Browser("Browser").Close Answer Question Select Best Answer
swatiag.1980 Profile Answers by swatiag.1980 Questions by swatiag.1980 Sep 2nd, 2010 If we want to close all application threads opened by qtp in that run, we can use:SystemUtil.CloseDescendentProcessesIt will not close any application that was open already before starting the run.