[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tptp] Re: TPTP has Open API?

Hi Egidijus,
    Yes, the TPTP Test Project is built on EMF models for test artifacts, 
test behaviors, and execution histories.  However, we do not have support 
for database persistence layer.  For more information, see:

http://www.eclipse.org/tptp/test/documents/index.php >> EclipseCon 2007: 
Testing Java Applications Using TPTP >> TPTP EMF Data Models
http://www.eclipse.org/tptp/test/documents/index.php >> TPTP Testing Tools 
Project Architecture
http://www.eclipse.org/tptp/test/documents/index.php >> Javadoc HTML 
documentation
http://www.eclipse.org/tptp/platform/documents/index.php >> TPTP EMF model 
documentation (4.1.0)

    Unfortunately, I am not familiar with the org.eclipse.test.performance 
plug-in so I cannot compare/contrast the two.

Paul
"Egidijus Vaisnora" <egidijus.vaisnora@xxxxxxxxxxx> wrote in message 
news:h41mmq$h8c$1@xxxxxxxxxxxxxxxxxxxx
>
> Does TPTP has an open API, that I could use it easily without interacting 
> UI (only by code), store performance result in DB and use DB data for 
> generating reports?
> In short - can I use TPTP as an replacement for 
> org.eclipse.test.performance plugin?
>
> Thank you