We recently presented Test Studio to the QA team as a solution for automated testing on a Silverlight application. One of the concerns from the QA team was that the play back was slow. With slow automation their tests would take a long time to complete. Is there a way to make the automation play back faster?
I have an automated test that runs against a Silverlight application. At some points I connect to the database to verify that the data persisted correctly. In these cases, I write code in a test step to connect to the database. I use a hard coded connection string in my coded step. The only problem is that my Silverlight application may be using different databases depending on the environment. (i.e. QA, Dev, Production) I do not want to change my connection string (in every coded step) every time I go against a different database. Is there a better way to easily change my connection string when I am running my automated test? Maybe there is a global setting or configuration file that I may use to put these values. What is the best way to handle this situation? Please let me know.
| 4658 | 4/11/2012 10:38:52 AM | Information | The TestList run prepartion failed and execution cannot continue! Error message: Object reference not set to an instance of an object. StackTrace: at ArtOfTest.WebAii.Design.ProjectModel.Test.NeedToCompile() at Telerik.TestStudio.Scheduling.WindowsService.ExecutionEngineRunner.ExecuteList(TestList list, Project project, Settings settings, String binaryFolder, String projectPath, String resultName) at Telerik.TestStudio.Scheduling.WindowsService.ExecutionEngineRunner.StartRun(Object runArg) |