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 |
How to Analyze the Checpoint results by Table and DB Checkpoints?
Can we test the Word Document using QTP Tool? We should test the page size,page set up, paragraph indentation and spacing, font size of the the character int the page.
where did you automate in your project?(please tell me example senarios)
what is error and fault in terms of software quality?
What is the descriptive programming?
One build is delivered. in that build button name is submit. but in the next buit that name of the button changed as login.are u continue with previous recorded script or u make any changes?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
Explain about Checking Bitmaps?
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
On what document base Descriptive programming is written if build is not yet ready ?
Could someone explain me how to work on Out put values, explain with some example on Flight Reservation. I want to insert the out put value for the order No. Please explain the steps with some example.
A web page has two butons with same properties and rotating in clockwise direction. how to click on any of the button?