RaresB
10 years agoOccasional Contributor
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?