Micro Focus QTP (UFT) Forums
Identifying Checkbox inside SilverLight Table - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: General (https://www.learnqtp.com/forums/Forum-General)
+--- Forum: Posting Guidelines/Disclaimer (https://www.learnqtp.com/forums/Forum-Posting-Guidelines-Disclaimer)
+--- Thread: Identifying Checkbox inside SilverLight Table (/Thread-Identifying-Checkbox-inside-SilverLight-Table)



Identifying Checkbox inside SilverLight Table - indra_s - 03-05-2012

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,
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