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 |
Expalin Text/Text Area Checkpoint
Hi, I am new into the field of testing and I need to know how can I begin automating the testing of Mainframe applications using QTP. Can anyone help me?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?
Can someone tel additonal features which has been included under QTP 9.0 which is not there in 8.2 version?
difference between multiple parameterization and data driven wizard in QTP?
What is the standard timing delay for web based application in qtp?
When to use descriptive programming?
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))
Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know
How can I replace all the text from the QTP script with some other text.
What is the difference between Global and Local Data Sheets?
How can i store runtime value through vb script while using qtp