Suche
Beiträge, die mit Testing getaggt sind
#Blog rewind, part 2!
This is the post that seemed to have the most views, possibly it's one of my most dev-centric and it solved an issue for, I suspect, many people
Enjoy!
#SoftwareTesting #Automation #Testing #SoftwareDevelopment
https://responsibleautomation.wordpress.com/2023/07/13/i-did-it-ui-automator-viewer-running-on-a-current-java-version/
This is the post that seemed to have the most views, possibly it's one of my most dev-centric and it solved an issue for, I suspect, many people
Enjoy!
#SoftwareTesting #Automation #Testing #SoftwareDevelopment
https://responsibleautomation.wordpress.com/2023/07/13/i-did-it-ui-automator-viewer-running-on-a-current-java-version/
I Did It! UI Automator Viewer Running On A Current Java Version
I did a thing! I made Android Studio’s UI Automator Viewer run on Java 20! Some of you might be saying, “Duh, doesn’t everyone already do that?”. I don’t know the answer to that question, but based…Responsible Automation
#Blog rewind!
As a surprise to me, my most-read blog post during 2024, was not the one I expected; that's probably due to this specific post being reposted evelopment website. Here's that post!
#SoftwareTesting #Automation #SoftwareDevelopment #Testing
https://responsibleautomation.wordpress.com/2018/02/01/heresy-ii-comments-are-code/
As a surprise to me, my most-read blog post during 2024, was not the one I expected; that's probably due to this specific post being reposted evelopment website. Here's that post!
#SoftwareTesting #Automation #SoftwareDevelopment #Testing
https://responsibleautomation.wordpress.com/2018/02/01/heresy-ii-comments-are-code/
Heresy II – Comments Are Code
I hold an unpopular stance: code comments are as important as the code itself. OK, maybe that’s a little overstated, but I maintain that code comments are critical to code readability and maintaina…Responsible Automation
#Blog rewind!
As a surprise to me, my most-read blog post during 2024, was not the one I expected; that's probably due to this specific post being reposted evelopment website. Here's that post!
#SoftwareTesting #Automation #SoftwareDevelopment #Testing
https://buff.ly/2EjR5lc
As a surprise to me, my most-read blog post during 2024, was not the one I expected; that's probably due to this specific post being reposted evelopment website. Here's that post!
#SoftwareTesting #Automation #SoftwareDevelopment #Testing
https://buff.ly/2EjR5lc
Heresy II – Comments Are Code
I hold an unpopular stance: code comments are as important as the code itself. OK, maybe that’s a little overstated, but I maintain that code comments are critical to code readability and maintaina…Responsible Automation
I guest-blogged to update this article on "How to test your Unmanaged Django Model in the year 2024". (The original article was written for Django 1.2 in 2010). Let me know what you think about this approach.
https://www.caktusgroup.com/blog/2010/09/24/simplifying-the-testing-of-unmanaged-database-models-in-django/
#Django #Python #testing #blog
https://www.caktusgroup.com/blog/2010/09/24/simplifying-the-testing-of-unmanaged-database-models-in-django/
#Django #Python #testing #blog
Simplifying the Testing of Unmanaged Database Models in Django (Updated for Django 4.2 in 2024)
This blog post explains how to simplify the testing of unmanaged database models in Django 4.2. It addresses the challenges of testing unmanaged models and provides a solution using the `IS_MANAGED` flag to control table creation during testing.Tobias McNulty (Caktus Group)