Has anyone managed to find an automation framework/tool that can inspect Pivotal CRM? I have looked at numerous frameworks and tools and none are able to hook into the application to provide any useful information. QTP has come the closest with the ability to locate most buttons, but still a lot of items that are displayed are not accessible.
2
votes
1 Answers
1
votes
As I can see Pivotal CRM is .NET application. So you may use Coded UI Tests feature in MS Visual Studio or use Teststack.White framework that is based on UI Automation API.