ContributionsMost RecentMost LikesSolutionsRe: I got 'Unable to obtain the device by index 0." error when ran Mobile Troubleshooter. Hi Marsha_R: It looks like issue solved because I can run TestComplete now until I got this issue above. Thanks a lot for you reply. Allan I got 'Unable to obtain the device by index 0." error when ran Mobile Troubleshooter. Hi All: I got attached screen when I ran Mobile Troubleshooter in TestComplete version 2.30.1651.7 inside of Windows 10 when Mobile Screen did not showing what I attached into computer through USB. After following steps that suggested from Mobile Troubleshooter which was: 1. (Optional) Disconnect all iOS devices from your computer. 2. Connect your device to your computer using a USB cable. 3. Wait until connection established. You will see the device in iTunes. 4. Click Continue to proceed. I still got same error screen that I attached with this post. Did I do something wrong or I missed some components that should be install on computer or mobile device? Thanks in advance, Allan TestComplete can't finish installation and stay at installation Wizard window for ever. Hi All: I was facing on TestComplete installation issue two times this afternoon when I tried to install TestComplete version 2.30.1651.7. Please see attached screenshot as reference because it looks like freeze at this moment for ever. I got information from EventViewer and it showed following error message: The program TestComplete_T25169904497.exe version 12.30.1651.7 stopped interacting with Windows and was closed. To see if more information about the problem is available, check the problem history in the Security and Maintenance control panel. Process ID: 28c Start Time: 01d39f87fee72999 Termination Time: 4294967295 Application Path: C:\Users\Desktop\TestComplete_T25169904497.exe Report Id: c92f48fd-57e1-400b-b247-2a8ed991bff5 Faulting package full name: Faulting package-relative application ID: Any idea why this happened? Thanks a lot, Re: Setup Script updates teststep property? Hi PillipB: Please past following code to you any test case then run it, you should be able to see three custom properties will be generated at three levels which are TestCase, TestSuite and Project : testRunner.testCase.setPropertyValue( "YourTestCasePropertyName", "ValueForTestCase" ) testRunner.testCase.testSuite.setPropertyValue( "YourTestSuitePropertyName", "ValueForTestSuite" ) testRunner.testCase.testSuite.project.setPropertyValue( "YourProjectPropertyName", "ValueForProject" ) Good luck, Re: Setup Script updates teststep property? Hi PhilipB: Please check this http://www.softwaretestinghelp.com/soapui-tutorial-7-properties-in-soapui-groovy-script/ out. Good luck, Re: JDBC Connections Issues - Incorrect URL Hi tlhildebrand: If you want to connect your Ready API with MySQL on AWS, please try to use following connect string one more time because AWS needs secure connection in most time: "jdbc:mysql://yourDBURL.amazonaws.com:3306/RD?verifyServerCertificate=false&useSSL=true&requireSSL=true", "yourAccount", "yourPassword", "com.mysql.jdbc.Driver" Good luck, Re: SoapUI Error Displaying When Creating Report: Failed to generate a report. Make sure the property.. Hi Vondie: Please try ..\bin\reports or ..\bin\reports\reports (this one works for me) and make sure restart Ready API when you changed value at "Custom report library", every time. Good luck, Re: Can I keep the login credential for other test cases? Hi Skyhigh: You can call login once and put all other calls under login. Hope this solved your issue. Good luck, Is it possible to get rawRequest and rawResponse into PDF report in easy way? Hi @All: Tried to create a new TestStepResultsReport associate with a new Report to get rawRequest and rawResponse data into it. If someone knows something like insert following stuff into TestStepResultsReport: <field name="rawResponse" class="java.util.List"/> <field name="rawRequest" class="java.util.List"/> Then will get job done. It is hard to get more information regarding which field you can use from which Datasource when you design you customized report. Thanks in advance. How SoapUI Pro or Ready API differentiate multiple versions of MySQL driver? Hi Folks: I got following same issue both from SoapUI Pro and Ready API when I tried to connect to MySQL: Error : java.sql.SQLExecution: Access denied for user 'xyz' @ 123.234.012.111' (using password: YES) I placed mysql-connector-java-5.0.8-bin.jar and mysql-connector-java-5.1.43-bin.jar both in folders ..\SmartBear\ReadyAPI-2.1.0\bin\ext and ..\SmartBear\ReadyAPI-2.1.0\lib. I was wondering how SoapUI Pro or Ready API differentiate which version of MySQL driver works when start application? I was using same credential with MySQL workbench and it works fine. Thanks,