I am facing an issue of object identification with the
dropdown element of DHTML grid. When I tried to recognize
these different dropdown objects, QTP identifies only one
object for all the dropdowns. Hence, selection of different
data from different dropdowns list is an issue.
To overcome this problem, i have used Descriptive
Programming technique by creating different object
descriptions which have all the other properties same but
differ only in one property i.e. ‘X’ location of the
element on the screen. Hence, i have created distinct
object descriptions that would allow us to select values in
different dropdowns. The code is given below. But still I
am unable to identify distinct dropdown objects.
‘Object Description for Dropdown Cell Status
Set objCellStatus = Description.Create
objCellStatus("micclass").value = "WebList"
objCellStatus("name").value = "select"
objCellStatus("x").value = 219 ------ ‘X’ Axis value for
cell status drop down
‘Object Description for Dropdown Sub Segment
Set objSubSegment = Description.Create
objSubSegment("micclass").value = "WebList"
objSubSegment("name").value = "select"
objSubSegment("x").value = "319" ------ ‘X’ Axis value for
sub segment drop down
Please help... This is specific to DTML grid(Drop down
object)
No Answer is Posted For this Question
Be the First to Post Answer
How to swap two numbers by using parameter passing method byref in a fucntion and return the result to outside of the function?
How do you handle XML exceptions in QTP (Here it is Exception, not the checkpoint)
Is it possible to return multiple values from a function..? Then how..?
When you are running a batch test of 5 scripts and in 2nd script appln crashed, what hpns then?
What is meant by virtual obj and Y do v need virtual obj configuration.
What u say as experience(Interview) "TELL ME ABOUT UR SELf"? As a Fresher(interview) What u Say?
Hai Friends this is Rajesh , Is there any Site or Blog that Video tutorials of Qtp that can be free downloadable to Pc. Friends if any body know that site or blog please send me because i'm really in need for that because i cannot affordMoney in learning Course in Institutes due to Financial Problem . So please Forward that Site or Blog which provides Downloadable Video Tutorials in Free to PC , As My Friend is having PC thru that I'm planning to learn. So Kindly help me Friends if you are aware of that Site/Blog
I have a library function , with that function 100 scripts are being called. The library function is changed(something is added) . how do i update all the scripts.
Explain quicktest professional (qtp) testing process?
what is keyword driven testing in qtp?n how is it useful?
Explain the concept of object repository & how qtp recognizes objects?
How to delete an object from the object repository?