<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>
            <![CDATA[David Mello - Breaker of software, geek, meme enthusiast]]>
        </title>
        <description>
            <![CDATA[Welcome to my blog where I discuss Software Testing and Quality Assurance and my hobbies; smart home gadgets, woodworking, gardening, and DIY home improvement.]]>
        </description>
        <link>
        https://www.davidmello.com
        </link>
        <atom:link href="https://www.davidmello.com/rss.xml" rel="self" type="application/rss+xml" />
        <generator>
            GatsbyJS
        </generator>
        <lastBuildDate>
            Sun, 23 Apr 2023 17:08:12 GMT
        </lastBuildDate>
        <title>
            <![CDATA[Adding Custom Commands to Nightwatch TypeScript Projects]]>
        </title>
        <description>
            <![CDATA[It's been about a year since my last post about  using Nightwatch test automation with TypeScript  (instead of the JavaScript default). The…]]>
        </description>
        <link>
        https://www.davidmello.com/nightwatch-typescript-custom-command-extensibility/
        </link>
        <guid isPermaLink="false">
            https://www.davidmello.com/nightwatch-typescript-custom-command-extensibility/
        </guid>
        <pubDate>
            Fri, 21 Apr 2023 00:00:00 GMT
        </pubDate>
        <encoded>
            Learn how to extend Nightwatch&apos;s built-in automation commands with your own when working inside a TypeScript Nightwatch test project in this post. &lt;a href=&apos;https://www.davidmello.com/nightwatch-typescript-custom-command-extensibility/&apos;&gt;Continue reading&lt;/a&gt;
        </encoded>
        </item>
        <item>
            <title>
                <![CDATA[Best Websites for Practicing Test Automation]]>
            </title>
            <description>
                <![CDATA[Why use demo websites for test automation practice Before investing time in learning and building out a test suite against a new automation…]]>
            </description>
            <link>
            https://www.davidmello.com/best-websites-for-practicing-test-automation/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/best-websites-for-practicing-test-automation/
            </guid>
            <pubDate>
                Fri, 10 Feb 2023 00:00:00 GMT
            </pubDate>
            <encoded>
                Looking for example demo sites to practice your test automation against with Selenium, Cypress, or NightwatchJS? Here is a list of the top demo websites for practicing your test automation skills against. &lt;a href=&apos;https://www.davidmello.com/best-websites-for-practicing-test-automation/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[Add API Testing to your Nightwatch Test Automation]]>
            </title>
            <description>
                <![CDATA[When the software being tested exposes REST API endpoints it can be more efficient to test the APIs directly instead of going through the UI…]]>
            </description>
            <link>
            https://www.davidmello.com/api-testing-with-nightwatch-supertest/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/api-testing-with-nightwatch-supertest/
            </guid>
            <pubDate>
                Fri, 13 Jan 2023 00:00:00 GMT
            </pubDate>
            <encoded>
                Learn how to add API testing to your existing selenium automated tests using the API testing plugin for Nightwatch.js &lt;a href=&apos;https://www.davidmello.com/api-testing-with-nightwatch-supertest/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[Testing Software using Decision Tables]]>
            </title>
            <description>
                <![CDATA[Decision tables excel at capturing use cases for software features involving complex business logic. When taking a  shift left  approach…]]>
            </description>
            <link>
            https://www.davidmello.com/testing-software-with-decision-tables/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/testing-software-with-decision-tables/
            </guid>
            <pubDate>
                Sun, 30 Oct 2022 00:00:00 GMT
            </pubDate>
            <encoded>
                Decision tables are software testing tools used to ensure one fully captures the expected behaviors of features involving complex business rules. Once created, decision tables provide valuable documentation of the software&apos;s desired behavior that one can directly use to create their test cases with. Learn how to create and use decision tables for testing your next Agile story in this article. &lt;a href=&apos;https://www.davidmello.com/testing-software-with-decision-tables/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[Nightwatch adds Visual Studio Code integration and Accessibility testing]]>
            </title>
            <description>
                <![CDATA[Nightwatch.js recently added Visual Studio code integration so you can debug your selenium tests. In addition, they've included my…]]>
            </description>
            <link>
            https://www.davidmello.com/links/nightwatch-webinar-vscode-a11y/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/links/nightwatch-webinar-vscode-a11y/
            </guid>
            <pubDate>
                Tue, 04 Oct 2022 00:00:00 GMT
            </pubDate>
            <encoded>
                null &lt;a href=&apos;https://www.davidmello.com/links/nightwatch-webinar-vscode-a11y/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[Automated Email Testing with Nightwatch and MailTrap]]>
            </title>
            <description>
                <![CDATA[Nightwatch  is a browser automation test framework built on top of the Selenium Webdriver library popularly used for automating end-to-end…]]>
            </description>
            <link>
            https://www.davidmello.com/email-testing-nightwatch-mailtrap/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/email-testing-nightwatch-mailtrap/
            </guid>
            <pubDate>
                Tue, 27 Sep 2022 00:00:00 GMT
            </pubDate>
            <encoded>
                This handy guide will show you how to perform email testing in your end-to-end test automation to verify email delivery, recipient, localized content, or follow links out of account verification/activation emails in your Nightwatch selenium test suite using the MailTrap email sandbox tool. &lt;a href=&apos;https://www.davidmello.com/email-testing-nightwatch-mailtrap/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[Automated Visual Regression Testing Guide - Best visual tools, how, and when to use them]]>
            </title>
            <description>
                <![CDATA[Visual regression testing is a software testing technique you can use to write automated test cases against your web applications to look…]]>
            </description>
            <link>
            https://www.davidmello.com/visual-regression-testing/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/visual-regression-testing/
            </guid>
            <pubDate>
                Mon, 09 May 2022 00:00:00 GMT
            </pubDate>
            <encoded>
                Visual regression testing is a QA testing technique effective at catching look and feel or layout regression defects and catching bugs that you aren&apos;t explicitly looking for in your tests. These tests can be flaky or high maintenance without the right combination of visual testing tool, platform, and style so this guide will help you pick the best visual regression tool and write maintainable visual tests. &lt;a href=&apos;https://www.davidmello.com/visual-regression-testing/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[Using TypeScript to write Nightwatch.js Automated Tests]]>
            </title>
            <description>
                <![CDATA[Nightwatch supports TypeScript! This post will provide documentation and provide examples of how to write your tests and page objects using…]]>
            </description>
            <link>
            https://www.davidmello.com/using-nightwatch-with-typescript/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/using-nightwatch-with-typescript/
            </guid>
            <pubDate>
                Mon, 02 May 2022 00:00:00 GMT
            </pubDate>
            <encoded>
                Nightwatch supports TypeScript! Learn how to write your Nightwatch automated tests and page objects using TypeScript with the examples in this documentation. Get the benefits of intellisense and type checking in both your tests and page objects! &lt;a href=&apos;https://www.davidmello.com/using-nightwatch-with-typescript/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[Speed Test Comparison Unifi Wi-Fi 6 Pro vs UAP-AC-Pro access points]]>
            </title>
            <description>
                <![CDATA[Ubiquiti recently released their Wi-Fi 6 access points and I was curious to see if it would increase my iPhone 13 Pro Wi-Fi speeds over the…]]>
            </description>
            <link>
            https://www.davidmello.com/speed-testing-ubiquiti-unifi-wifi-6-pro-vs-uap-ac-pro/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/speed-testing-ubiquiti-unifi-wifi-6-pro-vs-uap-ac-pro/
            </guid>
            <pubDate>
                Wed, 23 Feb 2022 00:00:00 GMT
            </pubDate>
            <encoded>
                Ubiquiti released their new Wi-Fi 6 access points including their new U6-Pro-US so I decided to upgrade and test the speeds to see how the Unifi Wi-Fi 6 Pro compares to the UAP-AC-Pro and UAP-AC-HD using an iPhone 13 pro and iPerf3. &lt;a href=&apos;https://www.davidmello.com/speed-testing-ubiquiti-unifi-wifi-6-pro-vs-uap-ac-pro/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[UniFi Talk Review with UTP-Touch VoIP phone]]>
            </title>
            <description>
                <![CDATA[With the release of the UDM-Pro SE (Unifi Dream Machine Pro, special edition) I had my excuse to upgrade my USG + CloudKey combination to…]]>
            </description>
            <link>
            https://www.davidmello.com/unifi-talk-utp-touch-review/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/unifi-talk-utp-touch-review/
            </guid>
            <pubDate>
                Wed, 16 Feb 2022 00:00:00 GMT
            </pubDate>
            <encoded>
                This Ubiquiti review covers my experience using UniFi Talk on the Ubiquiti Dream Machine to provide VoIP phone service for my home using the UTP-Touch VoIP phone. &lt;a href=&apos;https://www.davidmello.com/unifi-talk-utp-touch-review/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[Reviewing SwitchBot door contact and motion sensor home automation]]>
            </title>
            <description>
                <![CDATA[SwitchBot added unique door contact and motion sensors to their smart home lineup and this article will go over how to use them to create…]]>
            </description>
            <link>
            https://www.davidmello.com/switchbot-door-contact-and-motion-sensor-review/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/switchbot-door-contact-and-motion-sensor-review/
            </guid>
            <pubDate>
                Mon, 11 Oct 2021 00:00:00 GMT
            </pubDate>
            <encoded>
                In this review I&apos;ll use SwitchBot door contact and motion sensors to setup smart home automation routines using Amazon Alexa and the SwitchBot app to turn on lights when I open the door or shut lights off when occupancy isn&apos;t detected in the room. &lt;a href=&apos;https://www.davidmello.com/switchbot-door-contact-and-motion-sensor-review/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[What to Buy your Model Y]]>
            </title>
            <description>
                <![CDATA[When I ordered my Tesla Model Y in June 2021 it had about a 3 month delivery lead time. I spent that time researching what accessories I…]]>
            </description>
            <link>
            https://www.davidmello.com/tesla-model-y-accessories-guide/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/tesla-model-y-accessories-guide/
            </guid>
            <pubDate>
                Sun, 10 Oct 2021 00:00:00 GMT
            </pubDate>
            <encoded>
                There are a lot Tesla Model Y accessory options out there. Now that my model Y arrived here are my reviews for the best accessories for your Tesla Model Y that you&apos;ll want day 1. Benefit from my hindsight. &lt;a href=&apos;https://www.davidmello.com/tesla-model-y-accessories-guide/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[Oupes 600w Portable Power Station Generator Review]]>
            </title>
            <description>
                <![CDATA[I've wanted a portable battery-powered inverter, power station, for years now in case we encounter a hurricane-caused blackout or other…]]>
            </description>
            <link>
            https://www.davidmello.com/oupes-portable-power-station-generator-vs-jackery/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/oupes-portable-power-station-generator-vs-jackery/
            </guid>
            <pubDate>
                Wed, 21 Jul 2021 00:00:00 GMT
            </pubDate>
            <encoded>
                I&apos;ve been researching battery-powered power stations or generators as hurricane-season approaches and this review goes over the features of the Oupes 600w, 595wh, inverter power versus similar models from Jackery and GoalZero. &lt;a href=&apos;https://www.davidmello.com/oupes-portable-power-station-generator-vs-jackery/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[Testing the Flume 2 for wifi water monitoring and leak detection]]>
            </title>
            <description>
                <![CDATA[Why I added a smart water meter to my smart home Last year I discovered, the hard way, an intermittent leak in a pipe run under the…]]>
            </description>
            <link>
            https://www.davidmello.com/flume2-wifi-leak-meter-review/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/flume2-wifi-leak-meter-review/
            </guid>
            <pubDate>
                Tue, 06 Jul 2021 00:00:00 GMT
            </pubDate>
            <encoded>
                The Flume 2 provides wifi whole-house water monitoring without requiring cutting plumbing or external power allowing you to see check water usage and get notified of leaks in near real time. Learn about how to install the Flume and my impressions after 3 months. &lt;a href=&apos;https://www.davidmello.com/flume2-wifi-leak-meter-review/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[Nightwatch now supports TypeScript!]]>
            </title>
            <description>
                <![CDATA[Nightwatch.js recently released v1.6 which adds support TypeScript for writing your tests! The type definitions appear to be in the…]]>
            </description>
            <link>
            https://www.davidmello.com/links/nightwatch-typescript-release/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/links/nightwatch-typescript-release/
            </guid>
            <pubDate>
                Wed, 07 Apr 2021 00:00:00 GMT
            </pubDate>
            <encoded>
                null &lt;a href=&apos;https://www.davidmello.com/links/nightwatch-typescript-release/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[Best Variable Pump Speed for Pool Energy Savings]]>
            </title>
            <description>
                <![CDATA[Calculating your Optimum Variable Pool Pump Speed New smart pool pumps come with variable speed motors that you allow you to optimize your…]]>
            </description>
            <link>
            https://www.davidmello.com/calculate-gph-flow-rate-pool-pump-savings/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/calculate-gph-flow-rate-pool-pump-savings/
            </guid>
            <pubDate>
                Mon, 29 Mar 2021 00:00:00 GMT
            </pubDate>
            <encoded>
                Learn how to calculate the best speed to run your variable speed pool pump at to efficiently keep your smart home&apos;s pool clean while saving energy and money by determining your gpm flow rate by calculating the total dynamic head without a flow meter. &lt;a href=&apos;https://www.davidmello.com/calculate-gph-flow-rate-pool-pump-savings/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[Review and setup of Amcrest's AWC897 4K webcam]]>
            </title>
            <description>
                <![CDATA[New features in the Amcrest 4k AWC897 webcam Amcrest has released 7 different webcam models as of writing. I've  reviewed  4 of them and…]]>
            </description>
            <link>
            https://www.davidmello.com/amcrest-4k-webcam-setup-review/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/amcrest-4k-webcam-setup-review/
            </guid>
            <pubDate>
                Wed, 17 Feb 2021 00:00:00 GMT
            </pubDate>
            <encoded>
                Amcrest has been releasing 1080p and now 4k webcams at budget-friendly prices throughout 2020 and 2021. This review will setup their latest 4k webcam and test the microphone audio, resolution, and color balance to see if they&apos;ve improved over their previous webcam models. &lt;a href=&apos;https://www.davidmello.com/amcrest-4k-webcam-setup-review/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[Integrating TestRail with Nightwatch.js]]>
            </title>
            <description>
                <![CDATA[Making Test Case Management Systems Useful If your tests suites are manual and scattered about in various spreadsheets, Google Docs, DropBox…]]>
            </description>
            <link>
            https://www.davidmello.com/testrail-with-nightwatchjs/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/testrail-with-nightwatchjs/
            </guid>
            <pubDate>
                Sun, 07 Feb 2021 00:00:00 GMT
            </pubDate>
            <encoded>
                Test case management systems that aren&apos;t integrated with your automation framework are wasteful. Learn how to integrate Nightwatch automated test results into TestRail automatically in this tutorial with the help of testrail-nightwatch-updater. &lt;a href=&apos;https://www.davidmello.com/testrail-with-nightwatchjs/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[Using Nightwatch global variables to write tests that work everywhere]]>
            </title>
            <description>
                <![CDATA[Why Use Global Variables in your Test Automation? Nightwatch and other test automation frameworks allow you to use variables instead of…]]>
            </description>
            <link>
            https://www.davidmello.com/nightwatch-global-environment-variables/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/nightwatch-global-environment-variables/
            </guid>
            <pubDate>
                Mon, 25 Jan 2021 00:00:00 GMT
            </pubDate>
            <encoded>
                Learn how to use Nightwatch.js global variables so you don&apos;t need to hardcode values in your test automation allowing them to work in multiple environments and reduce test maintenance costs. &lt;a href=&apos;https://www.davidmello.com/nightwatch-global-environment-variables/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[Implementing a Minimum Accessibility Test Plan]]>
            </title>
            <description>
                <![CDATA[Implementing a Test Plan for Accessibility Testing Accessibility testing is similar to functional testing where you test defined expected…]]>
            </description>
            <link>
            https://www.davidmello.com/implementing-a-minimum-accessibility-test-plan/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/implementing-a-minimum-accessibility-test-plan/
            </guid>
            <pubDate>
                Mon, 11 Jan 2021 00:00:00 GMT
            </pubDate>
            <encoded>
                This tutorial will cover how to implement a minimum accessibility test plan against a website using Nightwatch.js and aXe. &lt;a href=&apos;https://www.davidmello.com/implementing-a-minimum-accessibility-test-plan/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[TP-Link KL50 edison style kasa smart bulb reviewed]]>
            </title>
            <description>
                <![CDATA[Vintage bulbs with smart features Decorators love the look of warm glowing filament in clear bulbs housed in open light fixtures. The…]]>
            </description>
            <link>
            https://www.davidmello.com/tplink-kl50-dimmable-filament-smart-bulb-review/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/tplink-kl50-dimmable-filament-smart-bulb-review/
            </guid>
            <pubDate>
                Mon, 04 Jan 2021 00:00:00 GMT
            </pubDate>
            <encoded>
                TP-Link released a unicorn of a smart bulb for those looking for a smart LED edison filament style bulb perfect for people who like vintage bulbs, but don&apos;t want to sacrifice energy savings and home automation features. &lt;a href=&apos;https://www.davidmello.com/tplink-kl50-dimmable-filament-smart-bulb-review/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[How to use SauceLabs with Nightwatch.js]]>
            </title>
            <description>
                <![CDATA[Using SauceLabs to run your Nightwatch.js Tests When running your automated tests on your local workstation or server you can quickly get…]]>
            </description>
            <link>
            https://www.davidmello.com/how-to-use-nightwatch-with-saucelabs/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/how-to-use-nightwatch-with-saucelabs/
            </guid>
            <pubDate>
                Mon, 28 Sep 2020 00:00:00 GMT
            </pubDate>
            <encoded>
                Learn how to configure Nightwatch.js to use SauceLabs for scalable, parallelized, multi-browser automated test execution in this software testing tutorial. &lt;a href=&apos;https://www.davidmello.com/how-to-use-nightwatch-with-saucelabs/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[Using SwitchBot to install a smart switch without a neutral]]>
            </title>
            <description>
                <![CDATA[Installing smart switches without a neutral wire Unlike normal, or dumb switches, smart switches need to stay powered on all the time to be…]]>
            </description>
            <link>
            https://www.davidmello.com/smart-switch-no-neutral-using-switchbot/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/smart-switch-no-neutral-using-switchbot/
            </guid>
            <pubDate>
                Mon, 07 Sep 2020 00:00:00 GMT
            </pubDate>
            <encoded>
                Renters who can&apos;t replace their switches or homeowners without neutral wires needed for smart switches have trouble installing smart switches in their homes. Switchbot makes a unique product that allows you to convert your dumb switches into smart switches. &lt;a href=&apos;https://www.davidmello.com/smart-switch-no-neutral-using-switchbot/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[Comparing the Amcrest ProStream AWC2198 webcam to other 1080p models]]>
            </title>
            <description>
                <![CDATA[Another Amcrest Webcam? What changed this time? In the span of a pandemic Amcrest has released at 5 different webcams. Some are honestly…]]>
            </description>
            <link>
            https://www.davidmello.com/amcrest-prostream-awc2198-usb-webcam-review/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/amcrest-prostream-awc2198-usb-webcam-review/
            </guid>
            <pubDate>
                Tue, 25 Aug 2020 00:00:00 GMT
            </pubDate>
            <encoded>
                Amcrest generally puts out pretty decent quality security cameras at a reasonable price, but their webcams have been hit or miss. This review will see if the latest Amcrest ProStream model AWC2198 USB webcam gets it right. &lt;a href=&apos;https://www.davidmello.com/amcrest-prostream-awc2198-usb-webcam-review/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[South Florida Test Automation Meetup presentation for Getting started with NightwatchJS]]>
            </title>
            <description>
                <![CDATA[I attend a local Meetup chapter for  South Florida Test Automation  which tries to meet about once a month. For the past year or so we've…]]>
            </description>
            <link>
            https://www.davidmello.com/south-florida-test-meetup-nightwatch-js/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/south-florida-test-meetup-nightwatch-js/
            </guid>
            <pubDate>
                Wed, 19 Aug 2020 00:00:00 GMT
            </pubDate>
            <encoded>
                Our local South Florida Test Automation chapter met virtually to go over the Nightwatch.js framework. It was our first virtual testing Meetup in an effort to adapt to the new normal. &lt;a href=&apos;https://www.davidmello.com/south-florida-test-meetup-nightwatch-js/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[Review of Crenova's XPE660 1080P HD LED projector]]>
            </title>
            <description>
                <![CDATA[Crenova and projectors Crenova has a wide and deep selection of home theater products. When I was looking for a budget projector to do…]]>
            </description>
            <link>
            https://www.davidmello.com/crenova-xpe660-led-projector-review/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/crenova-xpe660-led-projector-review/
            </guid>
            <pubDate>
                Tue, 18 Aug 2020 00:00:00 GMT
            </pubDate>
            <encoded>
                Crenova recently released a 1080p (upscaled from 1280x800) projector which makes a great companion for projecting streamed content from smart devices like an Amazon FireTV stick. In budget projectors brightness and sharpness are usually sacrificed. Let&apos;s see how it holds up in this review. &lt;a href=&apos;https://www.davidmello.com/crenova-xpe660-led-projector-review/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[Review and setup of Amcrest's AWC195-B 1080P HD webcam]]>
            </title>
            <description>
                <![CDATA[What did Amcrest change in the AWC195-B webcam? Amcrest seemingly seized on the market's shortage of webcams, leveraged their knowledge of…]]>
            </description>
            <link>
            https://www.davidmello.com/amcrest-awc195-b-hd-webcam-1080p-review/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/amcrest-awc195-b-hd-webcam-1080p-review/
            </guid>
            <pubDate>
                Sun, 31 May 2020 00:00:00 GMT
            </pubDate>
            <encoded>
                Amcrest, normally known for their security cameras, has recently released their second HD webcam, the AWC195-B to meet the demand from remote workers. Their first HD webcam had acceptable video quality, but terrible microphone. In this post I&apos;ll review their latest webcam and see if there are improvements to video and audio quality. &lt;a href=&apos;https://www.davidmello.com/amcrest-awc195-b-hd-webcam-1080p-review/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[Writing maintainable tests with Nightwatch.js page objects and commands]]>
            </title>
            <description>
                <![CDATA[Nightwatch.js page object model and commands API The page object model in test automation allows you as a test engineer to write more…]]>
            </description>
            <link>
            https://www.davidmello.com/nightwatch-page-object-model-with-commands/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/nightwatch-page-object-model-with-commands/
            </guid>
            <pubDate>
                Sun, 26 Apr 2020 00:00:00 GMT
            </pubDate>
            <encoded>
                Using page objects and commands for repetitive selectors and test code allows you to write maintainable automated test cases. Learn how in this Nightwatch automation tutorial. &lt;a href=&apos;https://www.davidmello.com/nightwatch-page-object-model-with-commands/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[Review and setup of Amcrest's 1080P HD webcam]]>
            </title>
            <description>
                <![CDATA[Can Amcrest leverage it's security camera expertise for webcam's? Amcrest seems to have found an opportunity to leverage their knowledge in…]]>
            </description>
            <link>
            https://www.davidmello.com/amcrest-hd-webcam-1080p-review/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/amcrest-hd-webcam-1080p-review/
            </guid>
            <pubDate>
                Mon, 20 Apr 2020 00:00:00 GMT
            </pubDate>
            <encoded>
                With so many people working from home, Amcrest, normally known for their security cameras, has entered the webcam space. Let&apos;s see how their first 1080p webcam performs in this review. &lt;a href=&apos;https://www.davidmello.com/amcrest-hd-webcam-1080p-review/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[How I turned into a Lockdown meme]]>
            </title>
            <description>
                <![CDATA[Shared pandemic experiences unite us all We've all been going through the COVID-19 pandemic together and I consider myself fortunate…]]>
            </description>
            <link>
            https://www.davidmello.com/how-lockdown-made-me-a-meme/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/how-lockdown-made-me-a-meme/
            </guid>
            <pubDate>
                Sun, 19 Apr 2020 00:00:00 GMT
            </pubDate>
            <encoded>
                My friend Bryan just blew my mind with a Lockdown Starter Pack fb post the other day that caused me to realize the pandemic lockdown has turned me into a meme. Let&apos;s explore how I won this unfortunate bingo prize. &lt;a href=&apos;https://www.davidmello.com/how-lockdown-made-me-a-meme/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[Teckin SS31 wifi smart plug installation with Alexa]]>
            </title>
            <description>
                <![CDATA[Traditionally I've used a photocell timer plug for controlling my holiday Christmas lights. These plugs have a light sensor that turn on for…]]>
            </description>
            <link>
            https://www.davidmello.com/teckin-outdoor-smart-plug-ss31/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/teckin-outdoor-smart-plug-ss31/
            </guid>
            <pubDate>
                Mon, 30 Mar 2020 00:00:00 GMT
            </pubDate>
            <encoded>
                If you are looking to upgrade your photocell timer plug to a smart outdoor plug this Teckin smart plug review is for you. &lt;a href=&apos;https://www.davidmello.com/teckin-outdoor-smart-plug-ss31/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[My photos made the news!]]>
            </title>
            <description>
                <![CDATA[I recently was able to get some great photos and drone footage of a PTO fundraiser for the local elementary school that made the local paper…]]>
            </description>
            <link>
            https://www.davidmello.com/links/pto-fundraiser/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/links/pto-fundraiser/
            </guid>
            <pubDate>
                Fri, 06 Mar 2020 00:00:00 GMT
            </pubDate>
            <encoded>
                null &lt;a href=&apos;https://www.davidmello.com/links/pto-fundraiser/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[Ecobee review 2 years later]]>
            </title>
            <description>
                <![CDATA[For a long time I debated whether it was worth it to upgrade from a 7 day programmable thermostat to an  ecobee smart thermostat . As my…]]>
            </description>
            <link>
            https://www.davidmello.com/ecobee-2-years-hands-on-review/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/ecobee-2-years-hands-on-review/
            </guid>
            <pubDate>
                Sun, 23 Feb 2020 00:00:00 GMT
            </pubDate>
            <encoded>
                If you are still on the fence about smart thermostats I&apos;m sharing my thoughts in this Ecobee smart thermostat review so you can determine if it is worth upgrading your thermostat. &lt;a href=&apos;https://www.davidmello.com/ecobee-2-years-hands-on-review/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[Automated database testing with Nightwatch.js]]>
            </title>
            <description>
                <![CDATA[When to use automated database testing Sometimes the most effective way to validate the pass or fail criteria of automated tests written in…]]>
            </description>
            <link>
            https://www.davidmello.com/database-testing-with-nightwatchjs/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/database-testing-with-nightwatchjs/
            </guid>
            <pubDate>
                Mon, 10 Feb 2020 00:00:00 GMT
            </pubDate>
            <encoded>
                When writing automated browser tests at the UI using frameworks like Selenium or Nightwatch.js it can be useful to validate your front-end interactions cause the desired changes in the backend database. This tutorial will show you how to use Nightwatch to write database tests against SQL databases. &lt;a href=&apos;https://www.davidmello.com/database-testing-with-nightwatchjs/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[Yale smart door lock installation review]]>
            </title>
            <description>
                <![CDATA[I installed my  Yale assure smart door lock  over a year ago with healthy skepticism, but the lock has been working without issues for over…]]>
            </description>
            <link>
            https://www.davidmello.com/yale-smart-door-lock-installation/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/yale-smart-door-lock-installation/
            </guid>
            <pubDate>
                Sun, 02 Feb 2020 00:00:00 GMT
            </pubDate>
            <encoded>
                The Yale smart lock I installed and reviewed a year ago is still the best smart door lock in 2020 in my opinion. See why as I cover installation and operation with Alexa in my post. &lt;a href=&apos;https://www.davidmello.com/yale-smart-door-lock-installation/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[Nooie aurora smart light review]]>
            </title>
            <description>
                <![CDATA[The  nooie aurora smart LED bulbs  come in a 4 pack for around $56 dollars on Amazon which works out to $14 dollars per bulb. A similar bulb…]]>
            </description>
            <link>
            https://www.davidmello.com/nooie-aurora-smart-light-review/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/nooie-aurora-smart-light-review/
            </guid>
            <pubDate>
                Mon, 27 Jan 2020 00:00:00 GMT
            </pubDate>
            <encoded>
                The nooie aurora smart LED light bulb may be a solution for color controlled smart lights and a competitor to Philips Hue. &lt;a href=&apos;https://www.davidmello.com/nooie-aurora-smart-light-review/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[Automated web accessibility testing with Nightwatch.js and axe]]>
            </title>
            <description>
                <![CDATA[Web Content Accesibility Guidelines and the ADA Testing for compliance with web content accessibility guidelines or WCAG is becoming…]]>
            </description>
            <link>
            https://www.davidmello.com/accessibility-testing-with-nightwatchjs/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/accessibility-testing-with-nightwatchjs/
            </guid>
            <pubDate>
                Mon, 20 Jan 2020 00:00:00 GMT
            </pubDate>
            <encoded>
                There are quite a few web accessibility testing tools out there, but I thought I&apos;d see if any could fit in with my existing automated Nightwatch tests. &lt;a href=&apos;https://www.davidmello.com/accessibility-testing-with-nightwatchjs/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[How to fix an unresponsive Unifi Cloud Key]]>
            </title>
            <description>
                <![CDATA[In general , I've been very happy with my  Unifi cloud key  for managing my Unifi network, but there have been 2 occasions over the past…]]>
            </description>
            <link>
            https://www.davidmello.com/unifi-cloud-key-fix/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/unifi-cloud-key-fix/
            </guid>
            <pubDate>
                Fri, 17 Jan 2020 00:00:00 GMT
            </pubDate>
            <encoded>
                If your Unifi cloud key has a white led, is unresponsive, or hanging at login read on to learn how to fix it. &lt;a href=&apos;https://www.davidmello.com/unifi-cloud-key-fix/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[TP Link HS200 wifi smart switch installation with kasa]]>
            </title>
            <description>
                <![CDATA[To turn on and off my outside lights on a schedule I started with a simple GE switch with built in digital timer that you had to set by…]]>
            </description>
            <link>
            https://www.davidmello.com/tplink-kasa-light-switch-hs200/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/tplink-kasa-light-switch-hs200/
            </guid>
            <pubDate>
                Thu, 16 Jan 2020 00:00:00 GMT
            </pubDate>
            <encoded>
                If you are tired of telling your kids to shut off the lights or like flexible outdoor light scheduling smart light switches are for you. &lt;a href=&apos;https://www.davidmello.com/tplink-kasa-light-switch-hs200/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[Securing your IoT devices with Ubiquiti VLANs]]>
            </title>
            <description>
                <![CDATA[Firewalls protect you from unsolicited connections from outside your network into your private network. The problem arises when a trusted…]]>
            </description>
            <link>
            https://www.davidmello.com/secure-iot-with-ubiquiti-vlan-firewall-rules/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/secure-iot-with-ubiquiti-vlan-firewall-rules/
            </guid>
            <pubDate>
                Tue, 14 Jan 2020 00:00:00 GMT
            </pubDate>
            <encoded>
                IoT or smart home devices such as lights, plugs, and security cameras haven&apos;t had to best track record for security so before you let them in behind your firewall let&apos;s look at how to secure them using VLANs. &lt;a href=&apos;https://www.davidmello.com/secure-iot-with-ubiquiti-vlan-firewall-rules/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[Review and installation of TP-Link KL430 smart light strip]]>
            </title>
            <description>
                <![CDATA[My office is  way too dark  and some recently added cabinets didn't help. I wanted to add strip lighting under the cabinets or behind the TV…]]>
            </description>
            <link>
            https://www.davidmello.com/tp-link-kl430-light-strip/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/tp-link-kl430-light-strip/
            </guid>
            <pubDate>
                Mon, 13 Jan 2020 00:00:00 GMT
            </pubDate>
            <encoded>
                I needed some under cabinet lighting that didn&apos;t require a switch so I gave this TP-Link KL430 smart light strip a try. &lt;a href=&apos;https://www.davidmello.com/tp-link-kl430-light-strip/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[Getting started with NightwatchJS]]>
            </title>
            <description>
                <![CDATA[I've been looking at newer browser automation frameworks that might also be written in NodeJS and Nightwatch was a match. So far I've found…]]>
            </description>
            <link>
            https://www.davidmello.com/nightwatchjs-getting-started/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/nightwatchjs-getting-started/
            </guid>
            <pubDate>
                Sun, 12 Jan 2020 00:00:00 GMT
            </pubDate>
            <encoded>
                I&apos;ve been looking at newer browser automation frameworks that might also be written in NodeJS and Nightwatch was a match. &lt;a href=&apos;https://www.davidmello.com/nightwatchjs-getting-started/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
        <item>
            <title>
                <![CDATA[Getting faster iPhone and iOS Wi-Fi speeds with Unifi UAP-AC-HD access point]]>
            </title>
            <description>
                <![CDATA[Over the winter break I got to spend some quality time with my electronics. I noticed that transferring large files from my NAS using my…]]>
            </description>
            <link>
            https://www.davidmello.com/ubiquiti-access-point-speed-tuning-for-iphone-and-ios/
            </link>
            <guid isPermaLink="false">
                https://www.davidmello.com/ubiquiti-access-point-speed-tuning-for-iphone-and-ios/
            </guid>
            <pubDate>
                Fri, 10 Jan 2020 00:00:00 GMT
            </pubDate>
            <encoded>
                I realized my iPhone and iPad didn&apos;t seem to be transferring large files very fast so I set out to see if upgrading my Ubiquiti access point would help. &lt;a href=&apos;https://www.davidmello.com/ubiquiti-access-point-speed-tuning-for-iphone-and-ios/&apos;&gt;Continue reading&lt;/a&gt;
            </encoded>
        </item>
    </channel>
</rss>
