What criteria do you use when evaluating and comparing third party controls? Do you have standard integration and functionality tests?
|
|
|
|
|
|
|
Another important thing: Make sure you can get a copy of the source code, if not free, then at additional cost. If they go out of business and it's an important component to your product, you are officially hosed if you discover a bug. |
||
|
|
|
|
First we evaluate them on non-technical criteria:
Then, the main criteria is how well it fits in the encapsulation of our specific features needing to call some 'third party services'. That means, we have a clear set of features with empty implementations, needing for a third library to be implemented. If that library forces us to rethink that encapsulation, it is usually not a good sign. Finally, we unit-test that encapsulation, not the third party library itself (since it is not our job to support and test outside application!). |
||
|
|
|
|
Depends on what the third party control is being used for. But generically I would say:
|
||
|
|
