Tagged articles
4 articles
Page 1 of 1
Test Development Learning Exchange
Test Development Learning Exchange
Oct 6, 2024 · Fundamentals

Understanding Python Iterables and Iterators and Their Use in Automated Testing

This article explains the difference between iterables and iterators in Python, demonstrates how to implement them with custom classes, shows basic usage with built‑in collections, and provides multiple automation‑testing examples using generators and iterator patterns to handle dynamic test data and pagination.

Iteratorsautomation-testingiterables
0 likes · 11 min read
Understanding Python Iterables and Iterators and Their Use in Automated Testing
FunTester
FunTester
Sep 20, 2019 · Operations

Insights from 14 IT Professionals on Real-World Problems Solved by Automation Testing

A survey of 14 IT experts reveals how automation testing addresses real-world challenges such as data leaks, security scaling, rapid digital transformation, regression bottlenecks, continuous delivery, UI complexity, and cross-industry efficiency, highlighting its impact on product quality and time-to-market.

Continuous DeliveryDevOpsautomation-testing
0 likes · 8 min read
Insights from 14 IT Professionals on Real-World Problems Solved by Automation Testing
DevOps Engineer
DevOps Engineer
May 23, 2018 · Fundamentals

Popular Python Automation Testing Frameworks

This article reviews the most widely used Python automation testing frameworks—including Robot Framework, RedwoodHQ, Jasmine, and Pytest—highlighting their key features, cross‑platform support, and suitability for different project sizes and testing needs.

Jasmineautomation-testingpytest
0 likes · 4 min read
Popular Python Automation Testing Frameworks