ContributionsMost RecentMost LikesSolutionsRe: Can I navigate between classes and methods in Test Complete editor? Neither in Test Complete 12 i have a solution for this lack in editor. Any one else have a solution to handle it in Test Complete or i should use another IDE to have the full programming assets? Can I navigate between classes and methods in Test Complete editor? Hi, I'm using python in Test Complete 11 and I cannot jump by using CTRL+Click from where I call a method to the place where the method is implemented in parent class. CTRL+Click is working between scripts if I don't use classes with their methods only methods (def). Also I cannot benefit from the link between classes and methods inside them when I'm writing code because the auto-completion is not suggesting anything when I'm writing the first letters of a method from a class. Do I have to make some settings in code editor or is not possible this code navigation between classes as in any OOP editors. Thanks, Rares Re: Stored procedures cannot be run on python due to error from provider Hi Tanya, Is needed a special provider then Oracle Provider for OLE DB for stored procedures in Python even if queries in Python I can run with existent provider? Because I already have it installed on my machines and is working for stored procedures from Test Complete if I use JScript project instead Python. Thanks, Rares Performance issues with Web projects in Python Hi, My Python scripts execution time are lasting more than 3 times than JScript ones with the same project settings. I've looked over the most used actions from Test Complete in web testing and I observed that Sys.Browser.Page(*) and findChild() are lasting in Python more than 1 second meanwhile in JScript are lasting under 300 ms. Is there any solution to improve the performance of Python scripts to avoid this heavy execution? SolvedStored procedures cannot be run on python due to error from provider Hi, I was able to run stored procedures on my JScript projects using Oracle Provider for OLE DB. Now after I migrated my projects from JScript to Python I cannot run stored procedures from the same machines on Oracle servers. I receive the following error: "RuntimeError Provider cannot be found. It may not be properly installed" when "SProc.ExecProc()" line is executed. Please advice. Rares SolvedProblem with indentation in Python using Test Complete 11.20 Hy, Recently I've started to migrate my projects from Jscript to Python and I encountered a lot of problems with indentation in Test Complete 11.20. Either I hit Tab or Enter the code looks like is indented but I get the Error while processing indentation. If I copy the code block in another editor like Notepad I can see that the line is not indented corectly so I can corect it. After I copy back the code block in Test Complete the code looks the same as was before but the error is gone. Is this a known issue or it can be fixed with some settings from Test Complete? Another concern I have using Python is that a large amount of time is added to runtime execution if I have to import more libraries of Python (like random, datetime, etc). Are there extra validations from Python to Test Complete that are done when the code is compiled and can we disable them? Thanks Re: TestComplete 11 can't launch Chrome Hi Tanya, I've run the follwing commands to see wich browser see TextExecute as my current browser: Log.Checkpoint("The default browser is " + Browsers.CurrentBrowser.Description); The output is Google Chrome ver.43.0.2357.65 (x64) but the Page("*") element is not found Re: TestComplete 11 can't launch Chrome The same problem I have on one of my machines with Windows 7 x64. On the other machine works fine. I've changed the browser owner from Properties - Security tab and now the browser is opening with the default page without hainging but now the page elements are not found. On both machines I have TestExecute 11.20 and Chrome browser version 43 with TestComplete extension 11.20. I've also downgrade the Chrome to 39 or update it to 46 but the problem still remains the same. I use Browsers.Item(btChrome).Run(); to start Chrome browser but Browsers.CurrentBrowser.Navigate(page); trows the error: Process Command Line: C:\Users\svuser\AppData\Local\Google\Chrome\Application\chrome.exe --disable-hang-monitor Info: Cannot find any existing or open blank page. I've followed all the recommandation from https://support.smartbear.com/viewarticle/71367/ but with no effect. Any solutions? Re: Test Execute runs tests at screen resolution or less than 800x600 on a slave machine Hi all, My issue occured on a Virtual Machine when I run tests with Jenkins without an active user session, so as Colin said I've configured on VM the display to maximum (1024x768 is the maximum resolution accepted by the VM). For the moment I'll carry on with this configuration. The RDP display is set to Full Screen and I don't have this problem when I run tests with an active user connection through RDC. Thanks, Rares Re: Test Execute runs tests at screen resolution or less than 800x600 on a slave machine Hi Alex, Thanks for the suggestion, we already use the ScrollIntoView() method to scroll upside/down on the local machines where we have the screen at full size. Due to the small resize of the screen on the slave machine the problem persists because a scroll from right to left and viceversa is also needed for objects to became visible.