Hi Friends ,I want to Know name of the Site for the QTP
Help and the Best Book through that I can start the QTP
Practice here also whare can I download the QTP Users Guide
I search I was Unable .
Answers were Sorted based on User's Feedback
Answer / mayur
take qtp software from ur friends load it in help menu u
find tutorial and user guide
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / venu
http:/quickvista.com/qtpuserguide
link might be wrong, but search in quickvista.com u will get
userguide, pdf and all.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sri ram kumar
If you want QTP Books, features and QTP Scripting
Information and sample Scripts, then visit
www.gcreddy.com
but that site is providing QTP Documents in advanced
orientation, in order to understand them, you must have
programming knowledge
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / goms
Refer this website..You will all the details related to qtp.
http://qtp.blogspot.com/
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain about the Test Fusion Report of QTP ?
HOW to invoke any recorded script in QTP with out using RECORD & PLAYBACK CONCEPT?
We need to verify the user name & password in for the user validation. But we don't want to use the parameterization/ loop for user name and password. What is the way in scripting so that user & password will generate automatically.
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
How to check which add-ins are associated with a test in qtp?
what is meant by automation tool?
In QTP TEST DIRECTOR COMBINATION WHAT IS THE PURPOSE OF TEST DIRECTOR? In Somebody says to store test cases and design test cases.?ok fine , but In test director 5.0 , QTp not launching. what u do?
hi friends i was tried to connect qtp with oracle database using provider.i got a error.so anyone can help me out by correct script
How you are maintaining shared object repository in your team or your project?help me plz
1. how can you handle exceptions without using recovery scenario?
What is load testing?
I register user defined function in one test, I tried to call that function into other test. But that function not works in other test please give the direction for that.