There are a few ways to run tests. Via IDEs, or just command line interfaces. It's nicest to stick to the latter.
pybot --test 'foo bar' dir/to/test/suite.robot
Will run the test named 'foo bar'
pybot --include foo dir/to/test/suite.robot
Will run all tests with [Tag] foo
Simples, aye.
A blog following the arduous journey along test paths and details of the interesting, bizarre and inane encountered en route.
Subscribe to:
Post Comments (Atom)
Robot Framework, Basic Setup
Plug: Robot Framework is quick to setup, easy to write tests for, and super fast to triage failures in. The last point really sets it apart...
-
So, {} represents a dictionary, e.g. {'key': value} and we can get a value out of a Robot Framework dictionary via ${dictionar...
-
For those short on time the most significant material is in black . Elaborated this becomes Hewlett Packard’s Quality Centre eleven ...
-
The art of testing lies in the ability to put the right checks in the right places to provide the right people with information at the right...
No comments:
Post a Comment