ContributionsMost RecentMost LikesSolutionsWhich current version of POI bin files is compatible with SOAP UI 5.5 free version ? Just checking with users on what they are using or know up to what version works with SoapUI 5.5.0 ? I am fixing to try PIO-5.2.3. Re: TestComplete: Desktop app in Cobol and TC crash when I try to ObjectSpy it Used and maintained Cobol application. I'll look through the article provided. TestComplete: Desktop app in Cobol and TC crash when I try to ObjectSpy it I am looking into if I can automate an older company app written in COBOL, 32-bit. I am using TC 15.73 Pro. x86 I am running the app 'As an Admin' alone with TC 'As an Admin' After opening the desktop app, and trying to look at it in the Object Browser tree or ObjectSpy it, I get an app crash along with a TC crash. Any suggestions from folks here on options to try to get this to work? NetCOBOL COBOL ERROR REPORT <<Summary>> The application error occurred: Application : C:\ATOOL\haw$strt.exe(PID=00002138) Exception Number : UNDEFINED_EXCEPTION(C000041D) Generation Time : 03/17/2025(17:37:02) Generation Module : UNKNOWN Time Stamp : UNKNOWN File Size : UNKNOWN <<Detail>> Thread ID : 00001BA8 Register : EAX=000C05F2 EBX=03A68C20 ECX=03A68C20 EDX=00000000 ESI=000C05F2 : EDI=00000360 EIP=00000000 ESP=010FF2F8 EBP=010FF32C EFL=00010246 : CS=0023 SS=002B DS=002B ES=002B FS=0053 GS=002B Stack Commit : 00012000 (Top:01100000, Base:010EE000) [Could not output the machine language code.] Module File : UNKNOWN Address : 6343B530 etc. ..... Re: Missing endpoint for request Was passing in the wrong variable setting for the correct endpoint to use with the cmd line from the ADO pipeline to the agent. Re: Missing endpoint for request As I continue to debug, I've taken the full cmd line generated when I run the testsuite from the TestRunner cmd window. I executed this on my laptop and everything ran correctly, like from the UI side of SoapUI. I went over to my Hyper-V where my ADO pipeline calls SoapUI to execute this testsuite. Again, I used the full cmd line and everything worked fine here as well. So some setting ? with the cmd line passed in from my ADO pipeline to my agent to kick off the TestRunner. I'm getting there slowly with this issue. It's always one little thing somewhere that makes a big difference. Re: TestCase Variable Not Recognized During Full Execution Ever solve this issue ? What SoapUI version you using. Got a screenshot of where on testcase level you have the property defined? Missing endpoint for request I have a project is OS SoapUI, that runs fine from the UI side of SoapUI manually and with the testrunner. When I execute SoapUI to run this TestSuite from a cmd window, when it gets to the first Request, an exception is thrown that I am not able to debug at this point. Other Projects in my Workspace work fine from the UI and Cmd line side. At least this issue is isolated to just this project. Anyone seen something like this before? 15:09:30,906 INFO [SoapUITestCaseRunner] running step [GET: 277CA: Rejected requiredOnly] Missing endpoint for request [GET: 277CA: Rejected requiredOnly] Exception in thread "Thread-11" sun.reflect.generics.reflectiveObjects.NotImplementedException at com.smartbear.analytics.impl.SoapUIOSMixpanelProvider.trackError(SoapUIOSMixpanelProvider.java:53) at com.smartbear.analytics.AnalyticsManager$1.run(AnalyticsManager.java:55) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) 15:09:30,906 ERROR [AbstractTestRunner] Exception during Test Execution java.lang.NullPointerException at com.eviware.soapui.impl.wsdl.teststeps.RestTestRequestStep.run(RestTestRequestStep.java:795) at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.runTestStep(AbstractTestCaseRunner.java:211) at com.eviware.soapui.impl.wsdl.testcase.WsdlTestCaseRunner.runCurrentTestStep(WsdlTestCaseRunner.java:47) at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.internalRun(AbstractTestCaseRunner.java:138) at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.internalRun(AbstractTestCaseRunner.java:46) at com.eviware.soapui.impl.wsdl.support.AbstractTestRunner.run(AbstractTestRunner.java:128) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) SolvedRe: MS Edge 133.0.3065.92 : Downloads window NOT being recognized by TestComplete 15.72 In my original post, that is what I am doing currently. Using coordinates. Thanks Re: MS Edge 133.0.3065.92 : Downloads window NOT being recognized by TestComplete 15.72 All, I have the TestComplete Pro package Desktop/web, etc. I have MSAA setup also. The above scenario is a 'Print PDF' button is selected which then opens up the Download window, where I then need to click on 'Save as', etc... I've been a user of TC many years and the the above functionality comes and goes with the constant updates from Chrome and Edge. I just gave up trying to ask SmartBear to keep up with the changes. It would be nice if there were patches supplied from SmartBear when browsers change, but again the browsers change so much these days, it would be hard to keep up and waiting for the corrections in the minor releases take time. This was more of a check to see if others have this issue too. Thanks MS Edge 133.0.3065.92 : Downloads window NOT being recognized by TestComplete 15.72 I've asked the question many times over the years and lately I've just gone along with this being broken. I've submitted tickets, it gets addressed eventually, but then some other pop-up window breaks. That pop up issue gets fixed, and the the Downloads is broke again. I noticed in my current code, I've just hard-coded coordinates over the past few releases to click on the 'Save As' button for this unrecognized Edge Downloads window. I noticed lately even that code was broke because the Downloads button layout changed. It is now as such: I need to use 'Save As' to control where my file goes and a name change as well and not use automatic download. I want to throw this question back out to the TestComplete community, Anyone experiencing this issue?