Making Xcode UI tests faster and more stable
UI testing can be an incredibly useful tool for verifying that an app’s key features and user interactions remain fully functional while quickly iterating on its code base.
The latest News and Information on Software Testing and related technologies.
UI testing can be an incredibly useful tool for verifying that an app’s key features and user interactions remain fully functional while quickly iterating on its code base.
Speed and quality can go hand in hand, but sometimes you need a bit of tinkering to get both. Try this Bitrise setup to split tests up, run them in parallel and speed up your builds.
We're all remote workers today. There has been a ton of amazing information published by some of the leading remote companies about how to work remotely, but we haven't seen much that talks about what kind of company culture is necessary for remote work to thrive. Having done this for 8 years, I can confidently say the 'soft stuff' is as important as tooling and process. To that end, I asked our team (over Slack, naturally) to share their tips on how to thrive as a remote worker.
We’ve written about the importance of testing before. If you’re in development, you’re no doubt familiar with agile methodology. But sometimes a test-driven approach seems at odds with going fast. And how do you best communicate the importance of testing to everyone on your team? If you’ve felt frustrated with test-driven development or don’t have buy-in from your team, behavior-driven development is there to help.
This new release of OctoPerf brings a lot of long awaited features. This is all based on your feedback, so make sure to let us know what you would like to see in OctoPerf next! Of course we have a few plans of our own for the future, but I strongly believe that a good software can only result from a good collaboration between users and developers.
The principles behind performance testing API’s does not differ from the principles behind the performance testing of any application. Many API’s however are Asynchronous and a valid response from the API does not necessarily mean the transaction is complete which can cause a problem when measuring the performance of API’s. There are however ways around this and we will explore these in this post.