Changes for page How to Develop Selenium Tests
Last modified by Ray Kiddy on 2009/09/03 12:13
From version 13.1
edited by Kieran Kelleher
on 2007/11/10 13:58
on 2007/11/10 13:58
Change comment:
There is no comment for this version
To version 10.1
edited by Kieran Kelleher
on 2007/11/10 13:58
on 2007/11/10 13:58
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -10,7 +10,7 @@ 10 10 11 11 === General Approach to Developing a Test === 12 12 13 -=== Using ERSeleniums meta tag features for advanced test development === 13 +=== Using ERSelenium's meta tag features for advanced test development === 14 14 15 15 == Using @include meta tag == 16 16 ... ... @@ -18,7 +18,7 @@ 18 18 19 19 == Using @repeat, @values, @done meta tags == 20 20 21 -These allow you to specify portions of a test to be repeated. 21 +These allow you to specify portions of a test to be repeated. 22 22 23 23 The @repeat tag denotes the beginning of the portion to be repeated and the @done denotes the end of the portion to be repeated. These (can/cannot?) be nested? 24 24