How to load the object repository at run time?
Answer Posted / atin
QuickTest Professional 9.0 does not support dynamically
loading object repositories at runtime. AOM (Automation
Object Model) statements are not designed to be executed
from within a test script.
QuickTest Professional 9.0 does allow you to associate and
load (not at runtime) multiple Object Repository files.
-Atin Srivastava
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Hi Friends, Can anyone help me out in this one? In QTP, I am using Data Driver and want to parameterise multiple values (say 3 values ) for a field. How can I do it using Data Driver wizard? Plz mention it step-by-step. In the end after doing the needful, on opening the Data Driver window, how can I get number (i.e. 3) in the Parameterised column for that particualr value? Thanks a lot in advance.
How does quicktest professional identifies the object in the application?
QTP script is not working on other's machine..
Explain QTP using different development techniques ?
what is the difference between IE & Netscape in web testing on a log in page
What are the advantages of parameterization ?
HOw to add the recovery file at runtime to the test file .
What is the difference between run time object and test object?
Is qtp supports uni-code?
What are the check points can be inserted without recording?
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
What is the quicktest professional (qtp) testing process?
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); }
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..