A.
invokeapplication "C:\Windows\notepad.exe"
B.
Set ShellObject = CreateObject("WScript.shell")
ShellObject.run "notepad.exe"
C.
Set ShellObject = CreateObject("WScript.Shell")
ShellObject.run "cmd /K notepad.exe"
ShellObject = Nothing
D.
SystemUtil.Run "notepad.exe"
Table of Contents
- QTP Introduction
 - Manual Testing Disadvantages
 - Advantages of QTP
 - Add-In Manager in QTP
 - Testing Process in QTP
 - Components of QTP
 - Recording QTP Scripts
 - Recording Modes
 - QTP Script View
 - Object Identification
 - Object Repository
 - Object Spy
 - Actions in QTP
 - Checkpoints
 - Parameterizing
 - Working with Data Table
 - Environment Variables
 - Virtual Objects
 - Output Values
 - Running QTP Test Scripts
 - Recovery Scenario
 - Sample Scripts
 - Certification Questions
 
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment