Software Test Professionals Community Articles
Articles written by the STP community of professionals.Let’s Get Real About Test Automation – Using a Context-Driven Approach
Recorded 05/09/18 Test automation – everyone’s doing it, but very few can truly claim they’ve realized the benefits they desire (or were promised). This has led to new tools, approaches, and frameworks popping up almost daily with claims of finally achieving test...
Automate Responsive Website Tests With Galen
Responsive web design (RWD) is an approach to web design aimed at crafting sites to provide an optimal viewing and interaction experience like easy reading and navigation with a minimum of resizing, panning, and scrolling across a wide range of devices (from desktop computer monitors to mobile phones).
Testing for Accessibility and Inclusive Design
Accessibility is making sure that your product can be used by as many people as possible, including the use of external technologies to help deliver your product experience to people that have disabilities. Inclusive Design is the development of products that allow for the greatest number of users to use and experience them without the need for additional technology.
Supercharge Your Functional Tests with Visual Powers in 8 Lines of Code
In this talk, I will take existing functional tests written in JavaScript and Java, and add visual testing capabilities to them. I promise – in just 8 lines of code!
Today’s Regression Automation Challenge for Continuous Delivery
Regression Automation is all over the map today. The software testing world is way more varied than people think. Some organizations have thousands of tests constantly running on all kinds of VMs taking multiple days to execute, while others have no test automation at all. Any hope of Continuous Delivery or Pipeline Automation makes this current state unsustainable.
Leading Business Testers
Watch This Webinar Now: Oftentimes companies forego hiring large professional test teams and opt instead to use individuals from the business to perform testing. As a test lead, leading a team of business testers can be a different and unique challenge.
7 Ways to Upskill & Transform Yourself into a Security Tester
STP Webinar: Upskilling requires unlearning followed by learning attitude for any individual. And also before transforming to anything, one needs to understand the importance in terms of “Why should I be upskilling and why should I care?”
What You Need to Know About Web App Security Testing in 2018
Security testing is a huge topic. In this webinar, Ken will discuss his experience working for small companies where security testing is a requirement, but often gets overlooked. Ken will explore some of the basic things a software development professionals should know about web application security, such as the resources available from OWASP.
Defect Metrics for Organization and Project Health
Are you looking for a simple, meaningful approach to gather and report defect metrics? Want to make your project defects more visible? Wondering how to report defects to management and show value? With an ever-increasing demand to show the business value of your testing, David Bialek explores a simple step-by-step method for metric management of issues.
Can QA Contribute in Production Operation Testing for a Successful Software Release/Deployment?
Production deployment starts with the first line of code: an application should be built to work in production infrastructure, could be deployed using existing process, be it CD or manual update and handle load expected in production. Even in almost ideal CD process with wide use of automation where it is possible, some human interaction might be required when it comes to changes to DB, build scripts or infrastructure with new release.