Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
swfwindow- being child object of the swfobject - How to understand the swfobject
posted

Hi All,


During the record and play back in QTP - Swftable is identified in the below hierarchy

swfwindow("").swfwindow("").swftable("")

On the above if we use the getcelldata(0,0) its returnig the expected value

when using the descriptive programming like below

when the swftable is Spied via the Object repository - hierrachy as below

swfwindow("")
swfobject("")
swfwindow("")
swfobject("")
swfobject("")
swfobject("")
swftab("")
swfobject("")
swfobject("")
swftable("")

Desccriptive Programming (Dynamic) - to Store all the Objects (In a seperate .vbs file) like below

Set x - create.description()

x("<Property Name>").value("<Actual value of the property>")

x("<Property Name>").Regular Expression = ("True" or "false") - (Based on the object )


Below are issues
1 . Using the descriptive Programming - my code is capable enought only to address the identification of
swfwindow("")
swfobject("")
Due to some reason - I am not able to identify the following objects - I am trying almost all the properties

2. Can any one explain on how to interpret the existence of the swfobject

3. can swfobject be used for the purpose of object identification

4. is this the normal hierarchy - that is can swfwindow be the child object of swfobjecct

swfobject("")
swfwindow("")
swfobject("")


Help on the above would be very much appreciated - for us to take clairt