1
I have this doubt, why use Selenium as a "test", hear that many do not use because it is laborious to write...but in several job vacancies I see that knowledge is requested knowledge.
The question is when and why to use Selenium
1
I have this doubt, why use Selenium as a "test", hear that many do not use because it is laborious to write...but in several job vacancies I see that knowledge is requested knowledge.
The question is when and why to use Selenium
1
Selenium is an integrated development environment for automated test scripts. Initially it was implemented as a Firefox extension and allows you to record, edit and debug tests. The Selenium IDE includes Selenium Core, allowing you to easily and quickly record and play the tests in the actual environment that will run.
With this it becomes a great tool to test almost everything you want to be on the web, is widely used in testing for site features to see if everything is working and responding to conforms even to play with it (hehehe).
Its syntax is as easy to use as any. The insertion of it in the market (although I have only played with it) can be for the features I said are some more that can be thought (app to test logins, bots, etc)
Browser other questions tagged selenium
You are not signed in. Login or sign up in order to post.
Hello William: take a look at the tag: http://answall.com/tags/selenium/info Basically useful for automatic code testing
– Sergio