0

We are using sample tee chart in our application . We could able to automate tee chart to some basic level through Coded UI test framework

Our Question is, Is tee chart supports for CUITe (Coded UI Test Enhanced)? (CUITe is a thin layer deveolped on top of Microsoft Visual Studio Team test's Coded UI Test engine which helps reduce code,CodePlex Product)

Please let us know.

Thank you.

Regards,

Praveen

Yeray
  • 5,009
  • 1
  • 13
  • 25
Praveen M
  • 443
  • 2
  • 11

1 Answers1

2

TeeChart for .NET is a native custom control, 100% written in managed C# code. TeeChart for .NET doesn't implement any specific layer to support Coded UI Test enhanced. So, I'd expect CUITe to work fine with TeeChart for .NET if it supports custom .NET class libraries. However, looking at the documentation, it seems its CUITe that needs to add functionality to support specific controls so you might better ask them.

Narcís Calvet
  • 7,304
  • 5
  • 27
  • 47