
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 ...
HTML and JavaScript is a powerful combo for generating advanced controls for web. WYSIWYG editors are certainly one of them. But WYSIWYG editor are not implemented as general INPUT tag controls on a web page. Demo page for TinyMCE a WYSIWYG editor can be found here.
Trying to record on such editor will usually not record [...]
Register or Login to read the full article...
Tags used -
DeviceReplay, Editor, editors, Enter, Frame, Set, text, Textbox, Value, WebEdit, WebElement, WYSIWYG

Loading ...
January 27th, 2009
5:35 am
Web
When testing a field in a Web application, some of the common validations required are listed below
Validate the maximum length of data that can be inputed
Validate custom character set accepted
Validate only numeric values can be entered
Validate only alphanumeric can be entered
These validation can be tricky to perform because of the difference between how a user [...]
Register or Login to read the full article...
Tags used -
characters, Check, Input, input character, length, Max, Max Length, Numeric, numeric values, only, ReplayType, Reporter, Reportevent, text, Textbox, validate, validation, validations