The Engineer of What?
Blog Archive
Blog Archive
3 articles since April 11th, 2018.
-
Improving Website Security with Netsparker
Article | April 15th, 2019
By Nathan Westfall
automate, automation, builds, cloud, devops, git, netsparker, npm, security, server, testsIn your DevOps pipeline, don't forget about security. You can now easily add it to any pipeline to verify that you are protecting yourself and your code.
-
Getting Started with Azure DevOps
Article | November 13th, 2018
By Nathan Westfall
azure, backlog, code, coding, commits, development, devops, git, microsoft, pipelines, planning, productivity, release, technologyLet’s talk about Azure DevOps! We’ll discuss the new and improved tools that are part of Azure DevOps. You'll learn how to deliver value faster to your users. Any language, platform, and cloud. Connect to GitHub or any other Git provider for CI/CD.
-
Introduction to Mobile UI Automation Testing with Appium
Article | April 11th, 2018
By Nathan Westfall
appium, automation, mobile, qa, testing, ui, xamarinAs a developer unit tests are easy. We write logic all the time so writing more logic to test it comes natural. What happens though as a mobile developer when I need to test my UI on actual devices across many form factors? How do you write UI tests? Why write UI tests? Which framework do I need to use? How do I automate my UI tests on physical devices?
Appium (http://appium.io/) is an open source test automation framework to use with native, hybrid, and mobile web apps that will work on iOS, Android and Windows. It doesn't matter if you are writing native swift/java or using Xamarin Forms. You can use the same UI automation framework.