Can u call txt extension file in QTP?
Answers were Sorted based on User's Feedback
Answer / king
we can .txt extension files.
using file system object we can call the .txt files.
for example:
set a=createobject("scripting.filesystemobject")
set b=a.opentextfile("path of the *.txt file",mode)
1-read mode, 2- writing mode and 8- append mode
using 2 lines u can call the particular txt file.
if u have any quarry plz call me or mail me i will explain
u.
raju.ippali@gmail.com
9823257761
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / nimesh
Yes, We can do. We can call .txt file which contains
vbscript or qtp automation objects.
To do that use SystemUtil.Run "give your .txt file path"
Thanks,
Nims
| Is This Answer Correct ? | 1 Yes | 3 No |
Give one example of Standard checkpoint in qtp 10?
Can abody explain me Send keys concept
How to connect to data base?
In my QTP script I have a word in notepad that ends in a question mark, for example... "father?" As part of my script I want to delete the question mark. How do you delete a character in notepad?
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
does qtp need record and playback in realtime. plz tell exactly wat happens
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
Without using gui map editor we can recognize the application in winrunner ?
I have qtp 9.5 demo ver,I am not able to record the yahoo broeser.so anyone can tell me what setting i have to do in QTP for yahoo brower recording. why its not recognise the object of yahoo browser????
How to capture data from images in QTP and produce them in Excel sheet ? please ans...
What are the views available in quicktest professional?
Read excel using qtp descriptive programing