Revision: 548e5a9ebbf9
Branch:   default
Author:   Anssi Syrjäsalo
Date:     Tue Jun 11 01:13:30 2013
Log:      Added links to 2.8 notes
http://code.google.com/p/robotframework/source/detail?r=548e5a9ebbf9&repo=wiki

Modified:
 /ReleaseNotes28.wiki

=======================================
--- /ReleaseNotes28.wiki        Tue Jun 11 00:26:26 2013
+++ /ReleaseNotes28.wiki        Tue Jun 11 01:13:30 2013
@@ -67,20 +67,25 @@
A few new keywords were requested, so they are now available in [https://code.google.com/p/robotframework/wiki/BuiltInLibrary BuiltInLibrary].
 All of the introduced keywords have the conditional versions as well.

- * `Pass Execution` / `Pass Execution If`, which make the test pass immediately and skip executing any further steps of the test. + * `Pass Execution` and `Pass Execution If`, which make the test pass immediately and skip executing any further steps of the test.

- * `Return From Keyword` / `Return From Keyword If`, which returns the control to the calling keyword with the user specified return values. + * `Return From Keyword` and `Return From Keyword If`, which returns the control to the calling keyword with the user specified return values.

-Also, the following keywords are introduced as improvements to the for loops: +Also, it's now possible to [http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html#exiting-for-loop exit from] and [http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html#continuing-for-loop continue]
+for loop with the following keywords are introduced:

- * `Continue For Loop` / `Continue For Loop If`, which are equal to `continue` in popular programming languages. + * `[http://robotframework.googlecode.com/hg/doc/libraries/BuiltIn.html#Continue%20For%20Loop Continue For Loop]` and `[http://robotframework.googlecode.com/hg/doc/libraries/BuiltIn.html#Continue%20For%20Loop%20If `Continue For Loop If]`, which are equal to `continue` in popular programming languages.

- * `Exit For Loop` / `Exit For Loop If`, which are equal to `break` in popular programming languages. + * `[http://robotframework.googlecode.com/hg/doc/libraries/BuiltIn.html#Exit%20For%20Loop Exit For Loop]` and `[http://robotframework.googlecode.com/hg/doc/libraries/BuiltIn.html#Exit%20For%20Loop%20If Exit For Loop If]`, which are equal to `break` in popular programming languages.

-=== Named arguments with dynamic libraries ===
+=== Named arguments changes ===

-Named arguments can be used now with dynamic libraries, e.g. [https://github.com/robotframework/SwingLibrary SwingLibrary], and they also work when a library
-is brought into use using `Import Library` keyword.
+All arguments can be [http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html#named-arguments named] now, not just the arguments with default values.
+If a positional argument is used after named arguments, this now
+results to a clear error.
+
+Named arguments can now [http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html#named-argument-syntax-with-dynamic-libraries be used with dynamic libraries], e.g. [https://github.com/robotframework/SwingLibrary SwingLibrary], and they also work when a library +is brought into use using `[http://robotframework.googlecode.com/hg/doc/libraries/BuiltIn.html#Import%20Library Import Library]` keyword.

 === Support for Python's keyword arguments ===

@@ -109,10 +114,10 @@

 New, handier command line options are introduced in favor of `--runmode`:

-  * `--dryrun`, equal to `--runmode dryrun`
-  * `--randomize none/tests/suites/all`, equal to `--runmode Random:<what>`
-  * `--exitonfailure`, equal to `--runmode exitonfailure`
-  * `--skipteardownonexit`, equal to `runmode skipteardownonexit`
+ * `[http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html#dry-run --dryrun]`, equal to `--runmode dryrun` + * `[http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html#randomizing-execution-order --randomize none/tests/suites/all]`, equal to `--runmode Random:<what>` + * `[http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html#stopping-when-first-test-case-fails --exitonfailure]`, equal to `--runmode exitonfailure` + * `[http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html#handling-teardowns --skipteardownonexit]`, equal to `runmode skipteardownonexit`

 == Backwards incompatible changes  ==

@@ -124,14 +129,7 @@
 === Screenshot test library keywords removed ===

 Deprecated keywords `Save Screenshot`, `Save Screenshot To` and
-`Log Screenshot` were removed from !ScreenshotLibrary.
-
-===  Named arguments changes ===
-
-All arguments can be named now, not just the arguments with default values.
-
-Also, if a positional argument is used after named arguments, this now
-results to a clear error.
+`Log Screenshot` were removed from [http://robotframework.googlecode.com/hg/doc/libraries/Screenshot.html Screenshot test library].

 === Changes to scalar variables ===

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to