Testing Silverlight install detection
I have implemented a silverlight install process inline with the best practive approach described in Microsoft's "Installation Experience White Paper - Apr 2009".
I want to test out the following user scenarios
- Old version of Silverlight
- 开发者_运维知识库No Silverlight
- Cross browser
In the past I have seen tools for uninstalling and installing different versions of Flash for this same type of testing. Is there anything like that for Silverlight? I know I can disable the plug ins but that is not the same IMHO
TIA
Pat
精彩评论