Test management involves a lot of coordination, communication and documentation. Test case management tools help to track software testing efforts. Free test case management tools could become a great alternative to using a traditional spreadsheet for managing tests. However it’s … Continue reading
Tweaking BackstopJS to improve Visual regression testing
BackstopJS is a wonderful tool for visual regression testing. It has great functionality and simple using.
But the default BackstopJS configuration file is a little bit bulky. It has viewports, paths to scripts and engines, report settings and all your … Continue reading
Different things to improve the testing process
Nothing is perfect. Even testing. But there are always a lot of ways to improve something. So these are some thoughts and approaches that I found useful on practice.
1. Design testing
Designer intentionally creates the best layout to help … Continue reading
Visual Regression Testing Tools
Trends in web design change almost daily, so companies try to keep up with them. While web developers update pages layout according to the new design, QA team should make sure that not only pages with the new design look … Continue reading
Different ways to monitor web application
How can you monitor for hidden issues while performing tests? In the case of the web application, QA engineer can use browser dev tools console to see error traceback.
Also, it is really useful to handle all exceptions with some … Continue reading
Design patterns in Automated testing
Design patterns are really important in software development. They help to seriously improve maintainability and readability of the code. Design patterns are solutions to general problems that software developers faced during software development. These solutions were obtained by trial and error by numerous … Continue reading
Helpful tools for mock-up testing
Designer intentionally creates the best layout to help users to use perfect website and navigate it easily. So it’s really important to make sure that implemented page meets up the design. So there are some tools that could ease UI … Continue reading
Performance testing tips
Performance testing is really important because that slow response time or outages cause the loss in terms of business & reputation for the company. Here are some tips that could help to test application performance:
1. Run performance tests from
… Continue readingHow to get started with Yandex Tank
Yandex.Tank is an extensible load testing utility for UNIX systems. Some of its features:
- 100 000+ RPS – load engine is written in pure C++ to generate a big amount of load from one machine.
- Interactive reports and Monitoring plugin
The beginning of the journey
This is my first post, I hope not least. I’ve started this blog to learn more about quality assurance and share it here thus to structure my thoughts and keep them all in one place. I always try to learn … Continue reading