Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » Automated Gui Recorder - debug verification hooks
Automated Gui Recorder - debug verification hooks [message #37356] Tue, 25 October 2005 12:27 Go to next message
Davide Denaro is currently offline Davide DenaroFriend
Messages: 2
Registered: July 2009
Junior Member
Hi,

Is there a way to debug verification hooks ?

thanks

Davide
Re: Automated Gui Recorder - debug verification hooks [message #37390 is a reply to message #37356] Tue, 25 October 2005 15:35 Go to previous messageGo to next message
No real name is currently offline No real nameFriend
Messages: 404
Registered: July 2009
Senior Member
Currently there isn't. I personally use a CBE logger to do my debugging.
Take a look at org.eclipse.hyades.use.cases under test-results/platform of
TPTP's CVS for examples on how you can do this. The automated gui test
suites are stored in the 'gui' folder. I also have base code for dissecting
view/editors/shells to verify the values of their controls.

Thanks.

"Davide Denaro" <davide.denaro@st.com> wrote in message
news:43579e505f0ea98c8b9d38e490820d06$1@www.eclipse.org...
> Hi,
>
> Is there a way to debug verification hooks ?
>
> thanks
>
> Davide
>
Re: Automated Gui Recorder - debug verification hooks [message #58495 is a reply to message #37390] Wed, 15 March 2006 15:42 Go to previous messageGo to next message
Joel Rosi-Schwartz is currently offline Joel Rosi-SchwartzFriend
Messages: 624
Registered: July 2009
Location: London. England
Senior Member
This is a multi-part message in MIME format.
--------------000907010305010605010701
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Ali,

I checked out org.eclipse.hyades.use.cases but I cannot find any
verification classes under the folder and a search of all of the java
classes for cbe turned up nil. Has the organization changed since you
posted this advice? Where can I find useful examples of adding debug
messages to the verification class?

Also the base code you mention below would probably be of interest. Is
it available?

Thanks,
Joel


Ali Mehregani wrote:
> Currently there isn't. I personally use a CBE logger to do my debugging.
> Take a look at org.eclipse.hyades.use.cases under test-results/platform of
> TPTP's CVS for examples on how you can do this. The automated gui test
> suites are stored in the 'gui' folder. I also have base code for dissecting
> view/editors/shells to verify the values of their controls.
>
> Thanks.
>
> "Davide Denaro" <davide.denaro@st.com> wrote in message
> news:43579e505f0ea98c8b9d38e490820d06$1@www.eclipse.org...
>
>> Hi,
>>
>> Is there a way to debug verification hooks ?
>>
>> thanks
>>
>> Davide
>>
>>
>
>
>

--------------000907010305010605010701
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Helvetica, Arial, sans-serif">Ali,<br>
<br>
I checked out&nbsp; </font>org.eclipse.hyades.use.cases
<font face="Helvetica, Arial, sans-serif">but I cannot find any
verification classes under the folder and a search of all of the java
classes for cbe turned up nil.&nbsp; Has the organization changed since you
posted this advice? Where can I find useful examples of adding debug
messages to the verification class?<br>
<br>
Also the base code you mention below would probably be of interest. Is
it available?<br>
<br>
Thanks,<br>
Joel<br>
</font><br>
<br>
Ali Mehregani wrote:
<blockquote cite="middjljbg$e15$1@news.eclipse.org" type="cite">
<pre wrap="">Currently there isn't. I personally use a CBE logger to do my debugging.
Take a look at org.eclipse.hyades.use.cases under test-results/platform of
TPTP's CVS for examples on how you can do this. The automated gui test
suites are stored in the 'gui' folder. I also have base code for dissecting
view/editors/shells to verify the values of their controls.

Thanks.

"Davide Denaro" <a class="moz-txt-link-rfc2396E" href="mailto:davide.denaro@st.com">&lt;davide.denaro@st.com&gt;</a> wrote in message
<a class="moz-txt-link-freetext" href="news:43579e505f0ea98c8b9d38e490820d06$1@www.eclipse.org">news:43579e505f0ea98c8b9d38e490820d06$1@www.eclipse.org</a>...
</pre>
<blockquote type="cite">
<pre wrap="">Hi,

Is there a way to debug verification hooks ?

thanks

Davide

</pre>
</blockquote>
<pre wrap=""><!---->

</pre>
</blockquote>
</body>
</html>

--------------000907010305010605010701--
Re: Automated Gui Recorder - debug verification hooks [message #61073 is a reply to message #58495] Tue, 28 March 2006 14:52 Go to previous messageGo to next message
No real name is currently offline No real nameFriend
Messages: 404
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.

------=_NextPart_000_006A_01C6524D.5CD65E70
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi Joel,

The two classes that you are looking for are in the package =
org.eclipse.hyades.use.cases.auto.common under the 'src' folder.
VerifyHookUtil is used to provide convenient methods for extracting =
widgets from shells/views/editors
Logger is used to log debug messages

The verification hook classes are in package =
org.eclipse.hyades.use.cases.auto.profiling.logging. The class names =
should correspond to the
test suite names under the 'gui' folder.

Thanks.
"Joel Rosi-Schwartz" <Joel.Rosi-Schwartz@Etish.org> wrote in message =
news:dv9cqd$d19$1@utils.eclipse.org...
Ali,

I checked out org.eclipse.hyades.use.cases but I cannot find any =
verification classes under the folder and a search of all of the java =
classes for cbe turned up nil. Has the organization changed since you =
posted this advice? Where can I find useful examples of adding debug =
messages to the verification class?

Also the base code you mention below would probably be of interest. Is =
it available?

Thanks,
Joel


Ali Mehregani wrote:=20
Currently there isn't. I personally use a CBE logger to do my =
debugging.
Take a look at org.eclipse.hyades.use.cases under test-results/platform =
of
TPTP's CVS for examples on how you can do this. The automated gui test
suites are stored in the 'gui' folder. I also have base code for =
dissecting
view/editors/shells to verify the values of their controls.

Thanks.

"Davide Denaro" <davide.denaro@st.com> wrote in message
news:43579e505f0ea98c8b9d38e490820d06$1@www.eclipse.org...
Hi,

Is there a way to debug verification hooks ?

thanks

Davide

=20


------=_NextPart_000_006A_01C6524D.5CD65E70
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type =
content=3Dtext/html;charset=3DISO-8859-1>
<META content=3D"MSHTML 6.00.2800.1528" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY text=3D#000000 bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi Joel,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>The two classes that you are looking =
for are in the=20
package org.eclipse.hyades.use.cases.auto.common under the 'src'=20
folder.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>VerifyHookUtil is used to provide =
convenient=20
methods for extracting widgets from shells/views/editors</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Logger is used to log debug =
messages</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>The verification hook classes are in =
package=20
org.eclipse.hyades.use.cases.auto.profiling.logging.&nbs p; The class =
names=20
should correspond to the</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>test suite names under the 'gui'=20
folder.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Thanks.</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Joel Rosi-Schwartz" &lt;<A=20
=
href=3D"mailto:Joel.Rosi-Schwartz@Etish.org">Joel.Rosi-Schwartz@Etish.org=
</A>&gt;=20
wrote in message <A=20
=
href=3D"news:dv9cqd$d19$1@utils.eclipse.org">news:dv9cqd$d19$1@utils.ecli=
pse.org</A>...</DIV><FONT=20
face=3D"Helvetica, Arial, sans-serif">Ali,<BR><BR>I checked out&nbsp;=20
</FONT>org.eclipse.hyades.use.cases <FONT=20
face=3D"Helvetica, Arial, sans-serif">but I cannot find any =
verification classes=20
under the folder and a search of all of the java classes for cbe =
turned up=20
nil.&nbsp; Has the organization changed since you posted this advice? =
Where=20
can I find useful examples of adding debug messages to the =
verification=20
class?<BR><BR>Also the base code you mention below would probably be =
of=20
interest. Is it =
available?<BR><BR>Thanks,<BR>Joel<BR></FONT><BR><BR >Ali=20
Mehregani wrote:=20
<BLOCKQUOTE cite=3Dmiddjljbg$e15$1@news.eclipse.org type=3D"cite"><PRE =
wrap=3D"">Currently there isn't. I personally use a CBE logger to do my =
debugging.
Take a look at org.eclipse.hyades.use.cases under test-results/platform =
of
TPTP's CVS for examples on how you can do this. The automated gui test
suites are stored in the 'gui' folder. I also have base code for =
dissecting
view/editors/shells to verify the values of their controls.

Thanks.

"Davide Denaro" <A class=3Dmoz-txt-link-rfc2396E =
href=3D"mailto:davide.denaro@st.com">&lt;davide.denaro@st.com&gt;</A> =
wrote in message
<A class=3Dmoz-txt-link-freetext =
href=3D"news:43579e505f0ea98c8b9d38e490820d06$1@www.eclipse.org">news:435=
79e505f0ea98c8b9d38e490820d06$1@www.eclipse.org</A>...
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">Hi,

Is there a way to debug verification hooks ?

thanks

Davide

</PRE></BLOCKQUOTE><PRE wrap=3D""><!---->

</PRE></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_006A_01C6524D.5CD65E70--
Re: Automated Gui Recorder - debug verification hooks [message #61453 is a reply to message #61073] Tue, 28 March 2006 18:05 Go to previous message
Joel Rosi-Schwartz is currently offline Joel Rosi-SchwartzFriend
Messages: 624
Registered: July 2009
Location: London. England
Senior Member
This is a multi-part message in MIME format.
--------------040709010705080502060306
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Thanks Ali. I found it and got both up and running no problem.

Cheers,
Joel

Ali Mehregani wrote:
> Hi Joel,
>
> The two classes that you are looking for are in the package
> org.eclipse.hyades.use.cases.auto.common under the 'src' folder.
> VerifyHookUtil is used to provide convenient methods for extracting
> widgets from shells/views/editors
> Logger is used to log debug messages
>
> The verification hook classes are in package
> org.eclipse.hyades.use.cases.auto.profiling.logging. The class names
> should correspond to the
> test suite names under the 'gui' folder.
>
> Thanks.
>
> "Joel Rosi-Schwartz" <Joel.Rosi-Schwartz@Etish.org
> <mailto:Joel.Rosi-Schwartz@Etish.org>> wrote in message
> news:dv9cqd$d19$1@utils.eclipse.org...
> Ali,
>
> I checked out org.eclipse.hyades.use.cases but I cannot find any
> verification classes under the folder and a search of all of the
> java classes for cbe turned up nil. Has the organization changed
> since you posted this advice? Where can I find useful examples of
> adding debug messages to the verification class?
>
> Also the base code you mention below would probably be of
> interest. Is it available?
>
> Thanks,
> Joel
>
>
> Ali Mehregani wrote:
>> Currently there isn't. I personally use a CBE logger to do my debugging.
>> Take a look at org.eclipse.hyades.use.cases under test-results/platform of
>> TPTP's CVS for examples on how you can do this. The automated gui test
>> suites are stored in the 'gui' folder. I also have base code for dissecting
>> view/editors/shells to verify the values of their controls.
>>
>> Thanks.
>>
>> "Davide Denaro" <davide.denaro@st.com> wrote in message
>> news:43579e505f0ea98c8b9d38e490820d06$1@www.eclipse.org...
>>
>>> Hi,
>>>
>>> Is there a way to debug verification hooks ?
>>>
>>> thanks
>>>
>>> Davide
>>>
>>>
>>
>>
>>
>

--------------040709010705080502060306
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Helvetica, Arial, sans-serif">Thanks Ali. I found it and
got both up and running no problem. <br>
<br>
Cheers,<br>
Joel<br>
</font><br>
Ali Mehregani wrote:
<blockquote cite="mide0bikn$kme$1@utils.eclipse.org" type="cite">
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<meta content="MSHTML 6.00.2800.1528" name="GENERATOR">
<style></style>
<div><font face="Arial" size="2">Hi Joel,</font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2">The two classes that you are looking
for are in the package org.eclipse.hyades.use.cases.auto.common under
the 'src' folder.</font></div>
<div><font face="Arial" size="2">VerifyHookUtil is used to provide
convenient methods for extracting widgets from shells/views/editors</font></div>
<div><font face="Arial" size="2">Logger is used to log debug messages</font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2">The verification hook classes are in
package org.eclipse.hyades.use.cases.auto.profiling.logging.&nbs p; The class
names should correspond to the</font></div>
<div><font face="Arial" size="2">test suite names under the 'gui'
folder.</font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2">Thanks.</font></div>
<blockquote dir="ltr"
style="border-left: 2px solid rgb(0, 0, 0); padding-right: 0px; padding-left: 5px; margin-left: 5px; margin-right: 0px;">
<div>"Joel Rosi-Schwartz" &lt;<a
href="mailto:Joel.Rosi-Schwartz@Etish.org">Joel.Rosi-Schwartz@Etish.org</a>&gt;
wrote in message <a href="news:dv9cqd$d19$1@utils.eclipse.org">news:dv9cqd$d19$1@utils.eclipse.org</a>...</div>
<font face="Helvetica, Arial, sans-serif">Ali,<br>
<br>
I checked out&nbsp; </font>org.eclipse.hyades.use.cases <font
face="Helvetica, Arial, sans-serif">but I cannot find any verification
classes under the folder and a search of all of the java classes for
cbe turned up nil.&nbsp; Has the organization changed since you posted this
advice? Where can I find useful examples of adding debug messages to
the verification class?<br>
<br>
Also the base code you mention below would probably be of interest. Is
it available?<br>
<br>
Thanks,<br>
Joel<br>
</font><br>
<br>
Ali Mehregani wrote:
<blockquote cite="middjljbg$e15$1@news.eclipse.org" type="cite">
<pre wrap="">Currently there isn't. I personally use a CBE logger to do my debugging.
Take a look at org.eclipse.hyades.use.cases under test-results/platform of
TPTP's CVS for examples on how you can do this. The automated gui test
suites are stored in the 'gui' folder. I also have base code for dissecting
view/editors/shells to verify the values of their controls.

Thanks.

"Davide Denaro" <a class="moz-txt-link-rfc2396E"
href="mailto:davide.denaro@st.com">&lt;davide.denaro@st.com&gt;</a> wrote in message
<a class="moz-txt-link-freetext"
href="news:43579e505f0ea98c8b9d38e490820d06$1@www.eclipse.org">news:43579e505f0ea98c8b9d38e490820d06$1@www.eclipse.org</a>...
</pre>
<blockquote type="cite">
<pre wrap="">Hi,

Is there a way to debug verification hooks ?

thanks

Davide

</pre>
</blockquote>
<pre wrap=""><!---->

</pre>
</blockquote>
</blockquote>
</blockquote>
</body>
</html>

--------------040709010705080502060306--
Previous Topic:ARG and RCP
Next Topic:AGR Not able to playback on tables
Goto Forum:
  


Current Time: Thu Apr 25 05:27:34 GMT 2024

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

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

Back to the top