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
    Running Tests on Mobile Devices with selenium and Appium
    David Tzemach
    • Apr 7
    • 3 min

    Running Tests on Mobile Devices with selenium and Appium

    It's no secret that mobile testing is crucial today as customers have more dependencies in their mobile phones, and Appium is one of the...
    1730
    Code Review Checklist – To Perform Effective Code Reviews
    David Tzemach
    • Feb 21
    • 2 min

    Code Review Checklist – To Perform Effective Code Reviews

    I received many requests to create a high-Level template to use when conducting a code review session. So, here it is :) Has the...
    710
    Selenium C# Tutorial: Cross Browser Testing
    David Tzemach
    • Dec 8, 2021
    • 2 min

    Selenium C# Tutorial: Cross Browser Testing

    Cross Browser Testing is testing a web application in multiple browsers (e.g., Chrome, Firefox, etc.) to ensure that the functional...
    2840
    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
    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
    Selenium C# Tutorial: Developing App Configurations
    David Tzemach
    • Oct 28, 2021
    • 2 min

    Selenium C# Tutorial: Developing App Configurations

    In this tutorial, I will cover APP configurations as part of the automation framework. A configuration file is a single place to...
    1540
    Selenium C# Tutorial: Using Log Helpers
    David Tzemach
    • Oct 25, 2021
    • 2 min

    Selenium C# Tutorial: Using Log Helpers

    In computing, a log file is a file that records either events that occur in an operating system or other software runs or messages...
    1690
    Selenium C# Tutorial: Read and Use Data from Excel
    David Tzemach
    • Oct 6, 2021
    • 5 min

    Selenium C# Tutorial: Read and Use Data from Excel

    We know that Multiple users usually use web applications, and each interacts with the application using their data. So, considering the...
    7850
    Selenium C# Tutorial: Chrome Options concepts to simplifying Web Testing
    David Tzemach
    • Sep 19, 2021
    • 3 min

    Selenium C# Tutorial: Chrome Options concepts to simplifying Web Testing

    The Chromeoptions Class is one of the main concepts in Selenium WebDriver for handling and manipulating various properties of the Chrome...
    2,3590
    Selenium C# Tutorial: Checking an element's status (C#)
    David Tzemach
    • Sep 3, 2021
    • 1 min

    Selenium C# Tutorial: Checking an element's status (C#)

    It is a widespread scenario that tests fail to enter text in a field or click on an element because it is disabled or exists in the DOM...
    630
    Applying agile principles to automation projects | David Tzemach
    David Tzemach
    • Sep 2, 2021
    • 4 min

    Applying agile principles to automation projects | David Tzemach

    Automation projects can be very challenging, even for the most experienced teams. Each automation project has its challenges,...
    2090
    Selenium C# Tutorial: Exploring the Radio-Button element (C#)
    David Tzemach
    • Aug 29, 2021
    • 1 min

    Selenium C# Tutorial: Exploring the Radio-Button element (C#)

    A radio button or option button is a graphical control element that allows users to choose only one from a predefined set of options....
    820
    Selenium C# Tutorial: HTML Tags and Attributes
    David Tzemach
    • Aug 25, 2021
    • 1 min

    Selenium C# Tutorial: HTML Tags and Attributes

    In the tables below, you will find all the basic HTML Tags and Attributes that you need to know to understand the code samples in my...
    20
    Selenium C# Tutorial: ExpectedException Attribute explained
    David Tzemach
    • Aug 4, 2021
    • 1 min

    Selenium C# Tutorial: ExpectedException Attribute explained

    While working with unit tests, it is widespread that our tests will fail due to one exception or another, and these types of exceptions...
    230
    Selenium C# Tutorial: Capturing screenshots with Selenium WebDriver
    David Tzemach
    • Aug 4, 2021
    • 3 min

    Selenium C# Tutorial: Capturing screenshots with Selenium WebDriver

    Selenium WebDriver provides the capability to capture screenshots during test execution. This ability is vital when you need to...
    5970
    Selenium C# Tutorial: Using web browser command
    David Tzemach
    • Aug 1, 2021
    • 2 min

    Selenium C# Tutorial: Using web browser command

    When C# is used along with the Selenium testing suite, the IwebDriver interface performs and monitors actions on the web app under tests....
    650
    Selenium C# Tutorial: Locating table rows and cells
    David Tzemach
    • Jul 23, 2021
    • 3 min

    Selenium C# Tutorial: Locating table rows and cells

    DHTML tables contain data that should be displayed in a specific logical order to the end-user. Selenium WebDriver supports this web...
    2,1750
    C# Tutorial For Beginners: Setup NUnit Test Runner
    David Tzemach
    • Jul 20, 2021
    • 2 min

    C# Tutorial For Beginners: Setup NUnit Test Runner

    In this post, I will show you how you can install NUnit and how you can use it to increase the clarity, readability, and efficiency of...
    1200
    Selenium C# Tutorial: Working with element's text
    David Tzemach
    • Jul 19, 2021
    • 2 min

    Selenium C# Tutorial: Working with element's text

    While testing a web application, one of the basic things that we will need to do is to verify that elements are displayed with their...
    690
    Selenium C# Tutorial: Checking an element's attribute values
    David Tzemach
    • Jul 16, 2021
    • 1 min

    Selenium C# Tutorial: Checking an element's attribute values

    Developers are usually configuring various attributes of elements displayed on the web page as part of their design or at runtime to...
    1670
    1
    2
    • Facebook
    • Twitter
    • LinkedIn

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