I have built a Silverlight\WCF\Sql application and as a part of the testing i need to validate that the application will work across multiples permutations of Windows\IIS\SQL\IE
(Client SL and Server WCF\SQL)
Eg
Windows Server XXXX with IIS Y.Y on SQL ZZZZ
I know that common sense says that the application should work in the plataforms supported by Siverlight\WCF\SQL, BUT nervertheless we need to perform those tests.
Is there another way of doing this testing “easily”? and by easily i mean not creating a bunch of virtual machines.
Thanks!
Like you say in your comment there is a dependency between IIS and Windows versions.
There are tools that allow you to run multiple versions of IE. But this will not test different versions of Silverlight.
But for the server side stuff you cannot get around creating VMs. But with a bit of planning you can minimise the number that you need.
Create:
Then by varying the config and you can test different combinations.