rraghvaniChampion Level 3Joined 3 years ago4353 Posts1214 LikesLikes received529 SolutionsView All Badges
ContributionsMost RecentMost LikesSolutionsRe: Failed to connect to https://ocr.api.dev.smartbear.com. It's all described in the link that I have provided for Optical Character Recognition - Requirements. If your computer is part of a corporate network, then you'll need to get in contact with your IT. Otherwise, a quick internet search will explain how to go about setting up in/out-bound firewall connections. Re: TestComplete 15.77 is broken - dont upgrade What is the actual problem you are having issues with? Everything is clearly explained in the documentation of Working with TestComplete Global Objects in Python 3.13 Re: 'ADO' is not defined error - TC v15.79 I'm struggling to replicate what you have provided. I don't know what convertQueryToListOfDictionaries(query) and closeDbConnection(query); is doing. I've made 100 calls to my SQL database to retrieve "Name" from dbo.tbl_Schemes table, by constantly opening, querying and closing without issues. You need to verify that your data is correctly retrieved, and that you are correctly closing the connection. Re: 'ADO' is not defined error - TC v15.79 I don't see ADO usage, in the coding that you have provided? There should be something like, def TestProc(): Cmd = ADO.CreateADOCommand() Cmd.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;" + \ 'Data Source=C:\\Users\\Public\\Documents\\TestComplete 14 Samples\\Desktop\\Checkpoints\\XML\\DataGridViewSample\\OrdersDB.mdb' Cmd.CommandText = 'SELECT * FROM orders WHERE orders.[state] = 2' # etc Re: WebModule issues with Virtual Machine Are you able to identify the UI objects shown in https://www.w3schools.com/, and are you able to record simple actions? Does it work? If it's working, then it's most likely relating to your web application. Verify your web application is supported, see Supported Technologies and Applications. If it's not working, then I suggest you get TestComplete installed on your local machine - you can still test your web application using Edge, on your local machine Re: 'ADO' is not defined error - TC v15.79 Are you able to provide example code of it failing? Re: WebModule issues with Virtual Machine Ensure you have SmartBear Test Extension installed and enabled. Ensure you are using 100% DPI settings. Also refer to TestComplete on Virtual Machines Ideally, you should be doing your development work on your local machine, then run the automation on the VM. Re: Unable to Navigate to Code Line from Log Messages I've tested this using TC v15.79.5.7 - clicking on the Warning message in the Log, will navigate to the script file and highlight the code, as shown below. Create a new project, with the above example and see if it works. Otherwise update your TestComplete version, as there's been a number of fixes Re: log message issues in testcomplete I've tested this using TC v15.79.5.7 - clicking on the Warning message in the Log, will navigate to the script file and highlight the code, as shown below. Create a new project, with the above example and see if it works. Otherwise update your TestComplete version, as there's been a number of fixes Re: Storing JUnit XML while the testing is running I'm assuming this is relating to Exporting Test Results? Take note of the following, After each test run, TestComplete generates a test log and stores it to the Log subfolder of your project or project suite folder The file is generated after it's fully completed.