Reload automatically files that are changed outside of TestComplete (e.g another code editor)
Hello, I am working with Visual studio code as text editor for javascript to be able to use some powerful extensions there, but i am annoyed each time i switched to TestComplete i have to reload files. is there a way to do it background ? ( see the pop up in attached i have to deal with everytime)Solved2KViews0likes6CommentsAutomating Finacle Application with TestComplete
Hi, Is it possible to automate Finacle application with Testcomplete. Do we required to add/enable any plugins are settings in the TestComplete because I am getting lot of Object Recognition issues And I wasn't able to highlight many of the mapped objects from Namemapping itself. And may I know the required prerequisites need to be done in TestComplete and IE to Automate this Application. I am using IE 11 and TestComplete 14 versions. Thank you,Solved911Views0likes2CommentsWeb Application Testing in Windows 2012 Server Through Scheduler
Hi Team, I have previously automated a .NET based web application of my client using UFT which runs from a remote .NET Windows 2012 Server. This execution was scheduled in the windows Task scheduler that will invoke the scripts to launch UFT, connect to HP ALM Quality Center, pick the required test set and then execute them one by one, log the results to an HTML report and send the report to intended email recipients at the end of the execution. All these steps are done through an automated process without any manual intervention. Now, I have another .NET application which needs to be automated in the similar way. However, due to limitations with the UFT tool, I have started using TestComplete tool for the automation. I request your suggestions on the following queries, - Whether Automation can be setup in Windows 2012 server using TestComplete in a similar flow as used in UFT - If yes, What are the steps to achieve the same and whether test complete has its own scheduler. - The steps to integrate the HP ALM QC 12.53 with Test Complete in the Server machine. Kindly do the needful at the earliest.1.3KViews0likes3CommentsExtracting the data from Grid-table(Windows Application) using Python
Actually I need to get total values of a single column present in the Grid Table .So firsti used the below code for getting the count of Child Items and Names of it which are in the Grid Table. def grd (): Grid = Aliases.teacher_debug.frmMain.dxDockSite.TdxDockPanel.frmListDealNav.TdxDockSite.TdxLayoutDockSite.TdxDockPanel.frameList.grdGridFrame.TcxGridSite if Grid.Exists: Log.Message(Grid.Name,Grid.FullName) for i in range (0,Grid.ChildCount): countchi = Grid.Child(i) Log.Message(countchi.Name,"",0) and the OutPutwas Window("TcxGridSite", "", 1) Am not able to understand what went wrong please guide meSolved7.6KViews0likes53Comments