What I Learned Today

Documenting daily discoveries and insights in technology and personal growth

Testing

Looking at Testing Metrics

Learning: Explored the role of testing metrics in improving test practices.

Testing

Understanding Cross Browser Testing

Learning: Looked into how apps behave on different browsers.

Testing

Getting into Cache Testing

Learning: Explored how cache affects app behavior and testing.

Testing

Types of Authentication in Testing

Learning: Explored different types of authentication methods used in software.

Testing

Accessibility Testing Basics

Learning: Explored the basics of accessibility testing and its importance.

Testing

Understanding A/B Testing

Learning: Looked into how A/B testing works in product decisions.

Testing

Practicing SWOT Analysis

Learning: Practiced doing SWOT analysis for testing strategy improvement.

Testing

Risk Thinking in Testing

Learning: Explored different ways of analyzing risks in testing.

Testing

What Makes Testing Accessible

Learning: Took a deeper look into how to make testing itself more inclusive.

Coding

Explored Logging and Reporting

Learning: Understood how logs and reports help in debugging and analysis.

Automation

Dived into Pytest Parametrization

Learning: Explored how to run the same test with different data using pytest.

Automation

Started with Coverage.py

Learning: Learned how to measure test coverage in Python projects.

API

Practiced API Flows

Learning: Practiced how APIs connect and work together in a flow.

Coding

Practiced Arrays and Lists

Learning: Practiced basic problems using arrays and lists in Python.