If we write a script in the expert view how are the objects
created in the object repository?
to be clear i will explain my problem
first i have recorded the mercurytours application by
providing the link www.mercurytours.com and all the objects
are stored in the object repository ok this is fine. but i
have copied the script generated in the above processes and
pasted in a new test and tried to run that script but as
the objects were not stored in the object repository it
showed an error (The "Welcome: Mercury Tours" object was
not found in the Object Repository.
Check the Object Repository to confirm that the object
exists or to find the correct name for the object).so how
can i overcome that error
Answer Posted / chandana
Hi sreekanth,
hear object repository is not empty,even though if we
took new test what ever objects r object repository will
not remove until unless u could not deleted.
i think when the script in run time the application is
in disable condistion, when the application calls in run
time test will run sucessfuly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hoe can we do retesting using functions please give the code for it using login page
how to find that tools work well with your existing system?
Did the scripts need lot of maintenance? If yes, why?
how to disable the pop ups through QTP using a script
How to find the path of folder in which the test is saved in qtp?
How to customize qtp?
can u explain relative path architecture framework in qtp?
Is it possible to change the values of analog recording?
What are the automation metrice in your project?
What is post recovery scenario?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
HI I want to know the detials of QTP certifications such as syllabus, study Materil etc. Can any provide me all these details?? my mail ID is krishnuvk@yahoo.com
images are dynamically changes how to compare two images with out using the bitmap
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); }
Explain in brief about the quicktest professional (qtp) automation object model?