TestComplete samples (both built-in and additional) are located in the <Users>\Public\Public Documents\TestComplete 14 Samples folder.
Some file managers display the Public Documents folder as Documents.
TestComplete allows you you to perform functional web testing. You can record and run automated tests for your web applications in various browsers to verify that they work correctly.
Overview
About Testing Web Applications (Default Approach)
Basic Information and Requirements
Supported Web Browsers and Technologies
Creating Web Tests
Creating and Recording Web Tests
Understanding Web Object Identification and Object Models
Cross-Browser Testing in TestComplete
Considerations for Web Testing
Possible Issues With Web Testing
Related Topics of Interest
Testing Flash and Flex Applications
Testing Silverlight Applications
About Support for Chromium Embedded Framework
About Testing Electron Applications
Tutorials
You can walk through the Testing Web Applications - Tutorial to learn the basics of creating web tests. This tutorial is recommended for novice users and for users who do not have experience in web test automation.
Samples
To use the following samples, download the TestComplete Samples installation package from the https://support.smartbear.com/downloads/testcomplete/samples/ page of our website and run it.
General-Purpose Sample
This is a general-purpose cross-browser test project for the sample Orders application on the SmartBear web site.
Tested web application:
https://services.smartbear.com/samples/testcomplete10/weborders/
TestComplete project suites:
<TestComplete Samples>\Web\Orders\Web
Handling Browser Dialogs
This test project demonstrates how to automate various JavaScript popups and browser dialogs.
Tested web page:
https://services.smartbear.com/samples/testcomplete10/dialogs/
TestComplete project suites:
<TestComplete Samples>\Web\Dialogs Sample