Web automation-Best language to learn

Lukas007

Newbie
Joined
Jan 14, 2014
Messages
31
Reaction score
2
What is the best language to learn for creating a program which will be used for web automating?
 
Do you have experience in any programming languages? Are you wanting to do desktop or web programming? PHP for web and .NET for desktop would be my suggestions. If you just want to automate a few things, hire someone, you'll save a lot of time.
 
And do you have some softwares to recommend?
 
Im not sure, but Javascript or C# are good ones.
NodeJS libraries for testing.
 
I found that Zend Studio is the best software for php programming.What do you think, should i start with it?
 
you can try ubot for creating custom bots(i never try this but read many times about ubot)
 
Ok, i will have that in my mind.
 
Last edited:
i tried autoit but i couldn't make it to work with firefox.I decided to go with python.
 
What is the best language to learn for creating a program which will be used for web automating?

Just pick one language and stick with it to get some general programming experience.
Once you reached the limits of that language, you can simply adopt your know how to another language.
 
python definitely. php is limited if you want to do real browser automating
 
Going to throw in my vote for a .Net language, specifically C#. You can use it for web stuff (Asp) or local windows apps, so it's pretty powerful. In my experience Python just isn't as useful or as widely used. But hey, I'm biased as a .Net developer ;)
 
Back
Top