How do you create a library file
Answers were Sorted based on User's Feedback
Open notepad,
write your code
Save the text file with the extension .vbs
E.g: test1.vbs
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rajendra
There are Two ways to create Libarary files.
1. Now can create in QTP
2. By External
By default if we save in QTP it will save as .QFL format..
Other two Libarary file extn: .VBS and .tXT
tHANKS,
rAJENDRA
| Is This Answer Correct ? | 0 Yes | 0 No |
anybody wants to learn QTP with realtime implementations and complete framwork contact to this mail id ciraaj@gmail.com
CAN SOME ONE TELL ME ABOUT QTP FRAMEWORK? I AM SUPPOSED TO GIVE THE QTP FRAMEWORK THIS WEEK SO PLEASE HELP
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
difference Between Call Run action and copy of action?
How to pass a variable in Dos Command using QTP? Eg: Dim path1, path2 path1 = "C:\Test\sample1.doc" path2 = "C:\Test\sample2.doc" How can we pass these path1 and path2 inside the "copy" dos command? I tried like this. this is not working. oShell.run "cmd /K copy" &path1 &path2
How to connect the real time application application with the QTP?
HOW MANY WAYS ARE THERE TO CPY TEST IN TEST LAB
4. How u will open the build automatically in QTP except using Systemutil.run command
I am in need of some set of QTP FAQ @ interview. Also recently in one of interview portal they asked me how you write the script for Login application which it is web -based and using Descriptive Programming? Without associating the shared object repository?Please i do need this answer very soon? Please respond me soon @ vaisu72@yahoo.com
How should I check my code( Before going to execute) without executing the script in QTP
HI All i need one suggestion.is there any companies taking corresponding degree courses. i have 3+ yrs exp in QTP and i am working north side. iam looking for job in south.
X=10,Y=20 you need to swap the numbers without using a third variable?