How to Map network drive in QTP
Answers were Sorted based on User's Feedback
Answer / palanivel
the script written as
Dim WshNetwork
Set WshNetwork = WScript.CreateObject("WScript.Network")
WshNetwork.MapNetworkDrive "E:", "\\Server\Public"
returns error as object required
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sonali
'This will work
Dim WshNetwork
Set WshNetwork = CreateObject("WScript.Network")
WshNetwork.MapNetworkDrive "E:", "\\Server\Public"
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / nani
To map network drive in qtp use the following syntax:
Dim WshNetwork
Set WshNetwork = WScript.CreateObject("WScript.Network")
WshNetwork.MapNetworkDrive "E:", "\\Server\Public"
| Is This Answer Correct ? | 0 Yes | 1 No |
How to Run a Test using QTP?
difference between GetRoProperry and GetToProperty.and where we've to use exactly those properties
Can we run test with out adding object in object repository? How it is possible?
what is qtp automation framework, what is the purpose of the framework and which folders included in this framework pls tell me with brief description
Explain types of output values?
Tell me about your project? please help me how to tell about insurance project
What is User defined function in QTP
How to Parameterize Object repository in QTP?
Is it possible to use two instances of UFT on the same machine? If not why?
Did u use check points during ur work experience ?
WHICH functionalities of QTP used in Banking project?
I want to do QTP Certification what is the pattern of Question paper.