examples of user definied functions? how to write user
defined functions in qtp9.2?
Answer Posted / viswanath
Its better to write user defined functions by using
Descriptive programing in notepad and save them as .vbs
extension. we can upload those files in QTP and we can use
those functions.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
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); }
if our qtp vb Script may be Currepted then What we want do?
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
What is an expert view and keyword view?
How many types of actions are there in quicktest professional (qtp)?
What is the syntax for how to call one script from another?
What is checkpoints for quicktest professional (qtp)?
Connect to QC using AOM.
Hi,All How to create a link in excel sheet using qtp
How to build scripts that access data from external sources?
How the smart identification is used in real time?Please explain with an example
Tell some commonly used Excel VBA functions?
Explain in brief about the quicktest professional (qtp) automation object model?
How to create a standard checkpoint ?
Explain the checkpoint in qtp?