Enabling Screenshots on every event
Hello, How can i turn on screenshoting every event? right now it only screens when there is error. not just some events. besides when i double click event it does not redirect me to the exact line of code where event has happend. error does. my testcomplete version is 15.74.33.7. i am making desktop script tests. let me now if you need any kind of informationSolved45Views0likes5CommentsTest Complete Report Summary of Execution
Hello ! So right now we are getting our report summaries in .htm form. I have my test cases setup in "Groups" which explains what is being tested inside of this group. So my question is, is it possible to show those groups in the summary report so its easier to read where things went wrong on what "test case"?53Views0likes4CommentsIncorrect Date Calculation When Adding One Month with AddMonths Function
I'm experiencing unexpected behavior when using the AddMonths function in TestComplete. When I input the date 30/01/2028 and add 1 month using AddMonths(1), the result is 29/02/2028 instead of the expected 01/03/2028. The same issue occurs with the date 29/01/2028, which also returns 29/02/2028 instead of 29/02/2028 or 01/03/2028, depending on expectations. Additionally, when using the date 31/08/2028, the result after adding 1 month is 30/09/2028, whereas I would expect 01/10/2028 in alignment with the day overflow logic. It seems the AddMonths function does not correctly handle month transitions for dates near the end of the month, particularly in leap years or months with fewer days. Please investigate and clarify whether this is intended behavior or a bug in the date calculation logic.Solved86Views0likes2CommentsSaving Logs as part of Azure Devops pipeline
Hello there We have a Test Complete project suite which runs an execution plan in a test project. At the end of the execution plan, we generate a HTML log for the test run, which shows the results of all the steps in the execution plan. This works fine in TestComplete and generates a HTML report with all the steps included. I am now trying to run this project suite via a pipeline in Azure Devops server. I have managed to get the pipeline up and running, but when it runs via the pipeline it only generates a log for the last step in the execution plan (i.e. the SavedLogs step). I assume that the test runner is running all the test cases as separate processes, so it is generating individual logs for each test case. Is there any way to get the pipeline to run all the tests in the project suite together, so that a complete HTML log for the run can be produced?89Views0likes0CommentsProcess "crashed" and test fails when closing the application in test
Hi all, We use TestComplete 15 to perform regression testing on our Delphi desktop application. We have a simple test: open the application short wait follows close the application Testcomplete will fail the test stating the "TestApp.exe" process crashed and test execution is interrupted. Closing the application via X or through the 'Main Menu - Exit' results in the same error. The Sys.WaitProcess method also didn't help. We have also attempted to close it using the .Close() method. Maybe I'm placing the Sys.WaitProcess method in the wrong spot. I would be very grateful for a code snippet (JavaScript) and any help. thx.103Views0likes2CommentsGenerate a segregated report identifying error as script failure or an application issue
Hi Team, Problem Statement : How can you identify whether an error is a script failure or an application issue through logs, and generate a segregated report at the end of the test execution? ======================================================================== Here, I'm trying to understand if anyone has tried to create a framework (or has already developed and is using one) in such a way that, once the test execution completes, we will have logs attached to the test execution report. I want to go even deeper and segregate failures (if any) based on script and application issues. I understand that until we analyze, the failures cannot be easily segregated. But there could be some errors that can be clearly identified as script errors rather than application issues. Does TestComplete provide anything to identify such errors? If yes, what are those? What am I aiming at? -- To reduce the analysis time (so the report can be shared earlier) as not all the errors from logs need to be given the same priority. Thank you in advance for your thoughts and inputs.79Views0likes2CommentsUse Variables in the sql connectionstring
Hi there, I'm using 2 environments and 2 databases: 1 to create the testcases and 1 to execute them I want to check the results with DBTables Custom queries (SSMS) and I have i.e. next connectionstring: How CAN I make this string Variable ? When I login at the ALPHA-environment I want in the string ALPHA and server01 When I login at the BETA-environment I want in the string BETA and server02 Greetings, Sjef van IrselSolved763Views0likes6CommentsVideo recording of Text Execution
Hello to everyone! I installed the VideoRecorder Extension and the last version of VLC Media Player. When I try to record a test execution in the log tab the following sentence appears: "Unable to start video recording. The VLC recorder is not installed." Why does this message appear? I uninstalled and installed again VLC but it continues to appear. How could I solve this problem? Thanks in advance to everyoneSolved1.1KViews0likes7CommentsHow to get the data in the summary report into variable
I am working on creating a table with all the data available in the Junit summary report I want to check here to see if there is any Test complete inbuilt variables that has these values available. I am looking for execution data such as Run test cases, Passed test cases & Failed test cases. i am using below command to generate & export Test results summary in Junit format Log.SaveResultsAs("C:\\Work\\Log\\Log.xml", lsJUnit) sample Junit report -> <testsuites name="CommonAutomationFramework" tests="2" failures="2" errors="0" time="17" > <testsuite name="CommonAutomationFramework-UI" tests="2" failures="2" errors="0" hostname="xxxxxxxx" time="17" timestamp="2024-08-15T09:34:22.088-07:00">Solved65Views0likes2Comments