How many types of Parameters are available in QTP?
Answer / asit kumar
QTP provides three types of Parameter-
* Method Argument
* Data Driven
* Dynamic
| Is This Answer Correct ? | 0 Yes | 0 No |
what is advantage of descripting programming in QTP?
How to handle dynamic objects in quicktest professional (qtp)?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
How can I replace all the text from the QTP script with some other text.
How Does Run time data (Parameterization) is handled in QTP?
How software automation specialist enter steps in the Expert View?
What is QTP testing process?
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 are the challenges do we face while testing webbased applcations using the automation tool QTP or any?
What is User defined function in QTP
w is configaration management
How to send the qtp results file by email (Lotus notes).