A collection of recipes of common tasks and patterns in different programming languages Intial exploration on Java, Kotlin and Python programming languages.
- Read from file
- Write to file
- Support above operations for JSON, YAML, XML, CSV
- How to iterate over a collection
- Find if an element exists in collection
- Logging (TestNG, pytest)
- Reporting (TestNG, pytest)
- How to run tests in parallel (Problems in implementations)
- Run a terminal command from automation
- Parameterize your test runs
- Adapter
- Factory
- Builder
- Singleton