Ask a Question

converting project from javascript to python

SOLVED
anupamchampati
Frequent Contributor

converting project from javascript to python

just an suggestion needed is it good idea to convert project from javascript to python?
whether it will improve performance ?
3 REPLIES 3
tristaanogre
Esteemed 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.


Robert Martin
[Hall of Fame]
Please consider giving a Kudo if I write good stuff
----

Why automate?  I do automated testing because there's only so much a human being can do and remain healthy.  Sleep is a requirement.  So, while people sleep, automation that I create does what I've described above in order to make sure that nothing gets past the final defense of the testing group.
I love good food, good books, good friends, and good fun.

Mysterious Gremlin Master
Vegas Thrill Rider
Extensions available

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.

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.


Robert Martin
[Hall of Fame]
Please consider giving a Kudo if I write good stuff
----

Why automate?  I do automated testing because there's only so much a human being can do and remain healthy.  Sleep is a requirement.  So, while people sleep, automation that I create does what I've described above in order to make sure that nothing gets past the final defense of the testing group.
I love good food, good books, good friends, and good fun.

Mysterious Gremlin Master
Vegas Thrill Rider
Extensions available
cancel
Showing results for 
Search instead for 
Did you mean: