AMP allows users to create automated tests that spider a domain from a specified Start URL and test all pages encountered by the spider. When automated testing is performed in this manner, the results are saved to an AMP report that is created when the test is run. Automated tests can be run on demand or scheduled to run on a regular schedule.
On this page:
Create a new test
Tests are created for the asset that should be tested. On the Asset Dashboard, select the Tests link in the Asset Navigation widget.
On the subsequent page, select the "Create New Test" link, which opens up the test creation wizard.
Configure your test
AMP allows you to create an automated test in two ways:
- Classic: Setup a start URL for the spider to start on.
- CSV Upload: Upload a CSV with URLs to be tested by Access Engine.
Classic test
When setting up a classic test the following configurations should be set:
- Test Name: Setup a name for the test. The date on which the test is run will be concatenated to the test name to create the name of the report that will be created to store the test results.
- Report Owner: Select the user who should be set as the owner for the reports created by the test.
- Start URL: The page on which the spider should start.
- Viewport Size: Select the viewport size that should be used to test the site. The default is 1024 x 768, but users may select different viewport sizes to test accessibility of a responsive site as it would be viewed on different devices.
- Max Page Count: Select the maximum number of pages that should be scanned and tested. The default selection is 10 pages.
- Publish Document Inventory: Select this checkbox if files should be published to the Document Inventory for future testing.
CSV upload
When setting up a CSV Upload test, the following configurations should be set:
- CSV Spider Options: A single test can be setup to test all pages in the CSV file, or a separate test can be created for each URL in the CSV file.
- Test Name: Setup a name for the test. The date on which the test is run will be concatenated to the test name to create the name of the report that will be created to store the test results.
- Report Owner: Select the user who should be set as the owner for the reports created by the test.
- Max Page Count: Select the maximum number of pages that should be spidered and tested. The default selection is 10 pages.
- Publish Document Inventory: Select this checkbox if files should be published to the Document Inventory for future testing.
- Document: Select the CSV file that contains the URLs to be tested.
- Viewport Size: Select the viewport size that should be used to test the site. The default is 1024 x 768, but users may select different viewport sizes to test accessibility of a responsive site as it would be viewed on different devices.
Optional configurations
A number of optional settings can also be configured for both test types:
- Test Scheduling: These optional settings allow you to set the test up to run on a predefined schedule.
- Select Macros: Pre-recorded macros can be selected to be run on their related pages when encountered by the spider.
- Both Assistant Macros or Selenium Scripts can be tied to a CSV Spider. You will be able to do this by tying the macro to the "Classic Configuration" first then switching to a "CSV configuration" and finishing up the setup. This will allow AMP to run the Macro first then start spidering the pages specified in the CSV.
- Advanced Test Configuration: A number of optional configurations are available here, including the maximum page depth, negative and positive filters, iframe testing settings, and XPath exclusions.