rraghvaniChampion Level 3Joined 4 years ago4572 Posts1259 LikesLikes received536 SolutionsView All Badges
ContributionsMost RecentMost LikesSolutionsRe: TestComplete Import/Export If you search the TestComplete Documentation website, you'll come across something like Exporting Test Results. I suggest you use this, to search for other items that you are interested in. Re: TC latest version You can download the latest version from https://downloads.smartbear.com/TestComplete1583SLM.exe. Run the installation from the command prompt using --clean or -clean parameter, to do a clean install of TestComplete. Re: Dynamic Text Fields Ensure you fully read and understand Object Identification. What you have described, is an alias name mapping, which references a name mapping. You need to ensure your Name Mapping is correctly defined. Re: PDF comparision The weird behaviour and having to restart TestComplete everytime, has been an on going issue for many years. See Python - Specifics of Usage Re: PDF comparision See Working With PDF Files, or either look online, or ask AI to generate sample code. Re: TestComplete support for Delphi 13 desktop application with DevExpress VCL 25.2 or newer See Testing Delphi Applications Re: Object doesn't exist A simple record and playback approach will work. However, if the property value of a UI element changes, playback will fail. I suggest you read and understand Object Identification. It is vital to understanding how TestComplete identifies and interacts with UI elements. Re: results are not visible when clicking on show in explorer for each log See the examples shown in Exporting Test Results. Note, that Internet Explorer has been deprecated. Re: TestComplete support for Delphi 13 desktop application with DevExpress VCL 25.2 or newer TestComplete currently supports the following - see Supported Technologies and Applications. Re: Dark Mode for .mht files? It's an old web archiving format that dates back to the late 1990s and is based on the MIME email standard. It's not completely obsolete yet, and some legacy corporate systems still use it. I very much doubt Microsoft will add support for "dark mode"!