Could some one explain me how to create folder on the
desktop from QTP?? This is an interview question
Answer Posted / king
set a=createobject("scripting.filesystemobject")
set b=a.createfolder(Path of the folder)
i think this is working properly
if u have any quarries plz mail me
raju.ippali@gmail.com
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
In qtp, how you can use xpath to identify objects?
How can get count of list box?
how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer
What are the technologies supported by qtp?
What are the different types of action?
how to create flat file datasubmission in qtp
how to post xml data from QTP scripts to any application?
How do you capture tooltip using QTP?
Can we Test Welcome Screens and Process Images with QTP
What is the basic concept of quicktest professional (qtp)?
What are the properties you would use for identifying a browser and page when using descriptive programming?
Brief the process of testing with UFT?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
how many maximum number of virtual users we can create?
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?