
Loading ...
On Dec 28th I had shared the Sneak Peak of our upcoming tool PowerDebug. The tool is now under the final testing phases and has more to offer than promised earlier.
What is PowerDebug?
PowerDebug is replacement debugger for QTP. It enhances its debugging capabilities and provides other features to let you create powerful frameworks
Why PowerDebug?
Two of [...]
Read the full article...
Tags used -
command, Debug, Debugging, Error, error handlers, error handling, General run error, goto, jump, Library, load, On Error, OnError, Run error, run-time, Runtime, Stack, stack trace, variable, Watch

Loading ...
Executing batch jobs or commands through window command prompt requires recognizing the MSDOS Window. The DOS window can be launched from a QTP script using the below command
SystemUtil.Run “cmd”
This launched a MS-DOS console as shown in the image below
The above window can be recognized using the title of the Window “C:\Windows\System32\cmd.exe”
Window("title:=C:\\Windows\\System32\\cmd\.exe").Activate
or
Set oDosW = Description.Create
oDosW("regexpwndtitle").Value = [...]
Register or Login to read the full article...
Tags used -
batch, cmd, cmd.exe, command, console, dos, jobs, MSDOS, prompt

Loading ...
VBScript is a scripting language. A VBScript can be executed in various ways
Using Windows Script Host (wscript.exe and cscript.exe). Will cover this later
Inside HTML page for IE Browser.
Other host process which allows to execute code in VBScript format (ex - HP QuickTest Pro)
Internal methods and objects
VBScript provides method and objects that can be used [...]
Read the full article...
Tags used -
command, CScript, HTML, IE, Introduction, Mercury, VBScript, WScript