|
View previous topic :: View next topic |
| Author |
Message |
vigmanis Site Admin
Joined: 01 Jan 1970 Posts: 65
|
Posted: Thu Oct 19, 2006 4:53 pm Post subject: Open source Automated Tool |
|
|
Iam looking for an Open Source Automated Tool, wherein i can record and playback my testcases, mainly for Regression testing.
The Application i would be recording is an webpage which has lots of functionalities like loading some files & many more. |
|
| Back to top |
|
|
|
krithika
Joined: 04 Nov 2006 Posts: 2
|
|
| Back to top |
|
|
|
vigmanis Site Admin
Joined: 01 Jan 1970 Posts: 65
|
Posted: Wed Nov 08, 2006 1:35 pm Post subject: opensource testing tools |
|
|
I found one link that lists a lot though i haven't evaluated one of the open source testing tool till now
http://www.opensourcetesting.org/ |
|
| Back to top |
|
|
|
vigmanis Site Admin
Joined: 01 Jan 1970 Posts: 65
|
Posted: Sat Nov 18, 2006 3:16 pm Post subject: Some Open test tools with good reviews |
|
|
Some good open source tools with good reviews are
WATIR- for web application testing
http://wtr.rubyforge.org/
NETPLOT- Network Latency Monitor
http://www.goldb.org/netplot.html
RRD-RRD is the acronym for Round Robin Database. It is a system to store and display time-series data (i.e. network bandwidth, machine-room temperature, server load average).
http://oss.oetiker.ch/rrdtool/ |
|
| Back to top |
|
|
|
vigmanis Site Admin
Joined: 01 Jan 1970 Posts: 65
|
Posted: Sun Dec 17, 2006 8:21 am Post subject: Open source testing tools for testing Java applications |
|
|
1) JMOCKIT
https://jmockit.dev.java.net/
JMockit consists of a single class with a small set of static methods, which allow arbitrary methods and constructors of any other class to be replaced by mock implementations at runtime.
2)Artima SuiteRunner
http://www.artima.com/suiterunner/index.html
Artima SuiteRunner is a free open source testing toolkit for Java released under the Open Software License. You can use this tool with JUnit to run existing JUnit test suites, or standalone to create unit and conformance tests for Java APIs. The three main advantages Artima SuiteRunner offers to JUnit users are reporters, runpaths, and recipe files. Existing JUnit users can use SuiteRunner to run their JUnit tests, which allows them to gain the benefits of reporters, runpaths, and recipe files while continuing to use their JUnit test cases.
3)CACTUS
http://jakarta.apache.org/cactus/index.html
Excellent choice for unit testing server-side java code (Servlets, EJBs, Tag Libs, Filters, ...It uses JUnit and extends it. |
|
| Back to top |
|
|
|
DELETED Guest
|
Posted: Wed Jan 03, 2007 11:07 am Post subject: |
|
|
| DELETED |
|
| Back to top |
|
|
|
shrav_shetty
Joined: 28 Jan 2008 Posts: 3
|
Posted: Fri Feb 08, 2008 6:42 am Post subject: |
|
|
| I think u should try selenium |
|
| Back to top |
|
|
|
|