Web Tech Talk : Testing your web applications
When it comes to testing web applications there are quite a few tools out there but the really good tools are few and far between.
Lately project are getting to point where they're big enough to required automated testing. After search around the net and trying out tons of software I have found a tools that is very useful.
Selenium IDE
What is Seleniun IDE? Well if you look at the OpenQA site here's what it says about Selenium IDE.
This is, in my opinion, by far one of the better testing tools available to web developers.
Be sure to try it out. OpenQA : Selenium IDE
Lately project are getting to point where they're big enough to required automated testing. After search around the net and trying out tons of software I have found a tools that is very useful.
Selenium IDE
What is Seleniun IDE? Well if you look at the OpenQA site here's what it says about Selenium IDE.
Selenium IDE is an integrated development environment for Selenium tests. It is implemented as a Firefox extension, and allows you to record, edit, and debug tests. Selenium IDE includes the entire Selenium Core, allowing you to easily and quickly record and play back tests in the actual environment that they will run.
Selenium IDE is not only recording tool: it is a complete IDE. You can choose to use its recording capability, or you may edit your scripts by hand. With autocomplete support and the ability to move commands around quickly, Selenium IDE is the ideal environment for creating Selenium tests no matter what style of tests you prefer.
Features:
* Easy record and playback
* Intelligent field selection will use IDs, names, or XPath as needed
* Autocomplete for all common Selenium commands
* Walk through tests
* Debug and set breakpoints
* Save tests as HTML, Ruby scripts, or any other format
* Support for Selenium user-extensions.js file
* Option to automatically assert the title of every page
This is, in my opinion, by far one of the better testing tools available to web developers.
Be sure to try it out. OpenQA : Selenium IDE
Labels: IDE, Programming, Software, Webdevelopment




0 Comments:
Post a Comment
Links to this post:
Create a Link
<< Home