Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » TPTP Test Recorder Extension..
TPTP Test Recorder Extension.. [message #83436] Wed, 13 September 2006 07:29 Go to next message
Eclipse UserFriend
Originally posted by: yuceld.logo.com.tr

Hi to all,

We have been trying to implement our own Recorder Agent by extending the
available one. Everything seems OK, but we could not create a new .testsuite
document. Here is the list of works done so far:

* recorderClientHelper is implemented
* wizardPageProvider is implemented
* execOptionsProvider is implemented
* recorderMessageHandler is implemented

* recorderAgent is extended
* testGenerator is extended

In the Recorder Control view, we get the messages:

"Test to be generated /TestStore/a.testsuite"
"Test generation completed"

But the a.testsuite file does not seem to be created, and we got the error:
"IWAT4000E Resource .../a.testsuite does not exist". The .rec and .recmodel
files are OK, but .testsuite is not.

Could you please help with this issue or at least inform us of the part of
TPTP that is responsible for creating the testsuite file..

Thanks in advance
Regards

Yucel DOGAN
Re: TPTP Test Recorder Extension.. [message #84074 is a reply to message #83436] Mon, 25 September 2006 11:25 Go to previous message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Yucel,
You need to implement the following extension point:
org.eclipse.hyades.test.core.TestGenerator

When starting a recording in the TPTP UI, select the test generator
specified in the above extension point implementation.

Paul
"Yucel DOGAN" <yuceld@logo.com.tr> wrote in message
news:ee8bnp$91g$1@utils.eclipse.org...
> Hi to all,
>
> We have been trying to implement our own Recorder Agent by extending the
> available one. Everything seems OK, but we could not create a new
> .testsuite document. Here is the list of works done so far:
>
> * recorderClientHelper is implemented
> * wizardPageProvider is implemented
> * execOptionsProvider is implemented
> * recorderMessageHandler is implemented
>
> * recorderAgent is extended
> * testGenerator is extended
>
> In the Recorder Control view, we get the messages:
>
> "Test to be generated /TestStore/a.testsuite"
> "Test generation completed"
>
> But the a.testsuite file does not seem to be created, and we got the
> error: "IWAT4000E Resource .../a.testsuite does not exist". The .rec and
> .recmodel files are OK, but .testsuite is not.
>
> Could you please help with this issue or at least inform us of the part of
> TPTP that is responsible for creating the testsuite file..
>
> Thanks in advance
> Regards
>
> Yucel DOGAN
>
>
>
Previous Topic:How to wrap existing runnables with agents to create a heirarchical setup
Next Topic:intercepting and using results in HTTP tests
Goto Forum:
  


Current Time: Fri Mar 29 07:26:17 GMT 2024

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

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

Back to the top