I have a WebEdit Object.It is added in object repository.It
has two properties Name and Index.In the next release the
Name Property is same but the index property is
changed.when i run the script will the script Pass or Fail
Answer Posted / kishan
Name is usually under Mandatory Property of a webEdit Element.
Eventhough the Index property changes, as QTP Intially Use
the Mandatory Property(name)to identify the object,
case 1:
*******
if that name property is unique in that webPage then QTp
will definetly identify that webEdit object without any fialure.
(I have checked it even by making smart identification false
+ Index property : changing(1 to 12). still QTP is able to
identify the object properly w/o any issues.)
case 2:
******
If web page has 2 objects with same properties then we
should use index property. This time script will fail if we
dont specify correct index value.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
Did QTP prove efficient for your project? Yes or No, explain?
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
distinguish between old version and new version QTP features.
What is data driver in qtp? Where we use it?
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
What is the use of ordinal identifier in qtp?
How to customize qtp?
How does qtp identify gui object?
explain structured testing? plz guys with exp. do answer
Explain QTP using different development techniques ?
What are the types of object repository in qtp?
Hi All, I need code for how to execute qtp scripts from excell sheet
Is it possible to change the property value at runtime? How it is possible?
How can we conduct U-I Testing by using QTP??????