I am currently automating Silverlight application version 4 using QTP 11. In a Particular Page, we have a Silverlight Table control inside which we have Silverlight Checkbox control.
When we try the object spy, Checkbox is not getting recognized, only Silverlight table object is getting identified.
Below is the Code recorded while selecting the Checkbox inside the SilverLight Table,
When we run the above code, it just highlights particular rather than selecting the checkbox.
if anybody knows about this, Please help me
Regards,
S. Indra
When we try the object spy, Checkbox is not getting recognized, only Silverlight table object is getting identified.
Below is the Code recorded while selecting the Checkbox inside the SilverLight Table,
Code:
Browser ().Page ().SlvWindow ("SlvwdF").SlvTable ("gridTree").SelectCell 2,"Caption"
When we run the above code, it just highlights particular rather than selecting the checkbox.
if anybody knows about this, Please help me
Regards,
S. Indra