I have written some script in QTP and i added those objects
in Object Repository. All written script has been executed
successfully. After few days when i tried to execute the
same script i got error message "objects not found in Object
Repositiry". How can we solve this issue?
Answers were Sorted based on User's Feedback
Answer / anil
ya fine,the script was executed sucessfully at the time of
writing the code after some days in the application the
object properties may change by the developer so due to
that reason it is getting the error..
note--there is no rule the object properties didn't change
so due to that error is coming..by opening the object
repository window then u can click on the update from the
application icon then it is updated so that u can run your
code sucessfully....
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / pravati
u can check the object property in object repository and add or remove the wanted properties which are newly developed or coded for these objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / gangadhar
first associate the repository to the script and run the script
| Is This Answer Correct ? | 0 Yes | 3 No |
We are calling Actions in Expert View by using Run Action.but i want to know where we are saving the Actions Scripts.Pls explain??
Explain how Selenium is different from UFT?
i have data in excel sheet.i imported the data in data table.while doing parameterization,how the code knows it is a valid or invalid data?
is we can import the object repository from external source. if it so then how?
Qtp Automation Engineer , Can he login in VSS? What purpose he login In VSS? But Some companys are using CVS AND VSS ? some are Have log in in VSS Some Not login(not accessing) into VSS, not login persons are working on CVS? my doubt is, can Qtp automation engineer have loin in VSS or not? Where he store QTp Script?
how do u handle an object without name using QTP 9.2?
There is a very good institute for Automation Testing using QTP.For more details please visit jbslearnings.com.
how to validate email?email ie correct or not ?with below conditions. 1)before @(symbol) only alphbates and min 4 char to max 15 chars. 2)before @(symbol) only alphabates dont use ant special chars or numarics 3) after @(symbol) only one dot(.)symbol for ex:abc@gmail.com it is valid email or not based above conditons
In qtp, how you can remove the spaces from string?
Hi, Can anyone write the following qtp script...please its urgent ·Navigate to Google in a new IE instance ·Search for the following word "Gap, Inc." ·Iterate thought the first 10 pages of google ·On each page collect the following ·The "blue" page title ·The "green" url ·Output all the data into a file named "test_output.txt" ·Format "Title – URL"
What is a programmatic description?
How to use checkpoints in qtp ?