I want to open a Notepad window without recording a

test and I do not want to use SystemUtil.Run command as

well How do I do this?

Answer Posted / ravindra

Setfso = CrateObject("scripting.filesystem object")
setf=fso.opentextfile("path of that notepad file",mode of
file,value)
while (f.end of line)<>true
x=f.readline
some statements
f.close

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How the exception handling can be done using quicktest professional (qtp)?

774


How do know the number of browsers opened?

840


How do Parameterization and Data-Driving relate to each other in QTP?

829


What is debugging? How you debug your script?

833


What is the new version of qtp which is recently released in the market?

852


What do you mean by iteration?

887


What is quicktest professional (qtp)?

778


what is the diffrence bw qtp architectute and qtp framework?

1760


How to test login module with different username and password by using data driven testing in QTP?

841


I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?

1612


How to do call a output parameter from one action to another action??/

2090


How did you use regular expressions in QTP and also in WR?

2398


Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma

1518


What is quick test pro? What is a quick test professional?

793


Explain measuring transaction.

820