Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » Modification in AGR test suite
Modification in AGR test suite [message #90769] Wed, 03 January 2007 06:54 Go to next message
Eclipse UserFriend
Originally posted by: shaivalp.kpitcummins.com

Hi All,

I have developed an AGR test suite for my tool. The test cases are around
250.
Recently, the tool changed a little and few of the test cases need to be
modified to incorporate those changes.

Is there any facility to re-record the test in the existing test suite or
some way to replace the existing test cases?

Regards,
Shaival
Re: Modification in AGR test suite [message #90831 is a reply to message #90769] Wed, 03 January 2007 21:05 Go to previous messageGo to next message
Liz Dancy is currently offline Liz DancyFriend
Messages: 77
Registered: July 2009
Member
This is a multi-part message in MIME format.

------=_NextPart_000_0047_01C72F50.FFE55FE0
Content-Type: text/plain;
charset="iso-8859-15"
Content-Transfer-Encoding: quoted-printable



There is not currently a facility to automatically re-record your older =
test cases with the new changes to your tool. However, if you can =
provide me with some information on the nature of your tool and the =
types of changes you are trying to accommodate I can give you more =
specific options for updating your test cases.


Sincerely,

Liz Dancy

"Shaival" <shaivalp@kpitcummins.com> wrote in message =
news:eefa0386fffff2f3831699938a0f89ad$1@www.eclipse.org...
> Hi All,
>=20
> I have developed an AGR test suite for my tool. The test cases are =
around=20
> 250.=20
> Recently, the tool changed a little and few of the test cases need to =
be=20
> modified to incorporate those changes.=20
>=20
> Is there any facility to re-record the test in the existing test suite =
or=20
> some way to replace the existing test cases?=20
>=20
> Regards,
> Shaival
>
------=_NextPart_000_0047_01C72F50.FFE55FE0
Content-Type: text/html;
charset="iso-8859-15"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-15">
<META content=3D"MSHTML 6.00.2900.2995" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3DArial><FONT size=3D2></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><FONT size=3D2></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><FONT size=3D2>There is not currently a facility =
to=20
automatically re-record your older test cases with the new changes to =
your tool.=20
However, if you can provide me with some information on the nature of =
your tool=20
and the types of changes you are trying to accommodate I can give you =
more=20
specific options for updating your test cases.</FONT></FONT></DIV>
<DIV><FONT face=3DArial><FONT =
size=3D2><FONT></FONT></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><FONT =
size=3D2><FONT></FONT></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><FONT =
size=3D2><FONT>Sincerely,</FONT></FONT></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Liz Dancy</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>"Shaival" &lt;</FONT><A=20
href=3D"mailto:shaivalp@kpitcummins.com"><FONT face=3DArial=20
size=3D2>shaivalp@kpitcummins.com</FONT></A><FONT face=3DArial =
size=3D2>&gt; wrote in=20
message </FONT><A=20
href=3D"news:eefa0386fffff2f3831699938a0f89ad$1@www.eclipse.org"><FONT =
face=3DArial=20
size=3D2>news:eefa0386fffff2f3831699938a0f89ad$1@www.eclipse.org</FONT></=
A><FONT=20
face=3DArial size=3D2>...</FONT></DIV><FONT face=3DArial size=3D2>&gt; =
Hi All,<BR>&gt;=20
<BR>&gt; I have developed an AGR test suite for my tool. The test cases =
are=20
around <BR>&gt; 250. <BR>&gt; Recently, the tool changed a little and =
few of the=20
test cases need to be <BR>&gt; modified to incorporate those changes. =
<BR>&gt;=20
<BR>&gt; Is there any facility to re-record the test in the existing =
test suite=20
or <BR>&gt; some way to replace the existing test cases? <BR>&gt; =
<BR>&gt;=20
Regards,<BR>&gt; Shaival<BR>&gt;</FONT></BODY></HTML>

------=_NextPart_000_0047_01C72F50.FFE55FE0--
Re: Modification in AGR test suite [message #90862 is a reply to message #90831] Thu, 04 January 2007 11:50 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: shaivalp.kpitcummins.com

Hi Liz,

Thanks for your prompt reply.
Our tool is a C/C++ IDE for a cross compiler target.
An existing new project wizard was changed to incorporate our changes. We
added a page with some options on it. When the AGR test suite was created
it was with this new page. Now we have added another page in the wizard
and the other things remain same.
There are many test cases where the project wizard is the starting point.
It will be very good if we get some workaround to modify these test cases.
Thanks in advance.

Regards,
Shaival
Re: Modification in AGR test suite [message #90909 is a reply to message #90862] Thu, 04 January 2007 20:39 Go to previous messageGo to next message
Liz Dancy is currently offline Liz DancyFriend
Messages: 77
Registered: July 2009
Member
This is a multi-part message in MIME format.

------=_NextPart_000_0010_01C73016.962D3F70
Content-Type: text/plain;
charset="iso-8859-15"
Content-Transfer-Encoding: quoted-printable

Thank you for providing that additional information.=20

Perhaps the easiest solution for your case is to record the section of =
the test case that is causing the failure in the old environment using =
your new environment (thus creating a small test case covering just the =
old failure). Then, paste the XML from this recording into the old test =
case. I recommend backing up your old test cases beforehand.

You can use the Enable/Disable button in the Behaviour Tab to help you =
keep a working set of test cases by disabling the ones which fail with =
the new changes and then replacing them one at a time.

For a detailed breakdown of the semantics of the generated scripts, =
please see:

http://www.eclipse.org/tptp/test/documents/userguides/Intro- Auto-GUI-4-3-=
0.html.

I hope this helps. Please let me know if you have any further questions.


Sincerely,

Liz Dancy


"Shaival" <shaivalp@kpitcummins.com> wrote in message =
news:8e5b7d54a43b8ff1bb9b7277f0345653$1@www.eclipse.org...
> Hi Liz,
>=20
> Thanks for your prompt reply.=20
> Our tool is a C/C++ IDE for a cross compiler target.=20
> An existing new project wizard was changed to incorporate our changes. =
We=20
> added a page with some options on it. When the AGR test suite was =
created=20
> it was with this new page. Now we have added another page in the =
wizard=20
> and the other things remain same.=20
> There are many test cases where the project wizard is the starting =
point. =20
> It will be very good if we get some workaround to modify these test =
cases.
> Thanks in advance.
>=20
> Regards,
> Shaival
>=20
>
------=_NextPart_000_0010_01C73016.962D3F70
Content-Type: text/html;
charset="iso-8859-15"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-15">
<META content=3D"MSHTML 6.00.2900.3020" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2>Thank you for providing that additional =

information. </FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT><FONT face=3DArial =
size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Perhaps the easiest solution for your =
case is to=20
record the section of the test case that is causing the failure in the =
old=20
environment using your new&nbsp;environment (thus creating a small test =
case=20
covering just the old failure). Then, paste the XML from this recording =
into the=20
old test case. I&nbsp;recommend backing up your old test cases=20
beforehand.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>You can use the Enable/Disable button =
in the=20
Behaviour Tab to help you keep a working set of test cases by disabling =
the ones=20
which fail with the new changes and then replacing them one at a=20
time.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>For a detailed breakdown of the =
semantics of the=20
generated scripts, please see:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2><A=20
href=3D" http://www.eclipse.org/tptp/test/documents/userguides/Intro- Auto-=
GUI-4-3-0.html">http://www.eclipse.org/tptp/test/documents/userguides/Int=
ro-Auto-GUI-4-3-0.html</A></FONT>.</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I hope this helps. Please let me know =
if you have=20
any further questions.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Sincerely,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Liz Dancy</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>"Shaival" &lt;</FONT><A=20
href=3D"mailto:shaivalp@kpitcummins.com"><FONT face=3DArial=20
size=3D2>shaivalp@kpitcummins.com</FONT></A><FONT face=3DArial =
size=3D2>&gt; wrote in=20
message </FONT><A=20
href=3D"news:8e5b7d54a43b8ff1bb9b7277f0345653$1@www.eclipse.org"><FONT =
face=3DArial=20
size=3D2>news:8e5b7d54a43b8ff1bb9b7277f0345653$1@www.eclipse.org</FONT></=
A><FONT=20
face=3DArial size=3D2>...</FONT></DIV><FONT face=3DArial size=3D2>&gt; =
Hi Liz,<BR>&gt;=20
<BR>&gt; Thanks for your prompt reply. <BR>&gt; Our tool is a C/C++ IDE =
for a=20
cross compiler target. <BR>&gt; An existing new project wizard was =
changed to=20
incorporate our changes. We <BR>&gt; added a page with some options on =
it. When=20
the AGR test suite was created <BR>&gt; it was with this new page. Now =
we have=20
added another page in the wizard <BR>&gt; and the other things remain =
same.=20
<BR>&gt; There are many test cases where the project wizard is the =
starting=20
point.&nbsp; <BR>&gt; It will be very good if we get some workaround to =
modify=20
these test cases.<BR>&gt; Thanks in advance.<BR>&gt; <BR>&gt; =
Regards,<BR>&gt;=20
Shaival<BR>&gt; <BR>&gt;</FONT></BODY></HTML>

------=_NextPart_000_0010_01C73016.962D3F70--
Re: Modification in AGR test suite [message #90922 is a reply to message #90909] Fri, 05 January 2007 12:30 Go to previous message
Eclipse UserFriend
Originally posted by: shaivalp.kpitcummins.com

Thank you for your reply

We will surely try your suggestion.
Previous Topic:[AGR] Object mine usage
Next Topic:HELP with Integrated Agent !!
Goto Forum:
  


Current Time: Tue Apr 23 15:20:42 GMT 2024

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

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

Back to the top