ContributionsMost RecentMost LikesSolutionsSmartbear Chrome Test Extension errors Test Project ran fine for months, last night lots of errors and no objects could be found in Chrome. Now cannot record or play back anything in Chrome. I uninstalled Testcomplete and chrome , rebooted PC and installed both again(ensuring the extension was enabled). The problem still persists. On looking at the extension I have some errors as below: 1. Unchecked runtime.lastError: Failed to start native messaging host. Context background.htm Stack Trace background.htm:0 (anonymous function) 2. Error in event handler: Error: Attempting to use a disconnected port object Context background.htm Stack Trace background.js:126 (destroyObject) background.js:176 (anonymous function) Chrome version is72.0.3626.121 Testcomplete version is14.10.1042.7 x64 I have admin rights and all registry entries are correct Any ideas of what is going on? Many Thanks Task scheduler project not starting V12.42.3048 WIndows 10 Sorry the "Enable support for testing Windows Store applications" under |Tools/Options/Engines seems to have become selected. I unselected this option and it now works. I run scheduled projects using Task Scheduler. I have recently upgraded my TC version to 12.42.3048. Ever since then task scheduler has been unable to even start Test Complete, even when creating a new Task Scheduler task. Error message from attempted run: Task Scheduler failed to launch action "C:\Program Files (x86)\SmartBear\TestComplete 12\Bin\TestComplete.exe" in instance "{ba259b6a-f703-40f7-a9f5-ea51c6de6c1d}" of task "\TestComplete_Overnight_QA_Project". Additional Data: Error Value: 2147943140. Has anyone encountered this before? I have not seen any issues searching the community. I cannot even get TC to start creating a new task which seems a bit strange. Many thanks. Re: Test Complete not finding objects in salesforce Thanks for your help but the problem has been resolved by the fact that the users are going to be using IE so no need to test in Chrome (for now) and IE works perfectly. But for info Chrome version 43.02357.81 (version held on our Citrix environments)and TC 12.10.602.7 Test Complete not finding objects in salesforce I am trying to automate tests for Salesforce but I am struggling to identify any objects all I get back is Sys.Process("chrome").BrowserWindow(0).Client("Google Chrome").Client(1).Client(0).Document(0) essentially the whole web page - eventhe Object Browser does not identify any lower level objects. has anyone had experience of testing Salesforce CRM? Re: log reporting an error that I cannot find Sorry I should have made it more clear. The warnings are fine I understand these, it is the actual error that is stated in the information panel under the Log items but as you can see from the screen shot there are no errors listed in the log. If you select go to next on the log and select error it states that no error can be found. log reporting an error that I cannot find I ran my overnight project and the email notification stated an error, but on the checking the actual log I could not identify the actual error (there is no error on the log, I even clicked go to next error). I re-ran the test that had warnings and have found the individual test that states an error but still cannot actually find the error. attached a screenshot of the log. Has anyone encountered this before, if so what is happening and how can I correct it. Thanks in advance SolvedRe: How to do scroll in a panel when object spy not able to identify scroll but only identify panel? I find using the following more reliable and accurate panelCtl00Scrollablepanel |MouseWheel | -2, ... Simulates a mouse wheel rotation. Delta indicates the distance the wheel is rotated (a positive value indicates that the wheel was rotated forward, away from the user; a negative value indicates that the wheel was rotated backward, toward the user). a minus figure scrolls down basically and a postive figure scrolls up. Increase the number to increase the distance scrolled. Re: [LoadUIWeb] Changing domain from that which the script was recordedI read through the page that you linked to. I am confused. (easily done!) Application "Application1" So I recorded the script on My PC that is on Domain 1A The actual application is hosted on Domain 2B. The recorded scripts use domain 1A in the requests and thus returns errors. If I need to change the domain Domain 2b/Application1? [LoadUIWeb] Changing domain from that which the script was recordedHello, I want to change the domain from the one that my computer used whenI recorded the load test script. In previous versions of the tool the Authentication Information table had a column where the Domain could be added/changed. Is there a way to emulate this on the latest version? current version 2.90.4015.23 previous version with the Domain available in the authentication table 2.85.3660.23 Many thanks in advance[LoadUIWeb] active directory authenticationI successfully recorded and played back load tests on our test environment as a practice run. I then proceeded to record on the Live environment, the reason for the testing in the first place. In the LIVE environment I get 401warnings back from the majority but not all of the requests,no matter what authentication details I put in the authentication Information. having scrabbled around for info all day yesterday and today I come to the forum as a last resort. any idea anyone? we use AD and I also put in logon details for our ASP server and the PC the tests arerun on.