I just noticed my video from my presentation was released. This was the presentation that I did at #NativeScript Developer Day in Sept of 2016. The subject was Testing your NativeScript app and dealt with both Unit Testing and End to End testing. I saw a couple of "um" mistakes. I "um" need to… Continue reading NativeScript Testing: Developer Days Video
Month: October 2016
NativeScript Testing: End to End
I got to give a talk on NativeScript testing to a great group of people at NativeScript Developer Days. Despite my silly technical problems at the beginning, we managed to get back on track and I was able to present all the critical information that was needed to get everyone up and running. I… Continue reading NativeScript Testing: End to End
NativeScript: iOS and xCode 8 the wonderful world of breaking changes
For those who have upgraded to the all new xCode 8, you may have noticed some of the plugins breaking... The biggest breaking change in NativeScript and xCode 8 is now things deep down in the ObjC runtime that used to be a function call are now a property. So, for example let say you… Continue reading NativeScript: iOS and xCode 8 the wonderful world of breaking changes