Add 'robotframework-debuglibrary' -package to QA test environment #220
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Configured the 'robotframework-debuglibrary' -package in to the system.
Usage: One can set a ' break point' into the robot framework code and stop the test into some interesting phase.
When test case stopped a debugging command shell opens and one can give robot framework keywords into that & see the results. This is usable feature when developing new tests/debugging the old ones.
This is not set on by default for all the files but one needs to set 2 lines described below if one want to use the feature.
Usage:
And that opens the debug shell
If you want to fail test after debug you can set something like this here after 'Debug':
FAIL Fail the test after debugging.
After one is done with debugging remove the 2 lines 'Library DebugLibrary' & 'Debug' from the file