How to change a variable value while debugging #464
Quali-Community
started this conversation in
Useful Tips & Guides
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When you debug your test/procedure, sometimes it is needed to change the value of a variable and see how the change affects flow.
There are two ways to do that:
Using the variable properties window:
1. Stop the running test/procedure and then edit the current value of the needed variables (You have to stop the test since editing a variable using its properties window is not possible during test execution).
2. Continue with the execution wherever you need.
Using Watchers (quicker and easier):
1. Add a watcher for the variable (Right click a variable in the Variables Explorer and choose Add Watcher from the context menu, or use the Alt+W keys)
2. When the test is paused (during debug) you can double click in the value field of the variable and enter the new value.
Attachments:
Yaniv Kalsky (Yaniv.K) - 05/19/2013 10:24 AM
· 2706 ·
Beta Was this translation helpful? Give feedback.
All reactions