Question

I'm using Visual Studio 2010 with Feature Pack 2 to experiment with recording Silverlight UI tests using the Coded UI Test feature.

I've created a new test, launched the recorder and recorded some basic interaction, but I'm unable to figure out how to to re-launch the recorder to add a new test. I'm hoping that I don't have to add a new test .cs file for each test I record... right?

Was it helpful?

Solution

Either create a new Test from the solution explorer window as normal or create one in code by adding a test method and then right click inside the method and the generate option should be there

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top