With TestComplete you can do more than just perform functional testing of web pages. Since it provides access to web page elements, you can use it to perform various checks over the web page.
Before publishing the web site, you may need to validate the markup of its pages, validate CSS and check the site for broken links. TestComplete lets you automate checking and validation processes. Also, with TestComplete you can check different characteristics of a web page and its elements. This lets you determine whether the web page matches the quality standards adopted in your organization.
The topics of this section provide quick tips and code snippets on how to perform miscellaneous checks.
In This Section
Checking if a Page Contains Specific Text
Searching for the Element Containing the Desired Text
Finding an Image on a Web Page
Checking the Images' ALT Attribute
Checking Image Size Specifications
Testing Pages With Multiple Zoom Levels
Validating Web Pages With TestComplete
Ignoring Query String Parameters
Simulating Keystrokes in Browsers
Related Topics of Interest
To quickly create checking and comparison script code, you can use web checkpoints:
About Web Accessibility Checkpoints
About Web Comparison Checkpoints