Forum Discussion

june20satya's avatar
june20satya
Occasional Contributor
10 years ago

Object properties are not coming up in the test script

Sometimes associated object properties are not showing up in the test script.

They are coming up when the full name of the object is given in a single line.



Set xyz = objtype1(obj1).objtype2(obj2).objtype3(obj3).

all is well.



BUt when it is defined as

Set temp = objtype1(obj1).objtype2(obj2)

Set temp.objtype3(obj3).

associated object properties are not shown up.

1 Reply

  • murugans1011's avatar
    murugans1011
    Regular Contributor
    try execute this line first



    Set temp = objtype1(obj1).objtype2(obj2)





    after that type this and try



    Set temp.objtype3(obj3).