Regression testing software can help you make the manual regression testing process automated. It can save a lot of time and effort. But what is regression testing software? What should you look for when you are deciding on the regression testing tool of your choice?...
Organizing a Test Automation Project with Ranorex Test Suites
Combining Ranorex 3.0 and Visual Studio 2010 for UI Unit Testing
Ranorex Studio and Visual Studio are working together very well. The Ranorex Studio Project and Solution format is that of Visual Studio. You might want to open a Ranorex Project in VS to commit it to Team Foundation Server (TFS) of which VS is a natural client. You...
Avoiding common pitfalls when working with capture/replay
It’s the easiest way to start with test automation. For everyone. Click the ‘Record’ button, perform some mouse and keyboard actions, stop the recording, and finally replay all the recorded steps again to see how automation works. Sounds...