Link to home
Start Free TrialLog in
Avatar of ukapu2005
ukapu2005

asked on

Test Automation

Can anyone please let me know how to automate the manual testing process?
what are the open source tools used to test email secuirty etc., and also what are the open source
tools that can be used for bug tracking? And I appreciate if any one could provide me the open source
tools used for load testing, performance testing and stress testing.
Avatar of Suhas .
Suhas .
Flag of United States of America image

There are lots of tools for automating the manual testing process.

Again it depends on the application that you are using and the language you are expertise with.

If you consider Perl,

You can automate the stand alone applns using Win32::GUITest module

For web applications, you can use Win32::IEAutomation module.

If you want to use Similar to Silk test or QTP or Winrunner, there are lots of automation tools that you can get in sourceforge.net, but those open source tools will be with some limitations.

Cheers...
Suhas
ASKER CERTIFIED SOLUTION
Avatar of Suhas .
Suhas .
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
There are many functional testing tools available for testing.
Most Common tools are
Mercury Interactive's QTP,Winrunner
Silk test,IBM's rational robot, etc

For web testing Selenium tool is available(open source)
Bug tracking tool available are Siebel,JIRA,etc
Open source bug tracking tools are BugTrack,Bugzilla,etc
For testing links in web pages Deadlink(open source) tool can be used

Well known performance testing tools are Mercury's LoadRunner, Silk performer, Rational performer, etc

Pylot-free open source tool for testing performance and scalability of web services
Tsung-free open source tool available for load testing

-Suveer