Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » TPTP
TPTP [message #142072] Tue, 28 April 2009 10:08 Go to next message
Ganesh Mising name is currently offline Ganesh Mising nameFriend
Messages: 26
Registered: July 2009
Junior Member
Hi,
Is console output can be used for verification by selection for TPTP
Automatic GUI Recording?

Thanks,
Ganeshraj.S
Re: TPTP [message #142078 is a reply to message #142072] Tue, 28 April 2009 10:16 Go to previous messageGo to next message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Ganesh,
Yes. You will create a verification point on the Console view and
verify the content in the text field.

Paul
"Ganesh " <ganesh.vibrant@gmail.com> wrote in message
news:c4fd857a380cf4e3d23cf67df09e2a69$1@www.eclipse.org...
> Hi,
> Is console output can be used for verification by selection for TPTP
> Automatic GUI Recording?
>
> Thanks,
> Ganeshraj.S
>
Re: TPTP [message #142096 is a reply to message #142078] Tue, 28 April 2009 10:43 Go to previous messageGo to next message
Ganesh Mising name is currently offline Ganesh Mising nameFriend
Messages: 26
Registered: July 2009
Junior Member
Hi Paul,
Is there any demo for verification by selection mechanism? It will really
useful for us to migrate to eclipse TPTP.
Thanks in advance!

Thanks,
Ganeshraj.S
Re: TPTP [message #142119 is a reply to message #142096] Wed, 29 April 2009 10:01 Go to previous messageGo to next message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Ganesh,
Yes, please see
http://www.eclipse.org/tptp/test/documents/gettingstarted/Au tomated_GUI_Recorder_Getting_Started.html#3.0.

Paul
"Ganesh " <ganesh.vibrant@gmail.com> wrote in message
news:aeedeee3f8dc9b474f24e702ecb93f17$1@www.eclipse.org...
> Hi Paul,
> Is there any demo for verification by selection mechanism? It will really
> useful for us to migrate to eclipse TPTP.
> Thanks in advance!
>
> Thanks,
> Ganeshraj.S
>
Re: TPTP [message #142125 is a reply to message #142119] Thu, 30 April 2009 09:14 Go to previous messageGo to next message
Ganesh Mising name is currently offline Ganesh Mising nameFriend
Messages: 26
Registered: July 2009
Junior Member
Hi,
Thanks for the demo, but this demo doesn't talks about how to use
"Verification by selection" mechanism.
For my test case, I want to check the console output whenever the test
case is running. While recording the test case is that I should just
select the text in the console window(How to make TPTP understand about
that it should check the text which I select)? TPTP will automatically
record my selection and check whenever the test case is running?

If I select the console window for the text need to be checked following
is the xml entry which was made,
<command descriptive=" rm -f Car; /opt/aCC/bin/aCC -o Car +Z
-D_HPUX_SO..." type="focus" referenceId="107"/>

I dont think this is getting checked whenever test case is running. Am I
using verification by selction mechanism correctly. Document on
verification by selection mechanism is not clear. If I am able to proceed
with this I can help eclipse.org in updating those documents(with my
experience in using AGR).

Thanks in advance for your help!

Thanks,
Ganeshraj.S
Re: TPTP [message #142131 is a reply to message #142125] Fri, 01 May 2009 10:29 Go to previous messageGo to next message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Ganesh,
I am afraid the only AGR resources are listed in
http://www.eclipse.org/tptp/test/documents/gettingstarted/Au tomated_GUI_Recorder_Getting_Started.html#3.0.
For adding a verification hook, click the verification hook button in the
AGR recorder toolbar and select the console view with your mouse. The
verification hook method will then be created in your test class, which
requires the code to inspect the parameter ViewPart for the console output.

Please keep in mind that the AGR is an as-is component (see
http://wiki.eclipse.org/4.5_Component_Reorganization#Compone nt_Classifications).

We would certainly appreciate any updates to the AGR documentation.

Paul
"Ganesh " <ganesh.vibrant@gmail.com> wrote in message
news:dbd94328d5c36a2a6642778af91d0ffd$1@www.eclipse.org...
> Hi,
> Thanks for the demo, but this demo doesn't talks about how to use
> "Verification by selection" mechanism. For my test case, I want to check
> the console output whenever the test case is running. While recording the
> test case is that I should just select the text in the console window(How
> to make TPTP understand about that it should check the text which I
> select)? TPTP will automatically record my selection and check whenever
> the test case is running?
>
> If I select the console window for the text need to be checked following
> is the xml entry which was made,
> <command descriptive=" rm -f Car; /opt/aCC/bin/aCC -o Car
> +Z -D_HPUX_SO..." type="focus" referenceId="107"/>
>
> I dont think this is getting checked whenever test case is running. Am I
> using verification by selction mechanism correctly. Document on
> verification by selection mechanism is not clear. If I am able to proceed
> with this I can help eclipse.org in updating those documents(with my
> experience in using AGR).
>
> Thanks in advance for your help!
>
> Thanks,
> Ganeshraj.S
>
Re: TPTP [message #142136 is a reply to message #142131] Wed, 06 May 2009 09:31 Go to previous messageGo to next message
Ganesh Mising name is currently offline Ganesh Mising nameFriend
Messages: 26
Registered: July 2009
Junior Member
Hi,
I need to get the content of console view from IViewPart object. please
let me know how to get it? or point me to the place where I can get help
for this.

Thanks,
Ganeshraj.S
Re: TPTP [message #142142 is a reply to message #142136] Wed, 06 May 2009 10:21 Go to previous messageGo to next message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Ganesh,
Please see the responses to your thread named 'TPTP-verification
machanisms'.

Paul

"Ganesh " <ganesh.vibrant@gmail.com> wrote in message
news:dd14710377bd43eab9eb96dd4b33ac64$1@www.eclipse.org...
> Hi,
> I need to get the content of console view from IViewPart object. please
> let me know how to get it? or point me to the place where I can get help
> for this.
>
> Thanks,
> Ganeshraj.S
>
Re: TPTP [message #142171 is a reply to message #142142] Fri, 08 May 2009 11:06 Go to previous messageGo to next message
Ganesh Mising name is currently offline Ganesh Mising nameFriend
Messages: 26
Registered: July 2009
Junior Member
Thanks Paul for all your replies :)
It will be really useful if we see more examples on AGR- VERIFICATION
MECHANISMS.
Is there any already written test cases available?

Once again thanks for your help!

Thanks,
Ganeshraj.S
Re: TPTP [message #142211 is a reply to message #142171] Tue, 19 May 2009 11:01 Go to previous message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Ganesh,
Sorry, no.

Paul
"Ganesh " <ganesh.vibrant@gmail.com> wrote in message
news:effc511a748360511ca532751e1a5475$1@www.eclipse.org...
> Thanks Paul for all your replies :)
> It will be really useful if we see more examples on AGR- VERIFICATION
> MECHANISMS.
> Is there any already written test cases available?
>
> Once again thanks for your help!
>
> Thanks,
> Ganeshraj.S
>
Previous Topic:TPTP with Eclipse Ganymede using Linux
Next Topic:Verification Class
Goto Forum:
  


Current Time: Thu Mar 28 23:00:30 GMT 2024

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

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

Back to the top