Scheduling your tests to run on your computer when you’re not around is obviously a good idea and surprisingly easy to do. But the benefits don’t stop there: Scheduling tests lets you run your tests on multiple web browsers and speed up your testing by using headless browser testing.
It’s time for the R1 release of JustMock for 2022 and it offers great performance optimization, support for the official version of Visual Studio 2022 and support for the official version of .NET 6.
When your browser or website manages to keep Test Studio’s visual recorder from getting every keystroke you need, you have a solution: Write a coded step. And you don’t even have to learn a new SDK to do it!
Not all tests are just a continuous series of steps—sometimes you need to check what’s happened in your test and do something different: a test with conditions. Here’s how to create a conditional test that tests a variety of inputs and does the right thing when bad data is entered.