[Webtest] Testing with lists of input data

Shawn Bradley Shawn Bradley" <sbradley@sunergeosystems.com
Mon, 1 Jan 2007 12:42:16 -0600


This is a multipart message in MIME format.

------=_NextPart_000_0001_01C72DA2.46946270
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit

I am fairly new to WebTest, but so far, I've been able to accomplish just
about everything I need to.  However, I am stuck at this particular
requirement.

 

Our app builds expense reports, and each expense entry references an expense
category.  I am writing tests to exercise the expense category maintenance
portion of the app.  What I want to do is create a property file that
contains the parameters for a dozen or so expense categories.  I then need
my WebTest case to create each of these categories in a loop, using <repeat>
or some other construct.  I DON'T want to have to create the same XML
instructions a dozen or more times to construct the categories in a linear
fashion.

 

I have spent hours digging through the newsgroup and mailing list archives,
and I cannot find an example similar to what I am trying to do.  This seems
like such a common task to me - surely someone else has had a similar
requirement.  How do I accomplish this?

 

Thanks, 

 

 

Shawn Bradley

President, Sunergeo Systems, Inc.

www.sunergeosystems.com

 


------=_NextPart_000_0001_01C72DA2.46946270
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" =
xmlns=3D"http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<meta name=3DGenerator content=3D"Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
span.EmailStyle17
	{mso-style-type:personal-compose;
	font-family:"Calibri","sans-serif";
	color:windowtext;}
.MsoChpDefault
	{mso-style-type:export-only;}
@page Section1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
	{page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext=3D"edit">
  <o:idmap v:ext=3D"edit" data=3D"1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=3DEN-US link=3Dblue vlink=3Dpurple>

<div class=3DSection1>

<p class=3DMsoNormal><span style=3D'font-size:12.0pt;font-family:"Times =
New Roman","serif"'>I
am fairly new to WebTest, but so far, I've been able to accomplish just =
about
everything I need to.&nbsp; However, I am stuck at this particular =
requirement.<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'font-size:12.0pt;font-family:"Times =
New Roman","serif"'>&nbsp;<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'font-size:12.0pt;font-family:"Times =
New Roman","serif"'>Our
app builds expense reports, and each expense entry references an expense
category.&nbsp; I am writing tests to exercise the expense category =
maintenance
portion of the app.&nbsp; What I want to do is create a property file =
that
contains the parameters for a dozen or so expense categories.&nbsp; I =
then need
my WebTest case to create each of these categories in a loop, using
&lt;repeat&gt; or some other construct.&nbsp; I DON'T want to have to =
create
the same XML instructions a dozen or more times to construct the =
categories in
a linear fashion.<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'font-size:12.0pt;font-family:"Times =
New Roman","serif"'>&nbsp;<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'font-size:12.0pt;font-family:"Times =
New Roman","serif"'>I
have spent hours digging through the newsgroup and mailing list =
archives, and I
cannot find an example similar to what I am trying to do.&nbsp; This =
seems like
such a common task to me - surely someone else has had a similar
requirement.&nbsp; How do I accomplish this?<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'font-size:12.0pt;font-family:"Times =
New Roman","serif"'>&nbsp;<o:p></o:p></span></p>

<p class=3DMsoNormal><span style=3D'font-size:12.0pt;font-family:"Times =
New Roman","serif"'>Thanks,
<o:p></o:p></span></p>

<p class=3DMsoNormal><o:p>&nbsp;</o:p></p>

<p class=3DMsoNormal><o:p>&nbsp;</o:p></p>

<p class=3DMsoNormal>Shawn Bradley<o:p></o:p></p>

<p class=3DMsoNormal>President, Sunergeo Systems, Inc.<o:p></o:p></p>

<p class=3DMsoNormal>www.sunergeosystems.com<o:p></o:p></p>

<p class=3DMsoNormal><o:p>&nbsp;</o:p></p>

</div>

</body>

</html>

------=_NextPart_000_0001_01C72DA2.46946270--