ContributionsMost RecentMost LikesSolutionsRe: Compare the color of two pixels Hello Ingelise, Yes, get the color of the pixels by using the Picture.Pixels method and compare its returned integer values. Re: BDD scenarios do not create logs if the on start event is used Hello, I have got a confirmation that this will be fixed in one of the next minor updates of the tool. Thank you for reporting the issue! Re: BDD scenarios do not create logs if the on start event is used Hello, This seems to be an issue in the BDD test runner. Can you report this using the webform? Thanks! Re: Labelling/Categorising Tests - Status changed to: Implemented Hello, This functionality has been implemented in TestComplete 14.20. Please see the Tags help topic for more information. Re: How can I pass the argument when calling the nunit test from TestComplete Project? Hello, Since TestComplete does not run specific NUnit tests, you can handle arguments of your parametrized tests using the native NUnit features: https://github.com/nunit/docs/wiki/TestCase-Attribute https://github.com/nunit/docs/wiki/TestCaseSource-Attribute If you want to pass custom values from TestComplete, you can load your test assembly using the CLR Bridge feature and call the needed tests or other methods directly from TestComplete. Re: Ability to generate test report summary in xUnit format - Status changed to: Selected for DevelopmentRe: TC Service REST API - Is there a way to get TC instance ID of remote machine Hello, If you have a way to execute a command on a remote machine, you can use the SessionCreator utility to create a user session and execute a test within it instead of using the REST API. Also, you can try to reduce the size of your project. The easiest way is to clear the old logs. For this, you can use the Number of recent logs to keep option. Re: TC Service REST API - Is there a way to get TC instance ID of remote machine Hello Manu, This is impossible at the moment. However, thank you for your question, we will take it into account in the future. TestComplete crashes on start and the KB4507460 Windows update Dear Friends! We have identified an unpleasant issue with TestComplete crashing on startup, and it already was reported by several users. The issue starts to occur after one of the latest Microsoft updates for Windows 10 version 1609 (build 14393) is installed - KB4507460. The problem is related to a known bug with the JScript engine and Microsoft has confirmed it. You can find multiple reports of this issue on the Internet: https://developercommunity.visualstudio.com/content/problem/658792/unhandled-exception-in-jscript9dll-in-windows-serv.html https://developercommunity.visualstudio.com/content/problem/654852/google-maps-in-64-bit-browser-control-ie-crashes-o.html https://social.msdn.microsoft.com/Forums/azure/en-US/d188518f-9dca-4835-a9d5-6af6d1b06008/unhandled-exception-in-jscript9dll-in-windows-server-2016-when-using-mfcs-cdhtmldialog-after?forum=vcgeneral https://forums.adobe.com/thread/2638565 The issue occurs in Internet Explorer and embedded browsers based on it. Since TestComplete uses the WebBrowser control in multiple places within UI (e.g. Start Page or Test Log), the issue affects our tool as well. We cannot fix the problem without replacing the web rendering engine in TestComplete, so we have to wait until Microsoft fixes the issue. However, there are a couple of workarounds to the problem that can be applied now. The first one is recommended by Microsoft - enabling the script debugger in the system. You can find details on this workaround in the below article in the Known Issues section: https://support.microsoft.com/en-us/help/4507460/windows-10-update-kb4507460 Here is a quote from this article: Internet Explorer 11 may fail to render some JavaScript after installing this update. You may also have issues with apps using JavaScript or the WebBrowser control, such as the present PowerPoint feature of Skype Meeting Broadcast. To mitigate this issue, you need to Enable Script Debugging using one of the following ways. You can configure the below registry key: Registry setting: HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Main Value: Disable Script Debugger Type: REG_SZ Data: no Or you can Enable Script Debugging in Internet Settings. You can open Internet Setting by either typing Internet Settings into the search box on Windows or by selecting Internet Options in Internet Explorer. Once open, select Advanced then Browsing and finally, select Enable Script Debugging. We are working on a resolution and will provide an update in an upcoming release. The second workaround is a result of the fact that only the x64 version of the JScript engine is affected. It is possible to use the 32-bit version of TestComplete with which the problem does not occur. This version is installed along with the default 64-bit version and located by this path: C:\Program Files (x86)\SmartBear\TestComplete 14\Bin\TestComplete.exe And the final possible solution to this problem is updating your Windows to the latest version that is version 1903 (build 18362). I hope this information helps! Happy testing! Feedback needed - TestComplete Network Suite Hello friends! We are seeking your feedback about the Network Suite feature in TestComplete to help us improve and extend its functionality to meet your needs. https://www.surveymonkey.com/r/KXWG3PP