Explain about invoking of application?
Answers were Sorted based on User's Feedback
Answer / jayarama
1. systemutil.Run("C:\WINDOWS\NOTEPAD.exe")
2. Invokeapplication "Path of your exe file"
3. Set shell = CreateObject("WScript.Shell")
Shell.run "Path of your Exe File"
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / shyam.meghansh
systemutil.Run("C:\WINDOWS\NOTEPAD.exe")
'..........Any more question mail me
testingwithshyam@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
How you can delete excel file in qtp?
Write code for ,We have a web table with rows and columns like EmpID EName Action 1 ABC Edit Delete 2 XYZ Edit Delete 3 PQR Edit Delete In the above Table the last column has two links we have to click first link based up on EmpID =2
Explain different types of checkpoints?
How do you return a value from a function
in QTP,how to write a descriptive program for "yahoo" or "gmail" Login page
What is the difference between gettoproperty and settoproperty?Explain with an example?
What is object spy in quicktest professional?
How can you quit from Action.
Hi,Every one,my name is RAHUL,aim wondering if any one got QTP software? If yes,can u plz knock on to gchinthakindhi@gmail/yahoo.com. THANK U.
How u call functions in QTP Function to calculate the length of characters in a wor
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
How the exception handling can be done using QTP