Related Content
7 Essential Quality Attributes for Your Test Automation Framework A common problem in software is that developers and designers tend to concentrate on pure functionality and neglect quality attributes. These are the famous “-abilities”: usability, reliability, portability, etc. If your testing framework is suffering, you might want to check if it has these seven quality attributes. |
||
DevOps Transformations for QA Teams: A Slack Takeover with Stacy Kirk Thought leaders from the software community are taking over the TechWell Hub to answer questions and engage in conversations. QA architect an agile coach Stacy Kirk, founder of QualityWorks Consulting Group LLC and nodeqa.io, hosted this Slack takeover and discussed improving teams by implementing DevOps practices. |
||
Explaining Hardware Virtualization and Containerization Virtualization is the abstraction of a computer resource—such as hardware, memory, storage, an operating system, a desktop machine, or a network—built on top of the physical resource. There are many types of virtualization, and here, we look at virtualization of hardware and of an operating system, or containerization. |
||
5 Tips to Turn Recorded JMeter Scripts into Reusable Tests Using a tool like JMeter to execute load and performance tests while code is being developed is an inexpensive way to find issues early. But the recorded steps will need some work before they can be useful load and performance tests. Here are five suggestions to turn your recorded scripts into quality reusable tests. |
||
Robotic Process Automation: A New Opportunity for Software Testers Robotic process automation (RPA) automates sequences of tasks in production environments to execute a clearly defined path through a process, so you can complete work faster. As more enterprises adopt RPA, success and scalability will require the construction of sustainable automation—a skill many testers already have. |
||
Don’t Become a Slave to Process More mature organizations are usually very process-disciplined, especially when teams are distributed. However, it’s dangerous to become overly reliant on process. People can become too complacent, accepting a process just to avoid having to make decisions. Here are some ways to keep your processes fresh and valuable. |
||
Using Cypress for UI Test Automation There are lots of tool options out there for UI automation. Cypress is an interesting tool for browser automation because the architectural overhead is lower since there is no emphasis on page objects, and it encourages you to manage state by building tests as small as possible. Here's how it gives you concise tests. |
||
Using the Phalcon PHP Framework with MySQL Some PHP frameworks now support the model-view-controller (MVC) design pattern, most notably the open source Phalcon framework. Phalcon has the lowest level of overhead due to memory and CPU for MVC applications, and it supports object-relational mapping features. Here's how you can get started with Phalcon and MySQL. |