Answer Posted / shilpa reddy
.xml is the xtension for qtp result files.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How the exception handling can be done using quicktest professional (qtp)?
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
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 we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
What is the script for database check point, bitmapchek point, regular expression ?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
What is the Difference between test object and run time object?
Mention the test steps of qtp.
How to replay a script in qtp?
What is difference in global and action sheet in qtp?
What is difference between Recording time object identification and Run time (Execution) time.
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
What is the syntax for how to call one script from another?
What are the steps involved in the recovery scenario wizard?
i can done the project with QTP in that time i can say how many members in my team size?