Answer Posted / seema
We r using object repositiry to itroduce the appliction or
software to QTP.Wtihout object repositiry we can't idetify
the property of oject.After intoducing we can execute the
application in QTP
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
if our qtp vb Script may be Currepted then What we want do?
How qtp identifies objects?
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
How to write business scripts using object repository with different scenarios
What are the challenges you faced during you entire life automation ?
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
Why bpt?
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); }
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
Is it possible to split an action? How?
What is the Difference between copy to action and call to action?
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
What is expert view in qtp?
How to give a call to another action from one action?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)