waldenner / robotframework

Automatically exported from code.google.com/p/robotframework
Apache License 2.0
0 stars 0 forks source link

Document test execution flow (incl. continue on failure and stopping gracefully) #541

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
RF 2.5 has several new features affecting the test execution flow:
- continuing after failure (issue 137)
- stopping with signal (issue 249)
- stopping with ctrl-c (issue 108)
- stopping with fatal exception (issue 366)

We need a new section in the User Guide that explains all these features.
The section should also explain the "normal" test execution flow as well as
how setups and teardowns work.

Since all this documentation is included into this issue, the above
mentioned issues can be closed when they are otherwise done. 

Original issue reported on code.google.com by pekka.klarck on 28 Apr 2010 at 10:21

GoogleCodeExporter commented 9 years ago
Oooops, stopping with signal is actually issue 349.

It would be nice to be able to edit the original description...

Original comment by pekka.klarck on 28 Apr 2010 at 10:27

GoogleCodeExporter commented 9 years ago

Original comment by jpran...@gmail.com on 4 May 2010 at 3:55

GoogleCodeExporter commented 9 years ago
Run all keywords in teardown even if there are failures (Issue 544) Should be
documented also in this.

Original comment by jussi.ao...@gmail.com on 4 May 2010 at 2:29

GoogleCodeExporter commented 9 years ago
All listed items are now documented, but review is needed.

Original comment by jpran...@gmail.com on 6 May 2010 at 5:22

GoogleCodeExporter commented 9 years ago
We'll add new `Fatal Error` keyword (issue 546) and that needs to be mentioned 
here too.

Original comment by pekka.klarck on 6 May 2010 at 6:25

GoogleCodeExporter commented 9 years ago
The current version of the documentation is available at
http://robotframework.googlecode.com/svn/trunk/doc/userguide/RobotFrameworkUserG
uide.html#test-execution

It has pretty much all the content that is needed, but the text needs to be 
proofread
and some features explained a little better. I'll provide more detailed 
comments to
Juha next week.

Original comment by pekka.klarck on 6 May 2010 at 1:26

GoogleCodeExporter commented 9 years ago

Original comment by pekka.klarck on 28 May 2010 at 2:48

GoogleCodeExporter commented 9 years ago
I pretty much rewrote the Test Execution chapter in r3739 and now it ought to 
be pretty good. Janne (and others), could you review the text?

Direct link to the generated version:
http://robotframework.googlecode.com/svn/trunk/doc/userguide/RobotFrameworkUserG
uide.html#test-execution

Original comment by pekka.klarck on 8 Jun 2010 at 11:46

GoogleCodeExporter commented 9 years ago
I reviewed, and did some nitpicking in r3741.

From my part, this is done.

Original comment by janne.t....@gmail.com on 9 Jun 2010 at 4:52

GoogleCodeExporter commented 9 years ago
Kewl, I'd like to explain also --runmode ExitOnFailure in this chapter, but 
because that would also require changes to the --runmode section, and all the 
information is already available, I don't think that's worth the effort just 
not.

Original comment by pekka.klarck on 9 Jun 2010 at 7:03

GoogleCodeExporter commented 9 years ago
Removing Type-Documentation in favor of Type-Defect and Type-Enhancement to 
ease migrating issues to GitHub.

Original comment by pekka.klarck on 25 Jun 2014 at 2:46