
Loading ...
HTML gives a variety of ways to represent the information in Reports. The native QTP reporting does not support any direct method of reporting HTML text. There are certain workarounds that can be used to report HTML text
Method 1
This using the Reporter.ReportEvent with few special tags in the text being reported. The below code demonstrated [...]
Register or Login to read the full article...
Tags used -
color, HTML, Plain, report, Reportevent, Result, Results, Table, test result, test results, text

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

Loading ...
VBScript is a scripting language. A VBScript can be executed in various ways
Using Windows Script Host (wscript.exe and cscript.exe). Will cover this later
Inside HTML page for IE Browser.
Other host process which allows to execute code in VBScript format (ex - HP QuickTest Pro)
Internal methods and objects
VBScript provides method and objects that can be used [...]
Read the full article...
Tags used -
command, CScript, HTML, IE, Introduction, Mercury, VBScript, WScript

Loading ...
September 18th, 2007
9:30 am
General
Test automation is critical for quick turnaround of testing and extensive re-use of test components. Consideration of some simple automation requirements while designing/developing Web application would make the test automation robust and quicker.
This could be achieved by following couple of simple guidelines mentioned below. This would result in less automation effort and would increase the [...]
Read the full article...
Tags used -
Application, Automation, Cell, DIV, Favour, Favouring, Friendly, HTML, ID, Name, Row, Table, Web