Hi Karla!
Nov 1, 2019, 5:48 AM
Hi Karla! 👋Happy you liked it! 🤗You’re right, I definitely should update the article, will do! 👍Thanks for the feedback, cheers! 🍻
A Path to CI / CD Nirvana in iOS
Sep 12, 2019, 5:04 AM
For many companies, testing and releasing are still very blurry processes, which don’t seem to work as they should. Testing is mostly manual, slow and error-prone. Releasing is usually also manual and slow, making its frequency hard to...
Hi Maxim, I am glad you liked it!
Aug 27, 2019, 7:07 AM
Hi Maxim, I am glad you liked it! 🤗Those are valid questions and here are my answers:Yes, “.storage” is something that is generated by the Mirror and that we are removing as it doesn’t bring any value! 👍This question already came up once...
Hi Artem!
Aug 22, 2019, 3:41 PM
Hi Artem!Indeed, SBTUITestTunnel definitely looks like one of many other alternatives! 👍However, there are a couple of things I would point out:1. It doesn’t look like a widely adopted library, I’m not sure if I would risk having my...
UI Testing in iOS - Robot Pattern
May 3, 2019, 9:31 AM
Most of the time, UI Testing gets abandoned because it becomes harder to maintain over time and one reason for that is: readability. We also tend to forget that UI tests should not only serve the purpose of verification but provide...
Thanks, Kyle, I am thrilled you like it!
May 3, 2019, 7:27 AM
Thanks, Kyle, I am thrilled you like it! 😃 Feel free to share with your network if you think it is worth reading 👍Surrounding with #if DEBUG is definitely the way to go, I’m wondering why it’s not there actually… 🤔Hahaaa you are catching...
Hi there!
Apr 23, 2019, 8:16 AM
Hi there! 👋I’m glad you liked it! 😃Regarding VoiceOver, that is a very interesting use case you got there! I’m not sure I can answer it with much confidence though, as I haven’t had the chance to play around with it yet… However, what I...
Thanks a lot Kyle! Very much appreciated!
Apr 19, 2019, 12:37 PM
Thanks a lot Kyle! Very much appreciated! 😃I always try to keep it enthusiastic (mostly throughout oral expressions as well as emojis). After all, a reader is investing his time so, better make good use of it! 👍Cheers! 👋
UI Testing in iOS - Generating Accessibility Identifiers using Reflection
Apr 18, 2019, 5:20 AM
One of the most annoying things about UI Testing in iOS is the need to assign Accessibility Identifiers to views that are hard to access otherwise. Could be that a view is deeply nested, or that it is not easily distinguishable from other...