Software Testing / QA
How to improve code coverage of Regression Testing without Writing Scripts
What can you do to prevent failures in software that are increasing in size and control the difficulties that arise because of it? Regression Testing such..
3 Proven ways to improve regression testing in agile
Regression testing is crucial for every release as it puts a check on overall application quality. As we all know in the agile model things are fast, releases are quick and regression can become a bottleneck.
End-to-End Testing in Agile: All You Need to Know
Most applications today are designed with a service-oriented architecture structure. So the application is interconnected with many subsystems that can be outside of the application environment.
How to set up QA processes that don’t suck!
“QA is a bottleneck!”
We often come across such a statement.
I was working with a startup offering travel services. They never had a QA process before I joined, and they wanted me to set up one soon.
Better QA: Learning from unit testing standards
“Unit Testing” is a tricky affair. I am pretty sure that testers at some point in time would have complained about the developer not doing unit testing properly and delivered a poor quality build.
Top Trends in Software Testing using AI & ML in 2020
Artificial Intelligence (AI) has made some fantastic progress since its exploratory presentation as a PC program intended to beat chess grandmasters.
RECENT POSTS
Guides
How Test Automation Accelerates Time-to-Market and Boosts Software Quality
How Test Automation Accelerates Time-to-Market and Boosts Software Quality
How To Select a Regression Testing Automation Tool For Web Applications
Regression testing is an essential component in a web application development cycle. However, it’s often a time-consuming and tedious task in the QA process.
Switching from Manual to Automated QA Testing
Do you or your team currently test manually and trying to break into test automation? In this article, we outline how can small QA teams make transition from manual to codeless testing to full fledged automated testing.
Why you can’t ignore test planning in agile?
An agile development process seems too dynamic to have a test plan. Most organisations with agile, specially startups, don’t take the documented approach for testing. So, are they losing on something?
Challenges of testing Single Page Applications with Selenium
Single-page web applications are popular for their ability to improve the user experience. Except, test automation for Single-page apps can be difficult and time-consuming. We’ll discuss how you can have a steady quality control without burning time and effort.
Why is Codeless Test Automation better than Conventional Test Automation?
Testing is important for quality user experience. Being an integral part of Software Development Life Cycle (SDLC), it is necessary that testing has speed, efficiency and flexibility. But in agile development methodology, testing could be mechanical, routine and time-consuming.