Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to Map network drive in QTP

Answers were Sorted based on User's Feedback



How to Map network drive in QTP..

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

How to Map network drive in QTP..

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

How to Map network drive in QTP..

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

Post New Answer

More QTP Interview Questions

How to Run a Test using QTP?

1 Answers  


difference between GetRoProperry and GetToProperty.and where we've to use exactly those properties

5 Answers   Wipro,


Can we run test with out adding object in object repository? How it is possible?

0 Answers  


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

2 Answers   PSI Data Systems,


Explain types of output values?

0 Answers  


Tell me about your project? please help me how to tell about insurance project

0 Answers   Cap Gemini,


What is User defined function in QTP

6 Answers   Bank Of America,


How to Parameterize Object repository in QTP?

6 Answers   Cognizant, IIBM,


Is it possible to use two instances of UFT on the same machine? If not why?

0 Answers  


Did u use check points during ur work experience ?

3 Answers   FedEx,


WHICH functionalities of QTP used in Banking project?

2 Answers   Tarang, Wipro,


I want to do QTP Certification what is the pattern of Question paper.

0 Answers  


Categories