Forum Discussion
3 Replies
- tristaanogreEsteemed Contributor
I don't think python is any better performance-wise than JavaScript. They are both interpreted languages, just different syntax.
What sort of performance issues are you running into? Perhaps we can suggestion some corrections.
- anupamchampatiFrequent Contributor
I am having single project, which works as follows
1. Delphi Project : 150 testcase : Take 12 hours
2. C# application : 25 Testcase : Take 3 hours
3. Database application : Testcomplete insert values to table, (application service does some work) and Testcomplete check the DB tables : Take 1 hour
All scripting done in javascript and some function take too much time, like clicking Grid, Clicking ribbon items
1. Global variables 250
2. Playback is very slow
3. Object maps is very slow , Root cause is GIT integration.
and idea of moving to Python is just to learn new technology and as every where i see boom for python.
- tristaanogreEsteemed Contributor
Clicking grids and ribbon items has nothing to do with the code language. It has to do with object recognition, object mapping, detection, etc.
Kudos for wanting to learn a new language, but that's not the cause of your problem, I'm certain.