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 start recording using quicktest professional (qtp)?
HOW TO CONVERT MANUAL TEST CASES IN TO AUTOMATION TEST SCRIPTS EXPLAIN THE PROCESS?
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?
what is the syntax or command in vbscript to display user message example i want to display "welcome to QTP".
How to get line numbers in your editor in expert view?
What is the difference between wait and synchronization point?
how to test Web application using QTP software
what are the design objects in qtp
How did you resolve conflicts present in Object Repository?
How software tester can use constants and variables in scripts?
What is difference between run time object and test object?