Archive for the 'Testing' Category

Selenium - A functional testing tool for Web applications

Selenium is a functional testing tool, which uses an browser driven by JavaScript to play back testing scripts, for Web applications. Actually, a tester does not have to write the Javascripts, Selenium-IDE, a Firefox extension, can be used to record and edit user cases. The user cases are save as HTML tables or Ruby scripts. That means that user cases are also programmable. Here is screenshot of Selenium IDE. It’s quite intuitive and handy!
Selenium_SreenShot

Load Testing with JMeter

Today I tried JMeter , an open source web load testing tool. It’s easy to setup web test, ftp test, and web service test.
…etc. Just following the well-written document step by step , a test plan is set up in minutes. Then just press run, you can see the load testing result graph in real time. Other advantages for testing automation include:
1.Besides its easy-to-use GUI , the test plans are save as XML files and command mode is provided also. That’s mean that you can parsing your test plan document into the specific XML file and run the testing automatically.
2.User case recording is also available.
In addition, users can also wrtie customized plugins.
This tool is definitely worth to try when evaluating web hosting.