I AM NEW IN QTP,PLZ TELL ME ANY BOOKS FOR QTP,
MY COMPANY IS QTP,SO I LEARN QTP,PLZ ANYBUDY HELP ME
Answer Posted / vishal
It look everyone fool over here,No body knows anything.
The Best way to learn QTP is
1. First read books that is Provided by mercury
2. In order to learn Descriptive Programing, learn VBScript.
Thats all!
| Is This Answer Correct ? | 16 Yes | 10 No |
Post New Answer View All Answers
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
What is Test Fusion Report in QTP?
What are the methods of the TextStream object that are used for reading from a text file?
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
How to save your test using quicktest professional (qtp)?
I have developed and executed a script successfully, and saved the same to QC. When I tried to execute the script from QC, the script is not executing. What are the possible reasons?”
What is a checkpoint? How many check points are there in qtp?
Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.
Whether qtp 9.0 supports Test director8.0
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
How QA specialist can identify when programmatic descriptions are useful?
What is post recovery scenario?
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }