Tag

Iterables

0 views collected around this technical thread.

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.

Automation TestingGeneratorsIterables
0 likes · 11 min read
Understanding Python Iterables and Iterators and Their Use in Automated Testing
IT Services Circle
IT Services Circle
Feb 22, 2022 · Frontend Development

Understanding JavaScript Spread Operator on Strings and Emoji Sequences

This article explains how JavaScript's spread operator works with arrays, objects, and strings, clarifies why strings are iterable, demonstrates using for...of loops, and shows how zero‑width joiners enable the creation of complex emoji sequences.

IterablesJavaScriptSpread Operator
0 likes · 5 min read
Understanding JavaScript Spread Operator on Strings and Emoji Sequences
Qunar Tech Salon
Qunar Tech Salon
Nov 26, 2014 · Fundamentals

Powerful Collection Utility Classes: Guava Tools Not Covered by java.util.Collections

This article explains Guava's extensive collection utility classes that complement or replace java.util.Collections, covering static factory methods, Iterable utilities, and specialized tools for Lists, Sets, Maps, Multisets, Multimaps, and Tables, with code examples illustrating their usage and advantages.

CollectionsIterablesMultimaps
0 likes · 27 min read
Powerful Collection Utility Classes: Guava Tools Not Covered by java.util.Collections