Can Any One Write How to Write the Script for Child Objects
Answer Posted / kanda
Here i am giving one example to create New file in New
Folder and to write a "Hello World" in that file
File System Object Model
----------------------------
set fso =createobject("scripting.filesystemobject")
set newfolder = fso.createfolder("C:\QTP",True)
Set newfile = newfolder.createtextfile("C:\QTP\Test1",True)
newfile.writeline("Hello World")
newfile.close
Try with tis..I hope it will work
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
What is difference between run time object and test object?
What is checking bitmaps?
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
Which recording modes need more memory?
What are the types of object repositories? Which one is you are using?
Both static and dynamic arrays are handled by the vb script. Is it true?
In qtp, explain what is qrs file?
Explain runtime dynamic settings?
What is object repository in qtp?
Have you done batch testing in qtp? If yes how you are doing?
Explain the terms test and business component?
Explain the differences between table and db checkpoints?
What are the different types of functions available in qtp and explain ?
Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points