ContributionsMost RecentMost LikesSolutionsRe: Read a Text from app. by OCR The user contacted the TestComplete Support Team and was able to accomplish this task by installing third-party Android application. Re: unable to connect to android device I recommend you to try using the latest version of the tool - TestComplete 11.31. It could be an issue with new Nexus 5 firmware which was fixed in the mentioned version. Re: iphone app. why are all objects not recognized by their previous mapping after updating testcomplete TestComplete 11.31 doesn't support iOS 10 Beta. Usually, we support new iOS versions after the official Apple release. Re: Any object doesn't be recognized in Mobile screen. Hello, It seems that you're trying to work with a native app like Settings. If so, TestComplete is unable to recognize objects in it since it's not instrumented. Thus, in this case you can create only image-based tests. To learn how to prepare an Android app for testing it in TestComplete, refer to the Preparing Android Applications help topic. Re: Getting Error while running ReadyApi project through Jenkins To learn how to setup Jenkins to run Ready! API tests using command-line, please refer to the "Using TestRunner" section of the "Jenkins Plugin License Activation" help topic. Re: How to identify a running background mock service on windows 7? You can find a corresponding process using the Process Explorer utility. In my case it's the "java.exe" process from the "C:\Program Files\SmartBear\SoapUI-Pro-5.1.2\jre\bin" folder with the following command-line: "C:\Program Files\SmartBear\SoapUI-Pro-5.1.2\bin\..\jre\bin\java" -Xms128m -Xmx1024m -Dsoapui.properties=soapui.properties -Dgroovy.source.encoding=iso-8859-1 "-Dsoapui.home=C:\Program Files\SmartBear\SoapUI-Pro-5.1.2\bin\\" -Dsoapui.ext.libraries="C:\Program Files\SmartBear\SoapUI-Pro-5.1.2\bin\ext" -Dsoapui.ext.listeners="C:\Program Files\SmartBear\SoapUI-Pro-5.1.2\bin\listeners" -Dsoapui.ext.actions="C:\Program Files\SmartBear\SoapUI-Pro-5.1.2\bin\actions" -cp "C:\Program Files\SmartBear\SoapUI-Pro-5.1.2\bin\soapui-pro-5.1.2.jar;C:\Program Files\SmartBear\SoapUI-Pro-5.1.2\bin\..\lib\*;C:\Program Files\SmartBear\SoapUI-Pro-5.1.2\jre\lib\jfxrt.jar" com.eviware.soapui.SoapUIProMockServiceRunner -m "Account creation mock" "C:\Users\User_Name\SoapUI-Tutorials\Sample-REST-Project-soapui-project.xml" Re: Error during long test runs Try using TestComplete 11.30 - it should solve the issue you have. Re: Is Testcomplete opening your photos and/or videos app in Windows 10? Hi, Try applying the following suggestions: 1. Disable the "Enable support for testing Windows Store applications (requires restart)" option from the "Engines - General Options" dialog. 2. Disable the SuperFetch service in Windows 10. 3. Disable all background applications from the "Start -> Settings -> Privacy -> Background apps" menu item. Hope this helps. Re: Coordinates fields are not shown in for LG-E460. Hi, Please install the GPS Test Android application on your device, disable the Wi-Fi connection and let the device find any GPS satellites. If it fails to find any, the possible issues are: 1. Your device cannot find GPS coordinates in your room. 2. The GPS module isn't working on your device for some reason - please contact your vendor to learn why. Does this help?