Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » TPTP testing for ISMP
TPTP testing for ISMP [message #107133] Thu, 02 August 2007 05:46 Go to next message
Eclipse UserFriend
Originally posted by: estmithas.gmail.com

I'm new to Eclipse's TPTP, have been wandering about Eclipse's articles
and tutorials but am still very puzzled.

I want to test and profile an installation package created using
InstallShield Multiplatform. So I have a setup.exe running with JVM.

Does anyone have any suggestions or places to look for more information?

Thanks in advance,

J.H. Salisbury
Re: TPTP testing for ISMP [message #107250 is a reply to message #107133] Thu, 02 August 2007 10:19 Go to previous messageGo to next message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Johannes,
TPTP provides tooling to manually test applications and unit test Java
applications. Although I am not familiar with ISMP, if is it Java code, you
can use the TPTP Test tools for unit testing. I would suggest to start
with:

http://help.eclipse.org/help32/topic/org.eclipse.hyades.test .doc.user/concepts/ccommontestingtasksandconcepts.htm

and then look at the TPTP JUnit test tools:

http://help.eclipse.org/help32/topic/org.eclipse.hyades.test .doc.user/concepts/cjunitintro.htm
http://www.eclipse.org/tptp/home/documents/tutorials/screenc asts/tptpJunit.html

Paul
"Johannes Holt Salisbury" <estmithas@gmail.com> wrote in message
news:e147915206ac69d1214f6a052c8c7f34$1@www.eclipse.org...
> I'm new to Eclipse's TPTP, have been wandering about Eclipse's articles
> and tutorials but am still very puzzled.
>
> I want to test and profile an installation package created using
> InstallShield Multiplatform. So I have a setup.exe running with JVM.
>
> Does anyone have any suggestions or places to look for more information?
>
> Thanks in advance,
>
> J.H. Salisbury
>
Re: TPTP testing for ISMP [message #107458 is a reply to message #107250] Fri, 03 August 2007 07:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: estmithas.gmail.com

It is Java code, but it is dependent on ISMP and cannot run within
eclipse. The build itself requires using ISMP with Ant. It seems that to
apply TPTP, the program needs to be run within Eclipse.

Thanks for the response,

J.H. Salisbury
Re: TPTP testing for ISMP [message #107668 is a reply to message #107458] Tue, 07 August 2007 11:41 Go to previous message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Johannes,
To use the TPTP JUnit test tools, all you need is to reference your
application and its dependencies on your test project classpath (see
http://help.eclipse.org/help32/topic/org.eclipse.hyades.test .doc.user/ref/rdeploymentGroundRules.htm).
That said, this is only for unit testing your application using JUnit-based
tests. The GUI recording and playback tooling would not work since it
current requires the application under test to be an Eclipse application.

Of course, you can use the TPTP Manual test tools to manually test your
application.

Paul
"Johannes Holt Salisbury" <estmithas@gmail.com> wrote in message
news:8bd0a4314bae981c604253a81599c7f3$1@www.eclipse.org...
>
> It is Java code, but it is dependent on ISMP and cannot run within
> eclipse. The build itself requires using ISMP with Ant. It seems that to
> apply TPTP, the program needs to be run within Eclipse.
>
> Thanks for the response,
>
> J.H. Salisbury
>
Previous Topic:AGR execution hangs in standard mode
Next Topic:TPTP and IAC on Solaris/CentOS
Goto Forum:
  


Current Time: Sat Apr 27 01:05:53 GMT 2024

Powered by FUDForum. Page generated in 0.03037 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top