Answer Posted / aruna
QTP Recognises Objects throgugh Property And Property Values
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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); }
What is CMMP and CMMH?
What are the technics follow in writing VB script?
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
How to create scenario selector
How is a Step generator used in UFT?
what is error and fault in terms of software quality?
What is expert view and keyword view?
What is post recovery scenario?
Tell some commonly used Excel VBA functions?
How to use reporter.report event in qtp ?
how u will evaluate the tool for test automation?
How to create Reusable and Multiple Actions?
Have you done batch testing in qtp? If yes how you are doing?