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
How the exception handling can be done using quicktest professional (qtp)?
How do know the number of browsers opened?
How do Parameterization and Data-Driving relate to each other in QTP?
What is debugging? How you debug your script?
What is the new version of qtp which is recently released in the market?
What do you mean by iteration?
What is quicktest professional (qtp)?
what is the diffrence bw qtp architectute and qtp framework?
How to test login module with different username and password by using data driven testing in QTP?
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?
How to do call a output parameter from one action to another action??/
How did you use regular expressions in QTP and also in WR?
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
What is quick test pro? What is a quick test professional?
Explain measuring transaction.