Pipelines are getting completed after the Access voilation error on windows server 2025
Hello experts, getting below error in after running the test complete15.75 tests via azure pipelines Access violation at address 00007FF848165642 in module 'mso20win32client.dll'. Read of address 0000000000000000 2025-07-14T18:49:59.1151714Z The test run has stopped because your test project is configured to stop on errors. 2025-07-14T18:49:59.1151922Z 'Nodes.item(...)' is null or not an object57Views0likes5CommentsHow to Ignore "The git.exe process crashed."?
This happens randomly sometimes in the middle of my test runs, causing a false error in the test being run at the moment Git decided to crash. Why is TestComplete picking up this process crash when it's completely unrelated to the application under test? Is there a way to tell TestComplete to ignore certain processes?Solved125Views0likes18CommentstcNetCoreReflectionServer.exe Error on Windows Server 2019
I installed TestExecute 15 on various versions of Windows Server, and while running my scripts, I received a message prompting me to download the .NET Desktop Runtime version 8.0.2. I did that, and everything works fine except for Windows Server 2019. I'm encountering an error at the end of my script execution: System.Net.Sockets.SocketException HResult=0x80004005 Message=An existing connection was forcibly closed by the remote host. Source=System.Net.Sockets StackTrace: at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token) at System.Threading.Tasks.ValueTask`1.ValueTaskSourceAsTask.<>c.<.cctor>b__4_0(Object state) at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccessAndDebuggerNotification(Task task, ConfigureAwaitOptions options) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at NetCoreReflectionServer.ServerEntrypoint.<>c__DisplayClass8_0.<<Main>b__0>d.MoveNext() at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccessAndDebuggerNotification(Task task, ConfigureAwaitOptions options) at NetCoreReflectionServer.ServerEntrypoint.Main(String[] args) Can anyone help me resolve this issue?Solved100Views0likes5CommentsHow to Test If Associated PDF Viewer Has Been Opened?
Hey y'all, We have a PDF user manual that can be accessed from the desktop application under test. I need to test if the PDF has actually successfully opened in the associated PDF viewer. I don't want to assume the user has a specific PDF viewer like Adobe Reader. Any ideas on how to determine which PDF viewer is associated to PDF files, and if it's been opened successfully with a specific PDF?Solved120Views0likes11CommentsPOWERBUILDER & TESTCOMPLETE
Just wondering is there a workaround with the MSAA (pbdw*) to accommodate Powerbuilder 2019 & 2022. We migrated to 2019 and I remapped all of the datawindows in TestComplete so it would be recognized during runtime. Again, we migrated to 2022 and I'm to the same issue. I know about the supported version... Supported PowerBuilder Versions With TestComplete, you can create and run tests for applications created with PowerBuilder Classic version 12.0, 12.5, 12.5.2 and 12.6. I saw other posts with similar questions regarding the same issue. Support ticket created Thanks 🙃Solved559Views1like3Commentsgetting error the JavaScript debugger does not support the 'Set Next Statement' command
I am getting below error on windows server 2025. i have installed Testcomplete version 15.75.22.7 when in debug mode, getting this error, when wants to "set next statement" TestComplete --------------------------- Currently, the JavaScript debugger does not support the 'Set Next Statement' command.Solved98Views0likes10CommentsQT - Error No such interface supported
Has anyone been able to test modern QT applications 6.7 or 6.8 and get it to work. I cannot even get the simple example applications from QT to function. According to support currently 6.7 and 6.8 are supported, but neither seem to work. Just using the object browser shows error for most items, and none of the QT related methods are even displaying or accessible. See attached image. Any one have a solution to this? **I tried to upload a small zip file that contains the QT sample app, but the forum prevents it from being uploaded.61Views0likes5CommentsIssue with retrieving text from listbox items in desktop win32 application
Hi All, I have a listbox object type item in my desktop application , which is in a table structure while trying to retrieve the text in the table i am getting error "Failed to retrieve text, because the items are owner-drawn.The list box is not of the LBS HASSTRINGS style. More information can be found in the MSDN library. The witem, witemList and wSelectedItems methods will return an empty string " in the wSelectedItems property.Any idea how we can fix this issue80Views0likes3CommentsHow can we fetch ColumnIndex based on Column Name for Syncfusion Grid Control in Python
I was following below page for reference but didn't get also do we have more clear documentation for Syncfusion control ? https://support.smartbear.com/testcomplete/docs/app-objects/specific-tasks/grids/syncfusion-grid-control/index.html79Views0likes8Comments