Good news, I have changed my testing framework to use ChromeDriver rather than HTMLUnit. HTMLUnit didn't cut it, and rather than going back to phantomJS — which hasn't been updated in quite a while — I decided to do the right thing ™. The only downside: there is currently no way to filter. I know … Continue reading Testing with ChromeDriver
Category: Automation
Bad Data – Prevention & other Aspects
Someone asked me the other day: if I cannot currently run tests to improve data quality, is there anything else I can do to make my data better? Now there's a good question! The obvious, easy, and somewhat lame answer is: well, why can't you run tests? You'd be able to catch and prevent, like, … Continue reading Bad Data – Prevention & other Aspects
Useful Data Elements
Every one of us has a bag full of little tricks that they carry with them. The bag contains knowledge, ideas that we developed with or for customers, snippets of code, pieces of architectural blue prints, and much more. This blog, every now and again, empties the bag onto the floor and explains some of … Continue reading Useful Data Elements
The 2 Faces of the Audience Manager – Analytics Integration
So here you are, wondering. Your friendly marketer has told you to add a new tool to the toolbox — Adobe Audience Manager. She told you that you have to implement some code for it to work. You checked the help site and came away none the wiser. Let me help you. There are currently … Continue reading The 2 Faces of the Audience Manager – Analytics Integration
Automated Testing – Blocking Tracking
One more on automated testing, if you allow me. Yesterday evening (i.e. on July 17th, as this post is scheduled to go live on the 18th), I will hopefully have updated the test framework on github. There are two big changes in this new version, and those to have to be explained. I swapped out … Continue reading Automated Testing – Blocking Tracking
Debugging 2017.07
5 months ago I jokingly decided to put versions into the titles of articles about debugging. I seem to be wiser than I think I am... This article is about the "Adobe Experience Cloud Debugger" Chrome extension, a replacement for a bunch of other debuggers and extensions, and for some, maybe even for Charles. The … Continue reading Debugging 2017.07
Data Quality at the Adobe Summit
This year, I had the opportunity to run a hands-on lab about data quality at the Adobe Summit in Las Vegas, and I'll run the same lab again in London on the 10th. The lab was mainly about the test framework I also write about here a lot. My hope was that I could introduce … Continue reading Data Quality at the Adobe Summit
Automating Tests
[180418 - updated to reflect move to ChromeDriver] I feel like a fraud! For months — no! Years! — I have been writing about testing, more specifically automated testing. I have shared my Site Infrastructure Tests github, I have spoken about it at the Adobe Summit in London, and I have mentioned multiple times that … Continue reading Automating Tests
Wanna test? Mac Edition
[2018-04-13 - update - this article has been updated to use ChromeDriver] Yay! Testing! My beloved pet peeve! When I wrote the step by step article on how to set up for testing on Windows, I optimistically and somewhat dismissively wrote I am 100% sure you can easily show your friendly marketer how to do … Continue reading Wanna test? Mac Edition
Setting up for using the Reporting API – with R
I recently spent a very valuable two hours listening to Tim Wilson's introduction to R at the eMetrics Summit in Berlin. Given that when I last wrote about setting up for using the Reporting API, I ignorantly omitted R completely, and that Tim made it sound pretty easy, I shall try to remedy that mistake. … Continue reading Setting up for using the Reporting API – with R