|
About:
PushToTest TestMaker is a platform for real-time monitoring and governance of information systems. Software developers use TestMaker turn their unit tests into functional tests that run on their development machine. TestMaker includes Wizards and Recorders to automatically build tests and supports a variety of languages to build tests, including Java, .NET, Jython, Groovy, PHP, Ruby, and many others. It supports SOA, Web Service, AJAX, and REST services using HTTP, HTTPS, SOAP, XML-RPC, and the email protocols. The TestMaker test runtime environment automatically turns these same functional tests into load tests, scalability and performance tests, regression tests, and service monitors for QA technicians, IT operations managers, and CIOs.
Author:
Frank Cohen [contact developer]
Homepage:
http://www.PushToTest.com/
Zip:
http://www.pushtotest.com/Downloads/tmdownloadfiles
CVS tree (cvsweb):
http://cvs.pushtotest.com/cgi-bin/cvsweb.cgi
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|
|
» Rating:
8.22/10.00
(Rank N/A)
» Vitality: 0.53% (Rank 427)
» Popularity: 5.09% (Rank 670)

(click to enlarge graphs)
Record hits: 40,438
URL hits: 22,617
Subscribers: 155
|
|
Branches
Comments
[»]
cygwin support available?
by Ralf Hauser - Jun 11th 2003 01:36:23
Frank, is it possible that the testmaker.sh is not cygwin aware?
I am getting the following errors:
<<Cannot find JDK. Please set the JDK_HOME environment variable to
point
to your JDK installation directory, or use the -jdkhome switch>>
and when doing a
<<setenv JDK_HOME $JAVA_HOME>> in my tcsh first, I get:
<<Using ../settings as user directory...
ulimit: ulimit: not available on this system
Exception in thread "main" java.lang.NoClassDefFoundError:
org/netbeans/Main>>
I guess the file needs some `cygpath -w ...` statements added once
<<case "`uname`" in
CYGWIN*) >> has caught the cygwin'ers.
Anyway, this appears to be a great tool!
Do you have any bug- and enhancement tracking like Bugzilla for it?
Regards
Ralf
[reply]
[top]
[»]
Re: cygwin support available?
by Frank Cohen - Jul 13th 2004 21:48:04
> Frank, is it possible that the
> testmaker.sh is not cygwin aware?
> I am getting the following errors:
>
> <<Cannot find JDK. Please set the
> JDK_HOME environment variable to point
> to your JDK installation directory, or
> use the -jdkhome switch>>
> and when doing a
> <<setenv JDK_HOME
> $JAVA_HOME>> in my tcsh first, I
> get:
> <<Using ../settings as user
> directory...
> ulimit: ulimit: not available on this
> system
>
> Exception in thread "main"
> java.lang.NoClassDefFoundError:
> org/netbeans/Main>>
>
> I guess the file needs some `cygpath -w
> ...` statements added once
> <<case "`uname`" in
> CYGWIN*) >> has caught the
> cygwin'ers.
>
> Anyway, this appears to be a great
> tool!
>
> Do you have any bug- and enhancement
> tracking like Bugzilla for it?
>
> Regards
>
> Ralf
Hi Ralf: It is fixed now with version 4.1 and greater. -Frank
[reply]
[top]
|