Quality is delighting customers
Permalink Reply by charan kumar shake on February 7, 2012 at 10:30pm http://qtp.blogspot.in/2008/09/qtp-debug-viewer-pane.html please go thru the site if you still unable to understand let me know.
Permalink Reply by Nagaraju.Velde on February 8, 2012 at 9:19am thanks charan
Permalink Reply by Suresh Babu Maddukuri on February 20, 2012 at 6:38pm
Hello friend.
Read this .pdf file and follow the given steps. okay enjoy the automation.
Permalink Reply by Nagaraju.Velde on February 22, 2012 at 10:36am Thanks Suresh........
Permalink Reply by Alligatortek on February 21, 2012 at 2:05pm The Debug Viewer pane
The Debug Viewer pane contains three tabs, Watch Expressions, Variables, and Command, that can be used to assist in debugging your test script. To enable the Debug Viewer pane go to View -> Debug Viewer or click the Debug Viewer toolbar button.
Watch Expressions Tab
The Watch Expressions tab enables you to view the current value of any variable or VBScript object that you enter in the Watch Expressions table.
To add the variables or objects to the table, copy or type the variable or object name into the Name column. Press ENTER to view the current value of the variable or object. As the value changes, the value in the Watch table will be updated.
Variables Tab
The Variables tab enables you to view the current value of all variables that have been recognized up to the breakpoint where the test stopped.
To see the list of variables and their values, add a breakpoint in your script on the desired line. Then, run the script. The variables that are declared or used in the script up to line with the breakpoint will be listed on the Variables tab, with their current values. If you step through the script from that point, the values will be updated as they change.
Command Tab
The Command tab enables you to execute a line of script in order to set or modify the current value of a variable or VBScript object in your test. When you continue running the test, QuickTest uses the new value that was set in the command.
By
© 2012 Created by Quality Testing.