Explain about opening notepad in QTP and writing of test
result in notepad?
Answer Posted / narendrababu
In qtp directly we con't open notepad.so,create an object
first(fso),through this obj we can access notepad.
to create an obj
set fso =create object(scripting.filesystem object)
set x= fso.opentextfile()
Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
We stored into the objects OR and then write the scripting
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
What is qtpro?
What is an object repository?
Hi All, I need code for how to execute qtp scripts from excell sheet
Are Shared ORs read-only?
How to check which add-ins are associated with a test in qtp?
How to use the object spy in quicktest professional (qtp) 8.0 version?
Thanks....But can u tell me how i use the QTP for GIS with one Example...
I am trying to install QTP 9.5 but i am getting error message saying that ("Path is \QuickTest Professional\bin\vb_init.exe") vb_init.exe file is not find. can anybody give me the advise what to do ?
What are the features of quick test pro(qtp)?
What are the recording modes in qtp?
Can we run test with out adding object in object repository? How it is possible?
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?