Vivek72
12 years agoContributor
ComponentArt Silverlight Objects
Hi,
I am working on bar chart items where I want to click on bar item to drill down to the target. The objects recognised by test complete is limited to Text Block object that is related to the bar object. Here I have two questions: 1) Is it possible to make test complete recognise the bar item itself directly? I have tried all extensions and plug ins but of no use.
2) I tried to look into internal properties of Text Block to get access to the bar item and found
I am working on bar chart items where I want to click on bar item to drill down to the target. The objects recognised by test complete is limited to Text Block object that is related to the bar object. Here I have two questions: 1) Is it possible to make test complete recognise the bar item itself directly? I have tried all extensions and plug ins but of no use.
2) I tried to look into internal properties of Text Block to get access to the bar item and found
ComponentArt.Silverlight.DataVisualization.Charting.BarSeries ComponentArt.Silverlight.DataVisualization.Charting.XYChart
class names. Am I aiming right by looking into the above Class Names and If I am then what are the methods I need to try to make my script click on the bar objects?
Thanks in advance