Support Current FireFox Versions
We currently are on FireFox Version 128ESR, which was released in July of 2024. When I opened a support ticket, I was informed that you only support 115esr which was release in July of 2023. This means that I'm unable to run automation on FireFox as I don't control what version of FireFox my organization uses.40Views4likes2CommentsAbility to get the get/extract the XPath or Css from the name mapping objects
I would like to have one location where I specify the xpath my html elements. Most of the time, this data is stored in the NameMapping. A lot of the time you can use aliases in scripts. However, there are some times ... like for the 'waitelement' which you have to use the xpath or css. I would really like to be able to get the xpath or css from the nameMapping. This would make things a lot safer and less error prone. I use keyword tests as much as I can, but there are times when scripting is beneficial. var myAlias = Aliases.MyWebApp.AdminButton; var selectorArray = myAlias.GetSelectors(); the selectorArray would be an array of objects that looks like this: selectorArray = [{'css', '#myAdminButton'}, {'xpath', '//div/button[contains(@class, 'adminbutton')]'}, {'xpath', //div//button}]301Views2likes2CommentsTestComplete - Enhance support for dropdowns in Web
I used TestComplete to automate a webshop. Now I run into the issue that it has problems identifying items from dropdowns. I've tested the same webshop(so with no code changes) with PlayWright and performed the same steps, PlayWright seems to have no issue with the same dropdown to select an item from the dropdown.19Views1like0Commentsa button to comment out BDD scenarios in feature files
TestComplete Suggestion: Let's add a comment feature for BDD scenarios, similar to how we comment out scripts. This helps manage scenarios better, select which ones to execute, and streamline testing. Plus, it encourages collaboration and improves documentation by explaining scenario reasoning and test variations.25Views0likes0CommentsGithub 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/copilot282Views3likes0CommentsRequest for Enhanced Command Line Option to Generate Single HTML Log File in TestExecute/TestCmplete
Hi, when we use the following command line: "C:\Program Files (x86)\SmartBear\TestExecute 15\x64\Bin\TestExecute.exe" "C:\Users\USridhar\Documents\TestComplete 15 Projects\ProjectSuite3\ProjectSuite3.pjs" /run /p:TestProject1 /exportLog:"E:\Testing\Test6.html" /e We are receiving multiple .html files, but we need only a single HTML file named Test6.html. We prefer not to use .mht files as they are not compatible with Chrome and Firefox.56Views0likes1CommentTestcomplete latest version not supporting Firefox 15.5.0esr (32-bit) version
We are using Firefox 15.5.0esr (32-bit) version in our company and Test Complete does not support this version in their latest upgrade. Need so much approvals to use old versions of application if need manual installation. So request you to please provide new version supporting Firefox 15.5.0esr (32-bit) version