Answer Posted / venkatesh
Local Repository
Shared Repository
Assosiated Repository
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
please any one can explain the keyword driven framework. with gmail example.
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
Explain sub procedure of vbscript.
Problem with XML checkpoint in QTP ?
How you can delete excel file in qtp?
Explain how Does Run time data (Parameterization) is handled in QTP?
How to customize checkpoints with parameters?
Explain actions in qtp ?
What is qtp window?
What is TOM in QTP?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
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); }
What is the difference between the keyword view and expert view?
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.
If there is a change in the object type eg: A button is changed as link, 1. How to edit that in the shared object repository. 2.What options are available to edit the object within shared object repository other than copy from loca; 3.What would be the effect of the change in Coded Scripts within QTP and Functions stored in .vbs file which are loaded and used in QTP