Explain abt the File System Object in QTP with ex
Answer Posted / suresh
---Create Instances of Object---
set x= CreateObject(Scripting.FileSystemObject)
set y=x.CreateTextFile("c:\a.xls",true)
x.writeline "welcome"
Used for creating xls/notepad/doc instances, with which we
can store data into it.
Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What is difference in global and action sheet in qtp?
What is the recovery scenario in qtp?
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
How to suppress warnings from the test results page?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
Hi iam shankar here, right now iam working on manual testing. i want to switch over automation tool qtp, right now iam taking training class outside on qtp, please let me know the cost of QTP tool for full version, wether it's an annual subscription or monthly subscription.
tell me QTP standards ?plz
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
Explain the qtp test phases.
When should I use smart identification?
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .