Question about Test Configurations and Resources.
We want to split our testing up across multiple browsers and track results that way.
At first I thought using a test configuration would be the answer, but then I noticed that there are no reports generated on them. I think I need to create a seperate project for each browser type?
How do I tell that I tested 50% of the test cases on IE 6.0 and only 10% on IE 5.5
Keep in mind I have a matrix of 6 browsers and 3 server versions. So each test I run has to be done on 18 seperate combinations.
We want to split our testing up across multiple browsers and track results that way.
At first I thought using a test configuration would be the answer, but then I noticed that there are no reports generated on them. I think I need to create a seperate project for each browser type?
How do I tell that I tested 50% of the test cases on IE 6.0 and only 10% on IE 5.5
Keep in mind I have a matrix of 6 browsers and 3 server versions. So each test I run has to be done on 18 seperate combinations.
Comment