Suppose I want to use Index value of "WinEdit" in my
script .But it is showing None in "Ordinal identifier"
value of Testobject Details in the Object Repository.How to
enable Ordinal Identifiers to capture the Index value of
that particular WinEdit.
I have selected "index" and clicked "OK" from Tools->
Object Identification
Again I added same WinEdit to the Object repository
But I did not get Index value..Please any one help me.How
to enable Ordinal indentifiers
Answer Posted / lucky singh
HI, This might help you out :
The QTP tool recognizes the object as per the following
process :
First it will try to uniqely identify the Object (which it
is trying to learn) on the basis of defined Mandatory
Properties. After that it will take The Assistive properties
(in case if QTP is not able to uniquely identify the object
with help of Mandatory properties). Then it will go for the
Ordinal identifier.
I think you need to remove all the Mandatory and Assistive
properties for your object ,, then QTP will automaticallt
will be forced to use Ordinal properties,,, and then you
can fetch the value of Index.
Lucky Singh
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
On what document base Descriptive programming is written if build is not yet ready ?
What contains Data Driven Framework document in qtp?
i have a doubt can anyone tell me where are scripts stored while using QTP.Tell me the exact procedure takes place in real time?like how we call scripts how to proceed after writing scripts?how scripts are executed etc?i heard some use Qc whether others dont use.so tell me whole procedure for both the things it will be a very big help.as i have interview i want to have whole idea on this.its very urgent.
How to use checkpoints in qtp ?
What is the difference between Keyword Driven test and Data Driven test?
What are the challenges u faced in testing with crm domain? How u overcome with?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
what is meant by Implicit and explicit requirements?
How to remove the associated function library?
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
Is QTP supports Unix. If yes, then how the test automation is done?
How many types of recording modes in qtp? Describe each type with an example where we use them?
What is RTM (require ment tracebulity marix) fromate?
wht type of User defined functions or Java Releated functions Do we write in VB scripting
what is the difference between modular framework & datadriven framework