How to capture screenshots of Exceptions/Errors during run-
time?
Answer Posted / amita
Can any one explain the same with qtp10
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
what is profile tool?
Name the properties you would use for identifying a browser and page when using descriptive programming?
What are the steps involved in recovery scenario wizard?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
What is difference between shared and local object repository?
Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)
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
how u will evaluate the tool for test automation?
When and why to use descriptive programming?
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
How to get popup error message.
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);
How many types of run modes are there in qtp?