rraghvaniChampion Level 3Joined 4 years ago4468 Posts1236 LikesLikes received531 SolutionsView All Badges
ContributionsMost RecentMost LikesSolutionsRe: Automate Cookie Security Flag or Security Header I only use TestComplete for UI Testing, and not security testing. Code examples are provided within the documentation. Re: Automate Cookie Security Flag or Security Header You can with Sending and Receiving HTTP Requests, but with limitations! Note, TestComplete is a UI automation tool used to create and run automated tests for desktop, web, and mobile applications. Re: Passing DevOps Test Case parameters to Test Complete The log file that is generated from Azure DevOps, when you run the automation. Re: How can I read CSV files without Microsoft Access Runtime installed? If you don’t have the necessary components for DDT.CSVDriver(), it will fail - this is expected. You just need to replace DDT.CSVDriver() with your own CSV reading method that returns data in the same format, so the rest of your code continues to work as usual. Re: Passing DevOps Test Case parameters to Test Complete Do you have the output of the log file? Re: tcUIAHost.exe process crashed Open a Support Ticket, as it could be a bug in the latest version. Also, you may want to your redact your Customer ID! Re: How can I read CSV files without Microsoft Access Runtime installed? You can implement your own method to read and parse the CSV file. There's plenty of examples in various languages on the Internet. Also, generative AI chatbot can produce examples for you too. Re: Access Form opend with a menuitem Without seeing your application’s Object Browser, it's difficult to suggest possible solutions. I developed a C# MDI application to demonstrate how to access objects without using name mappings. Keep in mind that every application is different! Re: tcUIAHost.exe process crashed What version of TestComplete are you using? Are you developing your scripts on the Cloud PC? From what I remember, TestComplete doesn't work very well when it's installed on a VM. I'm guessing it's the same behaviour for Cloud PC. However, that was an old version of TC! I suggest you get your detailed crash information of tcUIAHost.exe, and open a Support Ticket. Re: Handle Save File Download popup If that is the case, then just enable MSAA in your project settings, and TestComplete will expose the browser objects.