Automation Guide
Application testing
Testing web and RIA applications
Testing web applications
Troubleshooting web automation ![](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAAXklEQVRIiWNgGAWjAAoYoZhmhk9kYGCYQStLHBgYGP4xMDD8h1pEE0vSkSyhmU9GqCVMtHABJYCmQTR0DXdgoCCjMROh5iEDA4MgAwPDRQYGhlyoRVQHNC3sRsEQBwD2mR7t73r7NQAAAABJRU5ErkJggg==)
The requested page is not available for selected version.
How to verify a control if its value starts with the pound key?
A: TestArchitect recognizes the pound key (#) character as the beginning of an expression. In order to get around this issue, insert a back slash ( \ ) escape character before the value being verified.
For example, you may want to verify the contents of a text box whose value is expected to be #john. In the test editor, you would write:
window control value
check login user name \#john