Google Chrome: Unable to run automated tests
Problem
During an automated test run, the following warning message appears in the Automation Problem dialog box or test result:
Chrome was not configured in the correct manner. Please refer to web testing section in TestArchitect Docs to learn how to reconfigure Chrome for testing.
Note that improper configuration of Chrome results in automation playback being unable to properly match web controls. Hence, for example, a check control exists action would produce a Failed result despite the existence of the target control.
Solution
You can resolve this issue in one of two ways:
Option #1: Manually reconfigure Chrome.
Follow the steps below:
- Stop the currently running test.
- Follow the procedure discussed in Setting command line switches.
- Re-run the automated test.
Option #2: Use the navigate action.
注意:The built-in navigate action automatically reconfigures Chrome by setting several of its command line switches.Stop the currently running test.
Close Google Chrome, if open, and terminate any running Chrome-related background processes.
Insert the navigate action in an action line prior to any actions that interact with GUI web controls.
重要:Only a value for the action’s location argument should be specified. If your test needs require you to specify a window argument as well, ensure that the specified window is reconfigured and launched .Re-run the automated test.