Hello Mark,
MR> Thanks Pavel, that looks great... I had seen it a while ago, but there
MR> wasn't so much information available online then, so I didn't realise
MR> what it was capable of.
Actually the real version of the scenario is more verbose
since it's written with html(the example i posted the first time was
copied from my cli html viewer :)). Here it is:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=win-1251" http-equiv="content-type">
<title>Test Choice List</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<tbody>
<tr>
<td rowspan="1" colspan="3">Test Choice List<br>
</td>
</tr>
<tr>
<td>open</td>
<td>./fixtures/CocktailSetUp.php</td>
<td> </td>
</tr>
<tr>
<td>open</td>
<td>/cocktails</td>
<td> </td>
</tr>
<tr>
<td>click</td>
<td>xpath=//a[@title='Bloody Mary']</td>
<td> </td>
</tr>
[...]
</tbody>
</table>
</body>
</html>
This is great for less experienced users who can write scenarios using
DreamWeaver. At the same time we're thinking about customizing
Selenium a bit in order to use less verbose plain text scenarios.
MR> Arbiter test cases are designed to be a bullet point or outline list
MR> in *Basic English* (see:
MR> http://ogden.basic-english.org/topics.html
MR> and
MR> http://etext.library.adelaide.edu.au/w/wells/hg/w45th/chapter50.html
MR> ).
Thanks for the link. BTW, how similiar is Arbiter to
FitNesse (http://fitnesse.org/FitNesse.TwoMinuteExample) ?
MR> Regards,
MR> Mark
Best regards, Pavel
--
Pavel Chtchevaev, pacha_shevaev-JGs/UdohzUI@xxxxxxxxxxxxxxxx
LIMB - http://limb-project.com
Bureau of Information Technologies - http://www.bit-creative.com
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
|