
Loading ...
QTP test results are stored in form of XML which can be read the Test Result viewer that comes with QTP or the QTP-QC Add-in. Viewing every report individually through the Test results viewer does not help much when you bulk # of tests to be executed. Information like the Name of the Test, Status, [...]
Register or Login to read the full article...
Tags used -
Extract, Failed, Passed, read, Results, status, Summary, Test, TestResults, Warnings, XML

Loading ...
HTML and XML are very common entities in the testing/automation world. At time we are required to convert the HTML/XML to a Plain text version. Example of such a conversion can be seen below
<HTML><BODY><FONT color="red">Click on the Login link</FONT></BODY></HTML>
The converted text for about HTML would be “Click on the Login link”. One example of such [...]
Register or Login to read the full article...
Tags used -
Convert, HTML, Plain, Strip, text, XML