03-28-2013, 07:02 AM
When you spy for a name is that how it looks like? "Lastname, First name"
or Lastname, Firstname?
you probably would need to pass the object property for indentification when you are trying to parameterize your value.
For eg:
or Lastname, Firstname?
you probably would need to pass the object property for indentification when you are trying to parameterize your value.
For eg:
Code:
Link("All Users") is a object stored in your Object repository.
Link("name:=Lastname,firstname") is a descriptive object which is created during run time.
name is the property and Lastname, firstname is its value. If you spy and check the object properties you will get a better idea.
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.