You basically need the code to be run when the script ends
So you can add a VBS file with below code
GeSHi (qtp):
Class VBSRunner
Sub Class_Terminate
() SystemUtil.
Run "wscript",
"c:\XML2HTML.vbs" End SubEnd Class
Dim oRunner
Set oRunner =
New VBSRunner
Then you should create a file c:\XML2HTML.
vbsSet QTP =
CreateObject("QuickTest.Application")'Wait for the Test to Completely finishWhile QTP.
Test.
IsRunning :
Wend'Now do the XML to HTML conversion Created by GeSHI 1.0.7.20