ContributionsMost RecentMost LikesSolutionsRe: "Tests by Last Run Status" chart: Need the Exclusion, Chart Data, & Drill Down SQL for the chart That's exactly what I needed. Thank you!! "Tests by Last Run Status" chart: Need the Exclusion, Chart Data, & Drill Down SQL for the chart Hi Everyone, Some SQL changes (we don't know what changes) were made to our "Tests by Last Run Status (Current Project)" Dashboard Chart and now the reoprt can't be Previewed or Displayed on a Dashboard. Could someone send me the Exclusion Count SQL, Chart Data SQL, and Drill Down Report SQL for you chart if you haven't modified the SQL? The chart can be found in Setup>Report Setup>Manage Dashboard Charts. Thank you!!! SolvedCan't Find the Option to Stop the Test Agent from Logging Off Windows When Running Automated Tests. Hello, In the Test Automation Integration w/ Test Management document from Smart Bear, it states the following: "The Test Agent can be set to logg off windows on the Host machine......There is an option on the configuration form to first check if that user is current logged in, and avoid the log out process." I'm unable to find option on the configuration form assuming the documentation is referring to Test Management | Configurations. The documentation screenshots show a checkbox in the Test Agent setup that I am not seeing on any page when I go through the wizard. UPDATE: I found what I was looking for. Thanks! How to do a OnWebDownloadFinished Event in Chrome?Hi, I've come to understand that it's not possible to use the Web Testing Events in Chrome such as OnWebDownloadFinished or OnWebPageDownloaded. I've read there is an ActiveX plugin for Chrome that could be used but that is not an option for my company. How can I do a search for an object after a web page has downloaded and then perform some additional actions such as take a screenshot of the error and add a log file to the test results using an Event? The closest I've come to accomplishing what I want to do is by using an IF statement to look for the object (error panel), log a Warning, then use the OnLogWarning Event to run a series of steps. This solution, however, requries me to touch every script and add an IF statement followed by a warning message every time a page has downloaded. Ouch! That's alot of work/maintenance. I'm relatively new to Test Complete so the easiest/most maintainable solution would be ideal :) I've attached a screenshot of the steps I'd like to put into an event handler of some sort for Chrome. Thank you for your help!!! Re: Chrome is crashing during playback when simulating the use of the ALT key for testing hot keys. Hi Tanya, Chrome Version: 37.0.2062.103(Official Build 291558)m Test Complete Version: 10.30.1145.7 Application: Web/Java/Ajax/Oracle/MSSQL We are using Chrome in our test. I did try to reproduce the issue in Internet Explorer but all works fine in IE. In one of our test scripts we are using the Keys Operation and a "~l" which is the hot key for the button we want to activate. Once the keystoke is smiulated in Chrome during playback, the browser immediately crashes. Chrome is crashing during playback when simulating the use of the ALT key for testing hot keys. We're testing the hot keys in our application and anytime during playback that we try to use the ALT key to activate a button, chrome crashes everytime for everyone. We can use the CRTL and SHIFT keys during playback to activate buttons without any issues but not the ALT key. Has anyone encountered this issue in Chrome? How to attach a file to the Keyword Test Log for a failed test script stepWhen a test fails, sometimes an errors.txt file is generated on our server and I would like to attach that file to the Keyword Test Log. How do I attach files to a failed test script step in the Keyword Test Log? Thank you!!Re: How to Create a Custom Log Message After an Object Checkpoint Fails.That worked perfectly! Thank you!!How to Create a Custom Log Message After an Object Checkpoint Fails. When I perform a Checkpoint for an object's existence and the Checkpoint fails, how do I create a message using the Log Message feature that will display a more meaningful message (a message that I define) in test result test logs? Currently, if an Object Checkpoint fails, I get a message in the test log that simply says the test run has stopped because the Stop on Error setting is enabled. Thank you in advance for your time and assistance!!! :) Solved