In general, to convert XML with XSL, you may use any free xslt engine (like http://saxon.sourceforge.net/ HE). You will need to run it from command line, but while you waiting for MSXML3.dll working you can generate reports.
By the way, do you have *http://support.microsoft.com/kb/269238* MSXML installed? On Mon, Oct 17, 2011 at 2:16 PM, Kishor Kumar <[email protected]> wrote: > Hi Rahul, > Hope this solves your issue. > > > http://www.alliance-consulting.com/white-paper/test-utilities-generating-HTML-Reports-for-HP-Quick%20-test-Pro.html > > > Please let me know if, need further details > > Regards, > Kishor > > > On Mon, Oct 17, 2011 at 10:14 PM, iRahulSingh > <[email protected]>wrote: > >> Hello Friends, >> >> I've stuck in a problem for quite a while now and not able to do >> anything to come out of anything. In My framework, after test >> execution Output is returned to user with a mail in the form of excels >> where the test execution details per row basis of input sheet. Now >> I've a task in my hand where we want to have QTP Results ( generated >> by QTP). >> >> I'm working with QTP 11 and it by defaults generates the XML results >> which we can convert to HTML using XML parser and XSL stylesheets ( as >> per many forums and experts ) but in my case i'm not able to do it as >> i'm getting "Unable to access MSXML3.DLL" and hence not able to use >> the MSXML DOM Object. >> Also, I've tried the QTP registry hack to generate HTML results in the >> form of logs along side test results folder . I can use them and can >> attach them to the mail sent to the user after the test execution but >> those results are not that convincing and Manually conversion of QTP >> results from Result Viewer to HTML are gud but can;t do it everytime >> for Obvious Automation purpose. >> >> Please Help me guyzz and suggest me a solution which i can use to have >> My Results in HTML >> >> >> Thanks. >> Rahul >> [email protected] >> >> -- >> You received this message because you are subscribed to the Google >> "QTP - HP Quick Test Professional - Automated Software Testing" >> group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/MercuryQTP?hl=en > > > -- > You received this message because you are subscribed to the Google > "QTP - HP Quick Test Professional - Automated Software Testing" > group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/MercuryQTP?hl=en > -- You received this message because you are subscribed to the Google "QTP - HP Quick Test Professional - Automated Software Testing" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/MercuryQTP?hl=en
