I am not able to record few objects which are available in the web page, how do i teach silk test about the object..
Can silktest recognize the objects like labels,tables,textfields,etc embedded in flash components?Actually silktest captures the complete flash object as a single object.It does not recognize the objects(like label,textbox,etc)present inside the falsh object.This limitation restrict us to test the objects embedded in the flash component.How to overcome this restriction?
If two objects have the same caption ,index etc. How can we differentiate them and execute function on them. eg two text box with the same name. how can we differentiate them.
Latest Answer : Identify the object as multitag making combination of caption+ index, caption+prior text. ...
How to handle custom objects in silk test?