Capture.PNG

DAVID TZEMACH

  • Home

  • Blog

    • Agile Software Development
    • Software Testing
    • Cloud Computing
    • Automation Testing
    • Software Development
    • DevOps - Tools, Code and technologies
  • My Experience

  • About me

  • My Books for purchase!

  • More

    Use tab to navigate through the menu items.

    dzcomp@gmail.com

    +972-526982298

    • Facebook
    • Twitter
    • LinkedIn

    Share on LinkedIn

    • software testing (75) 75 posts
    • Scrum Framework (45) 45 posts
    • Agile (42) 42 posts
    • Automation (40) 40 posts
    • Agile Testing: Best Practices and Challenges Strategies (35) 35 posts
    • C# Tutorial (34) 34 posts
    • Scrum Process Best Practices (28) 28 posts
    • Cloud Computing (22) 22 posts
    • Devops Tools and Technologies (16) 16 posts
    • Best Practices for Scrum Meetings (15) 15 posts
    • How do we Manage Bugs in Agile? (13) 13 posts
    • Agile estimation and prioritization techniques (12) 12 posts
    • scrum roles and responsibilities (12) 12 posts
    • Bash Scripting (8) 8 posts
    • Docker & Kubernetes (8) 8 posts
    • Agile HR Practices (6) 6 posts
    • Vagrant (4) 4 posts
    • Metrics & KPI's (3) 3 posts
    • All Posts
    • Agile Software Development
    • Software Development Tutorials
    • Cloud computing
    • DevOps
    • Test Automation Framework
    • Software Testing
    Search
    Introduction to Agile Software Development | David Tzemach
    David Tzemach
    • Dec 7, 2021
    • 4 min

    Introduction to Agile Software Development | David Tzemach

    This article provides an overview of Agile and illustrates the differences between Agile software development and traditional...
    1180
    Self-managed teams in Agile software development, Can it actually work?
    David Tzemach
    • Dec 2, 2021
    • 4 min

    Self-managed teams in Agile software development, Can it actually work?

    I see it in many organizations and heard a lot about the benefits and success of self-managed teams working in the Agile environment. For...
    860
    The Importance of the Sprint Goal | David Tzemach
    David Tzemach
    • Nov 28, 2021
    • 1 min

    The Importance of the Sprint Goal | David Tzemach

    One of the essential activities of the sprint-planning meeting is defining the sprint goal. As an Agile consultant, I have seen that...
    820
    Is there a place for test managers in Agile Development?
    David Tzemach
    • Nov 25, 2021
    • 2 min

    Is there a place for test managers in Agile Development?

    In my book (Agile Quality: A Practical Approach), I talked quite a bit about testing and test managers in particular. I also release a...
    2370
    The Product Owner (PO) | David Tzemach
    David Tzemach
    • Nov 23, 2021
    • 3 min

    The Product Owner (PO) | David Tzemach

    The Product Owner (PO) drives the project from the business point of view and possesses the primary responsibility for the return of...
    3500
    What is Kubernetes?
    David Tzemach
    • Nov 22, 2021
    • 2 min

    What is Kubernetes?

    Kubernetes is the most popular container orchestrator in the software industry. A container orchestrator takes the containers you ask it...
    40
    Effective team onboarding in Agile software development
    David Tzemach
    • Nov 21, 2021
    • 9 min

    Effective team onboarding in Agile software development

    The current crisis caused by the covid-19 has helped us appreciate the flexibility and skills of excellent staff. Ensuring they can meet...
    3190
    Selenium C# Tutorial: Assertion in Selenium WebDriver using C#
    David Tzemach
    • Nov 20, 2021
    • 3 min

    Selenium C# Tutorial: Assertion in Selenium WebDriver using C#

    Selenium WebDriver is a testing framework that would easily automate any test scenario on a web application with its feature-rich API for...
    7120
    Taking the Scrum Retrospective to the Next Level | David Tzemach
    David Tzemach
    • Nov 17, 2021
    • 6 min

    Taking the Scrum Retrospective to the Next Level | David Tzemach

    It is easy to understand why retrospectives are important as the improvement engine of the team. However, there is a difference between...
    2120
    Docker: Container Lifetime & Persistent Data
    David Tzemach
    • Nov 16, 2021
    • 4 min

    Docker: Container Lifetime & Persistent Data

    All the lectures in this series focused on running and managing containers without focusing on the data generated while the container is...
    20
    Docker Networks: Ports and IP
    David Tzemach
    • Nov 15, 2021
    • 1 min

    Docker Networks: Ports and IP

    So when you start a new container, you're really in the background connecting to a particular Docker network. By default, each container...
    40
    Cloud testing: the right way to do it | David Tzemach
    David Tzemach
    • Nov 15, 2021
    • 3 min

    Cloud testing: the right way to do it | David Tzemach

    In this article, I will review some essential insights on cloud computing. To achieve the most from this article, we need to understand...
    1110
    Docker: Creating and Using Containers like a Master
    David Tzemach
    • Nov 15, 2021
    • 3 min

    Docker: Creating and Using Containers like a Master

    In this tutorial, I will cover the main aspects of containers which is the building block of the Docker architecture. Among these...
    30
    Docker: Making Containers Publicly Available
    David Tzemach
    • Nov 14, 2021
    • 2 min

    Docker: Making Containers Publicly Available

    In this tutorial, you'll learn how to make an application run inside a container accessible outside of the Docker host server(publicly...
    60
    Selenium C# Tutorial: Identifying and handling a pop-up window
    David Tzemach
    • Nov 14, 2021
    • 4 min

    Selenium C# Tutorial: Identifying and handling a pop-up window

    A window in any browser is considered the main webpage on which the user is landed after hitting a link/URL. In Selenium, this window is...
    2310
    Docker: Containers Management
    David Tzemach
    • Nov 13, 2021
    • 3 min

    Docker: Containers Management

    This tutorial will cover the essential options for managing Docker containers. You'll learn how to give names and then manger those...
    10
    Docker: Working with Container Images
    David Tzemach
    • Nov 12, 2021
    • 4 min

    Docker: Working with Container Images

    In this tutorial, you will learn the core aspects of Docker images, including: The history of images. How to Tag an image. How to View...
    80
    Pitfalls to Avoid as a Product Owner | David Tzemach
    David Tzemach
    • Nov 11, 2021
    • 3 min

    Pitfalls to Avoid as a Product Owner | David Tzemach

    The PO’s job is to ensure the product backlog is always in good shape. This is his responsibility to the team. Over the years, I have...
    5080
    How to Survive Your First Agile Sprint | David Tzemach
    David Tzemach
    • Nov 10, 2021
    • 4 min

    How to Survive Your First Agile Sprint | David Tzemach

    If you are about to make a transition to Agile and decide to use Scrum as your preferred framework, it is vital to know the benefits of...
    1820
    A beginner guide for Basic Docker Commands
    David Tzemach
    • Nov 9, 2021
    • 4 min

    A beginner guide for Basic Docker Commands

    In this tutorial, you'll learn how to start and stop docker containers, display information about containers running on your system, as...
    60
    Regression Testing Overview | David Tzemach
    David Tzemach
    • Nov 8, 2021
    • 2 min

    Regression Testing Overview | David Tzemach

    The software lifecycle is dynamic, especially in an Agile environment where changes are frequent and welcome. From a customer...
    880
    Azure Cloud: Introduction to Docker
    David Tzemach
    • Nov 7, 2021
    • 3 min

    Azure Cloud: Introduction to Docker

    In my previous article, I reviewed the central concept of containers (You can find it here: Understanding Containers). Today's article...
    10
    Selenium C# Tutorial: User Interactions API for mouse and keyboard events(C#)
    David Tzemach
    • Nov 7, 2021
    • 2 min

    Selenium C# Tutorial: User Interactions API for mouse and keyboard events(C#)

    The Selenium WebDriver's advanced user interactions API allows us to perform basic operations such as simulating keyboard and mouse...
    1330
    Relative Estimations and Story Points in an Agile Environment | David Tzemach
    David Tzemach
    • Nov 6, 2021
    • 3 min

    Relative Estimations and Story Points in an Agile Environment | David Tzemach

    In an Agile environment, estimation is conducted by the team as part of their preparation for development. The estimation is done by...
    2680
    12
    3
    45
    • Facebook
    • Twitter
    • LinkedIn

    ©2020 by David Tzemach. Proudly created with Wix.com