Answer Posted / 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 |
Post New Answer View All Answers
Explain more about the Test Fusion Report of QTP?
What is a data driven test in qtp?
Please guide me release notes of Automation once scripts are completed
How QTP identify the system time that's changes every seconds?
Give me some real time point of way where exactly we can conduct audits?
what is the difference between the modular framework and datadriven frame work
Explain how Selenium is different from UFT?
Write a script to verify font style and color of a windows object using descriptive programming
What is quick test pro? What is a quick test professional?
write script for bitmap image?
Explain step generator in qtp?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
How to add verification steps to tests?
i am trying to automate yatra.com,in that site, when i go to automate the Leaving from field showing as a WEBEDIT, but when i enter 1 or 2 char, it displaying dropdownlist, i try to use keyboard automation to select the item from that list but it is not possible, can anybody help he. Thans for posting the Answer
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..