Add Unity/Game Engine extension to TestComplete
https://support.smartbear.com/testcomplete/docs/app-testing/open-apps/index.html According to a support link above from SmartBear, the language (Unity/Game Engine) we used to develop our product (code name 15Tango) is NOT the on the list, therefore, our product is not an open app to TestComplete. TC15 can’t display the objects underneath our product, so we could not add “Checkpoints” on the objects from the product UI to validate testing requirements. Could SmartBear add Unity extension to TestComplete so it could test our product like it tests a product written in .Net easily? Unity/Game Engine based product market is rapidly growing. The engine can be used to createthree-dimensional(3D) andtwo-dimensional(2D) games, as well as interactivesimulations.The engine has been adopted by industries outside video gaming, such asfilm,automotive,architecture,engineering,construction, and theUnited States Armed Forces. A Unity extension to TC will benefit both SmartBear and our product for now and future.42Views1like2CommentsPDF checkpoint - Ability to reference portions of the pdf
Our SUT produces PDF's, with an date-time stamp in the contents of the pdf. When comparing pdf's using checkpoint, a day later than today these checkpoints fail. Would it be possible to add a feature, for PDF checkpoints that you can indicate which portions of the pdf to compare? With that we can ignore the header in our pdf where the date-time stamp are printed, and thus the checkpoint passes.9Views0likes0CommentsGithub Copilot Integration
GitHub Copilot suggests code completions as developers type and turns natural language prompts into coding suggestions based on the project's context and style conventions. One new idea would be having a copilot plugin for testcomplete would increase productivity and coding efficiency URL for reference - https://github.com/features/copilotEditing existing Image checkpoint comparisons
Hello everyone, It would be very helpful if you could edit an existing image comparison within regions of a Checkpoint Wizard Image If you have an image with a comparison mask, there is no way to subsequently include/exclude areas. The complete comparison must always be deleted here from regions and then the image must be re-recorded. Best regards Jan33Views0likes0CommentsDifferentiate between a runtime error and a checkpoint error
Given this ability to determine test complete behavior on error: I would like to differentiate a runtime error as with an error in test creation and a test failure or checkpoint error. Something similar to many unit test frameworks assert fail so that I can have different playback behavior and a failure specific event121Views4likes0CommentsIntelligent Quality add-on - some issues recognizing table columns
Since we use the Intelligent Quality (AI) solution to recognize tables into our Desktop application, I regularly encounter issues with the recognition of the columns. Some examples of struggle points: 1. checkboxes are ignored or wrongly recognized 2. for columns with spaces in the header/content, this text is split up over different columns; on the other side, sometimes unexpectedly different columns are concatenated by TestComplete 3. empty columns (so not containing any value) are skipped so can't be checked 4. not possible to store multiple columns with the same header (but this is problably a limitation difficult to fix and probably we need to update our column namings in the application itself)168Views0likes0CommentsClicking on Stop-Button should raise Log.ErrCount by 1 immediately
Currently clicking on stop button only calls GeneralEvents_OnStopTest but at that moment inside of GeneralEvents_OnStopTest Log.ErrCount is not raised by 1 because the Message "The script execution was interrupted" is only logged after GeneralEvents_OnStopTest is finished. Please add the possibility to catch the case "The script execution was interrupted" before GeneralEvents_OnStopTest is called (maybe a new Event GeneralEvents_OnStopButtonClicked) or raise Log.ErrCount by 1 before GeneralEvents_OnStopTest is called Here is also a thread i opened where the problem is explained: https://community.smartbear.com/t5/TestComplete-Questions/No-Log-ErrCount-when-test-is-being-stopped-manually/td-p/250202194Views0likes0Commentsmanual checkpoint in keyword test
I would like to see on option on keyword tests where you can add a manual checkpoint Currently, if the users has successfully logged in I can put in a checkpoint that states "object found" or by write a code snippet code snippet has: Log.Checkpoint("User " + KeywordTests.login.Parameters.login_user + " successfully logged in") I would like to get the option in a log comment - just like it is for the code (Log.Checkpoint)657Views1like1CommentAuto Generate PDF Report
It would be very useful to have a feature where the test logs can be automatically generated to PDF files. Essentially, rather than manually generate a PDF report as an export as instructed in Test Complete documentation: https://support.smartbear.com/testcomplete/docs/testing-with/log/working-with/exporting/index.html#pdf have the PDF report generate with a simple "writeLogToPDF" command. Thanks for your consideration!1.1KViews2likes1CommentAbility to check a Region image is NOT displayed on a web page
It would be lovely to effectively have a 'negative' Region image check. In my test plan that I am automating, I check for a particular icon appearing in a page, perform an action, and would then like to be able to confirm that the icon no longer displays in it's previous location. I was trying to use if not Region...Check() but this gives me errors in the log, slows down the automation run, and tries to prepare hints as to what it now sees instead.314Views0likes0Comments