InterviewSolution
Saved Bookmarks
| 1. |
What Is Debugging? How You Debug Your Script? |
|
Answer» Debugging is used to view, set, or modify the current VALUE of objects or variables. It can be done by clicking on debug viewer pane, when TEST stop at any BREAKPOINT or the test PAUSES at any STEP due to error. Debugging is used to view, set, or modify the current value of objects or variables. It can be done by clicking on debug viewer pane, when test stop at any breakpoint or the test pauses at any step due to error. |
|