Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » Testing workspace plugins using AGR
Testing workspace plugins using AGR [message #87964] Mon, 20 November 2006 06:42 Go to next message
Eclipse UserFriend
Originally posted by: omkarashish.gmail.com

Hi,
I want to be able to use AGR to test my plugins. Ideally one would want
the tests to be part of the same workspace that contains the plugins.
The problem I am facing is AGR records using the current workbench
instance as the context and my plugins are not active here.
Is it possible for AGR to launch a new workbench with my workspace
plugins and record the test?
Also when I run an AGR test the launched workspace still does not have
my workspace plugins enabled.
Am I doing something incorrect. Is there a better stratergy to eclcipse
plugin testsing?

Any help would be greatly appreciated.

Thanks and regards,
- Ashish
Re: Testing workspace plugins using AGR [message #88008 is a reply to message #87964] Mon, 20 November 2006 15:44 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dequeker.gmail.com

As far as I know, the plugins you're testing need to be present and
enabled in your TPTP workbench.
After copying your plugins into the TPTP workbench plugins folder, is
there a reason you can't enable them?


Ashish Shinde wrote:
> Hi,
> I want to be able to use AGR to test my plugins. Ideally one would
> want the tests to be part of the same workspace that contains the
> plugins. The problem I am facing is AGR records using the current
> workbench instance as the context and my plugins are not active here.
> Is it possible for AGR to launch a new workbench with my workspace
> plugins and record the test?
> Also when I run an AGR test the launched workspace still does not have
> my workspace plugins enabled. Am I doing something incorrect. Is there
> a better stratergy to eclcipse plugin testsing?
>
> Any help would be greatly appreciated.
>
> Thanks and regards,
> - Ashish
>
Re: Testing workspace plugins using AGR [message #88126 is a reply to message #88008] Mon, 20 November 2006 18:07 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: omkarashish.gmail.com

Hi,

I am able to get AGR to work after copying the plugins into a TPTP
workbench. But I have a set of plugin projects in my workspace and what I
wanted to do was launch a workbench with these plugins enbled, run the
recorder and also launch the tests on these plugins. All this without
actually copying the plugins to a TPTP workbench. This way I can use the
same workbench for development and testing instaed of using the launched
runtime bench (and hence a new workspace) for creating tests.

Thanks and regards,
- Ashish

>As far as I know, the plugins you're testing need to be present and enabled
in >your TPTP workbench.
>After copying your plugins into the TPTP workbench plugins folder, is there a
>reason you can't enable them?


>>Ashish Shinde wrote:
>>
>> Hi,
>> I want to be able to use AGR to test my plugins. Ideally one would
want >>the tests to be part of the same workspace that contains the plugins.
The >>problem I am facing is AGR records using the current workbench instance
as the >>context and my plugins are not active here.
>> Is it possible for AGR to launch a new workbench with my workspace
>>plugins and record the test?
>> Also when I run an AGR test the launched workspace still does not have
>>my workspace plugins enabled. Am I doing something incorrect. Is there a
>>better stratergy to eclcipse plugin testsing?
>>
>> Any help would be greatly appreciated.
>
>> Thanks and regards,
>> - Ashish
Re: Testing workspace plugins using AGR [message #88266 is a reply to message #88126] Tue, 21 November 2006 17:30 Go to previous messageGo to next message
No real name is currently offline No real nameFriend
Messages: 404
Registered: July 2009
Senior Member
Hi Ashish,

See enhancement https://bugs.eclipse.org/bugs/show_bug.cgi?id=109880
It was marked as helpwanted in 4.3 but resources were not found to have it
implemented.

Thanks,
Ali Mehregani

"Ashish Shinde" <omkarashish@gmail.com> wrote in message
news:c91312053003ad0f15caa4540c7be008$1@www.eclipse.org...
> Hi,
>
> I am able to get AGR to work after copying the plugins into a TPTP
> workbench. But I have a set of plugin projects in my workspace and what I
> wanted to do was launch a workbench with these plugins enbled, run the
> recorder and also launch the tests on these plugins. All this without
> actually copying the plugins to a TPTP workbench. This way I can use the
> same workbench for development and testing instaed of using the launched
> runtime bench (and hence a new workspace) for creating tests.
>
> Thanks and regards,
> - Ashish
>
>>As far as I know, the plugins you're testing need to be present and
>>enabled
> in >your TPTP workbench.
>>After copying your plugins into the TPTP workbench plugins folder, is
>>there a reason you can't enable them?
>
>
>>>Ashish Shinde wrote:
>>>
>>> Hi,
>>> I want to be able to use AGR to test my plugins. Ideally one would
> want >>the tests to be part of the same workspace that contains the
> plugins. The >>problem I am facing is AGR records using the current
> workbench instance as the >>context and my plugins are not active here.
>>> Is it possible for AGR to launch a new workbench with my workspace
>>> plugins and record the test?
>>> Also when I run an AGR test the launched workspace still does not
>>> have my workspace plugins enabled. Am I doing something incorrect. Is
>>> there a better stratergy to eclcipse plugin testsing?
>>>
>>> Any help would be greatly appreciated.
>>
>>> Thanks and regards,
>>> - Ashish
>
>
>
Re: Testing workspace plugins using AGR [message #91238 is a reply to message #88266] Mon, 15 January 2007 14:38 Go to previous message
Andreas Voss is currently offline Andreas VossFriend
Messages: 51
Registered: July 2009
Member
It should be possible to use a clean workspace for both, record and
playback. Currently a clean workspace is supported for playback only,
and most of my tests fail, because there is something in the record
workspace that is not in the playback workspace and vice versa.

Ali Mehregani schrieb:
> Hi Ashish,
>
> See enhancement https://bugs.eclipse.org/bugs/show_bug.cgi?id=109880
> It was marked as helpwanted in 4.3 but resources were not found to have it
> implemented.
>
> Thanks,
> Ali Mehregani
>
> "Ashish Shinde" <omkarashish@gmail.com> wrote in message
> news:c91312053003ad0f15caa4540c7be008$1@www.eclipse.org...
>> Hi,
>>
>> I am able to get AGR to work after copying the plugins into a TPTP
>> workbench. But I have a set of plugin projects in my workspace and what I
>> wanted to do was launch a workbench with these plugins enbled, run the
>> recorder and also launch the tests on these plugins. All this without
>> actually copying the plugins to a TPTP workbench. This way I can use the
>> same workbench for development and testing instaed of using the launched
>> runtime bench (and hence a new workspace) for creating tests.
>>
>> Thanks and regards,
>> - Ashish
>>
>>> As far as I know, the plugins you're testing need to be present and
>>> enabled
>> in >your TPTP workbench.
>>> After copying your plugins into the TPTP workbench plugins folder, is
>>> there a reason you can't enable them?
>>
>>>> Ashish Shinde wrote:
>>>>
>>>> Hi,
>>>> I want to be able to use AGR to test my plugins. Ideally one would
>> want >>the tests to be part of the same workspace that contains the
>> plugins. The >>problem I am facing is AGR records using the current
>> workbench instance as the >>context and my plugins are not active here.
>>>> Is it possible for AGR to launch a new workbench with my workspace
>>>> plugins and record the test?
>>>> Also when I run an AGR test the launched workspace still does not
>>>> have my workspace plugins enabled. Am I doing something incorrect. Is
>>>> there a better stratergy to eclcipse plugin testsing?
>>>>
>>>> Any help would be greatly appreciated.
>>>> Thanks and regards,
>>>> - Ashish
>>
>>
>
>
Previous Topic:Probekit extension
Next Topic:remote agent controller dies with "free(): invalid next size"
Goto Forum:
  


Current Time: Tue Mar 19 07:19:39 GMT 2024

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

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

Back to the top