which command u will use to access the application through
descriptive programing?
Answer Posted / c.chaitanyakumar
In Descriptie Programming we use InvokeApplication
InvokeApplication "path" in QTP
Or
SystemUtility Comaand in QTP
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to create runtime property for an object?
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
what type of automation is follwed in the project?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
What are the various automation frameworks available in qtp?
what is error and fault in terms of software quality?
How you can replace string in qtp?
What is debugging? How you debug your script?
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); }
how to create flat file datasubmission in qtp
What is TOM in QTP?
What are advantages of test automation?
UFT 12.02 which ALM version will support
What is the process of synchronizing qtp and aut?
What is the meaning Work bench?