Modification in AGR test suite [message #90769] |
Wed, 03 January 2007 01:54  |
Eclipse User |
|
|
|
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 16:05   |
Eclipse User |
|
|
|
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> </DIV>
<DIV><FONT face=3DArial><FONT size=3D2></FONT></FONT> </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> </DIV>
<DIV><FONT face=3DArial><FONT =
size=3D2><FONT></FONT></FONT></FONT> </DIV>
<DIV><FONT face=3DArial><FONT =
size=3D2><FONT>Sincerely,</FONT></FONT></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Liz Dancy</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>"Shaival" <</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>> 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>> =
Hi All,<BR>>=20
<BR>> I have developed an AGR test suite for my tool. The test cases =
are=20
around <BR>> 250. <BR>> Recently, the tool changed a little and =
few of the=20
test cases need to be <BR>> modified to incorporate those changes. =
<BR>>=20
<BR>> Is there any facility to re-record the test in the existing =
test suite=20
or <BR>> some way to replace the existing test cases? <BR>> =
<BR>>=20
Regards,<BR>> Shaival<BR>></FONT></BODY></HTML>
------=_NextPart_000_0047_01C72F50.FFE55FE0--
|
|
|
|
Re: Modification in AGR test suite [message #90909 is a reply to message #90862] |
Thu, 04 January 2007 15:39   |
Eclipse User |
|
|
|
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> </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 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 recommend backing up your old test cases=20
beforehand.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </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> </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> </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> </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> </DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Sincerely,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Liz Dancy</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>"Shaival" <</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>> 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>> =
Hi Liz,<BR>>=20
<BR>> Thanks for your prompt reply. <BR>> Our tool is a C/C++ IDE =
for a=20
cross compiler target. <BR>> An existing new project wizard was =
changed to=20
incorporate our changes. We <BR>> added a page with some options on =
it. When=20
the AGR test suite was created <BR>> it was with this new page. Now =
we have=20
added another page in the wizard <BR>> and the other things remain =
same.=20
<BR>> There are many test cases where the project wizard is the =
starting=20
point. <BR>> It will be very good if we get some workaround to =
modify=20
these test cases.<BR>> Thanks in advance.<BR>> <BR>> =
Regards,<BR>>=20
Shaival<BR>> <BR>></FONT></BODY></HTML>
------=_NextPart_000_0010_01C73016.962D3F70--
|
|
|
|
Powered by
FUDForum. Page generated in 0.28368 seconds