<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[My Test-Driven Journey]]></title><description><![CDATA[From beginner to QA — sharing what I learn along the way]]></description><link>https://my-test-driven-journey.hashnode.dev</link><image><url>https://cdn.hashnode.com/res/hashnode/image/upload/v1593680282896/kNC7E8IR4.png</url><title>My Test-Driven Journey</title><link>https://my-test-driven-journey.hashnode.dev</link></image><generator>RSS for Node</generator><lastBuildDate>Thu, 18 Jun 2026 04:27:47 GMT</lastBuildDate><atom:link href="https://my-test-driven-journey.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Here I go...]]></title><description><![CDATA[“I hear and I forget. I see and I remember. I do and I understand,” Confucius once said. After one and a half years of school, it was time to put things into practice. Learning by doing.
I had the pri]]></description><link>https://my-test-driven-journey.hashnode.dev/here-i-go</link><guid isPermaLink="true">https://my-test-driven-journey.hashnode.dev/here-i-go</guid><dc:creator><![CDATA[Hanna Klingenberg]]></dc:creator><pubDate>Fri, 05 Jun 2026 13:57:20 GMT</pubDate><enclosure url="https://cdn.hashnode.com/uploads/covers/69ca9bfe9fffa7474044d77f/81b8271f-4c5b-42e6-a1c8-24a91d7a30f2.jpg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>“I hear and I forget. I see and I remember. I do and I understand,” Confucius once said. After one and a half years of school, it was time to put things into practice. Learning by doing.</p>
<p>I had the privilege of doing my internship at Qlik in Lund, a company that develops software for collecting, organizing, and drawing insights from data. Finally, I was going to see how things are done in the “real world”.</p>
<p>I soon discovered two things:</p>
<ol>
<li><p>Things are exactly like I’ve been taught.</p>
</li>
<li><p>Things are nothing like I’ve been taught.</p>
</li>
</ol>
<p>How can those coexist?</p>
<p>Well both can be true at the same time. The basic meaning of testing was the same — the thinking behind it and the way we talked about it. The ways of working, however, were different. But then again, in school we were always told that there are as many ways of testing as there are companies — or maybe even testers.</p>
<p>I noticed that what I enjoyed the most was trying to think like the end user — what they need, what might confuse them, and what could improve their experience. After all, if it’s not working in a way that feels intuitive for them, what’s the point?</p>
<p>But I was afraid to step into actual coding. Writing automated tests felt like a huge step and something I wouldn’t manage. I did some, but in hindsight I wish I had had more courage. After all, I was there to learn.</p>
<p>Talking about learning, I also struggled with finding the balance between trying to figure things out on my own and not waiting too long before asking for help. I often found myself trying to solve things independently, but also learning when it was better to just reach out.</p>
<p>Looking back, I realized I had actually picked up quite a lot of test theory during my studies — more than I gave myself credit for at the time. It didn’t feel complete yet, but it was there in the background, helping me make sense of things.</p>
<p>Pretty quickly, I started to feel like I had made the right choice. There was something about testing that just made sense to me, and Qlik was a perfect place to discover that.</p>
<p>After the internship, I stayed at Qlik and worked over the summer. A few months of actually working with testing. I loved it — now I just had to find a more long-term job.</p>
<p>In this point in time i still didn't know how hard it would be</p>
]]></content:encoded></item><item><title><![CDATA[Back to school]]></title><description><![CDATA[Still, I wasn’t completely sure if I was on the right path, but that autumn I started my studies. Suddenly, I was a student again and everything felt new. Scary, but exciting. I now realize that I sho]]></description><link>https://my-test-driven-journey.hashnode.dev/back-to-school</link><guid isPermaLink="true">https://my-test-driven-journey.hashnode.dev/back-to-school</guid><dc:creator><![CDATA[Hanna Klingenberg]]></dc:creator><pubDate>Tue, 19 May 2026 13:13:46 GMT</pubDate><enclosure url="https://cdn.hashnode.com/uploads/covers/69ca9bfe9fffa7474044d77f/68aaed26-e226-4e4e-b24b-a2401ddd0510.jpg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Still, I wasn’t completely sure if I was on the right path, but that autumn I started my studies. Suddenly, I was a student again and everything felt new. Scary, but exciting. I now realize that I should have written this while still in school because it is hard to summarize but if I were to paint with very broad strokes, the education was mainly about three things.</p>
<p><strong>Testing</strong></p>
<p>I recently heard someone explain software testing as a detective job for computers, and I agree — almost. The difference is that these detectives start their work before a “crime” has even been committed. They both prevent and investigate. What can go wrong here, what mistakes are likely to happen, and is there a way to prevent them? If a crime is still committed, how can I help the police to solve it, and what information can I find for them? I loved that part of the studies — trying to step into the mind of the person using a product and see how it could be the best possible for them. I also loved finding these silly bugs that just made no sense at all.</p>
<p>We talked about why, what, and when to test. Waterfall and Agile, functional and non-functional testing, and test heuristics among many other things.</p>
<p>I learned about thinking and talking like a tester, test strategies, test plans, test cases, test charters, reporting, and so much more.</p>
<p>This resonated with something in me. I really enjoyed it and thought that I was on the right track. While this part made sense… another didn’t...</p>
<p><strong>Programming</strong></p>
<p>The part that scared me. Sure, I completed the basic prep course, but I never had that “aha” moment I thought was supposed to come. I still struggled with everything but the simplest tasks. Bigger projects towered over me like a mountain, and I became afraid of taking that first small step.</p>
<p>It got a little bit easier when I came across the concept of pseudocode. The practice of creating an overall picture of what the code was supposed to do before going into the details. This combined with the realization that code is rarely written from the top down, I could start with the bits and pieces I actually knew how to write and build from there helped me take those first steps.</p>
<p>And also, I began to understand that Googling the parts I didn’t know wasn’t cheating. I’m not supposed to know everything by heart — maybe no one does.</p>
<p>I managed, but programming never became the favorite part of my education.</p>
<p>The last thing that was gonna wrap it all together was the internship...</p>
]]></content:encoded></item><item><title><![CDATA[So how did I end up here?]]></title><description><![CDATA[After almost 15 years of working as a teacher I needed to make a career change. I started looking around, did some online tests and talked to friends and family in the tech field. Slowly but surely "S]]></description><link>https://my-test-driven-journey.hashnode.dev/so-how-did-i-end-up-here</link><guid isPermaLink="true">https://my-test-driven-journey.hashnode.dev/so-how-did-i-end-up-here</guid><dc:creator><![CDATA[Hanna Klingenberg]]></dc:creator><pubDate>Thu, 16 Apr 2026 12:55:09 GMT</pubDate><enclosure url="https://cdn.hashnode.com/uploads/covers/69ca9bfe9fffa7474044d77f/286e8c78-e588-4d09-8dfc-8a530edd8573.jpg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>After almost 15 years of working as a teacher I needed to make a career change. I started looking around, did some online tests and talked to friends and family in the tech field. Slowly but surely "Software tester" rose to the top as my number one choice.</p>
<p>So I found a two-year-long online studies but before applying I had to take a basic course in programming. I’m of that age where that wasn’t something everyone did in school.. This is where I started questioning my choice. I thought that programming was writing code from top to bottom and knowing what to write all the time. I wouldn't quite believe it when people said that they are still googling after 20+ years programming and that a program is written in bits and pieces. I was waiting for that coin to drop that would make me automatically know everything. It never came, and probably never will. But stubborn as I am I stuck it out and made it through.</p>
<p>Now I was supposed to be ready for the "real thing".</p>
]]></content:encoded></item><item><title><![CDATA[Why I Started My Test-Driven Journey]]></title><description><![CDATA[“Turns out, becoming a QA professional isn’t just about finding bugs — it’s about learning, experimenting and figuring things out along the way.”
After my studies to become a software tester, I quickl]]></description><link>https://my-test-driven-journey.hashnode.dev/why-i-started-my-test-driven-journey</link><guid isPermaLink="true">https://my-test-driven-journey.hashnode.dev/why-i-started-my-test-driven-journey</guid><dc:creator><![CDATA[Hanna Klingenberg]]></dc:creator><pubDate>Mon, 30 Mar 2026 17:04:02 GMT</pubDate><enclosure url="https://cdn.hashnode.com/uploads/covers/69ca9bfe9fffa7474044d77f/eff3b859-adfc-40a7-aa18-dd3f1da9e854.jpg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>“Turns out, becoming a QA professional isn’t just about finding bugs — it’s about learning, experimenting and figuring things out along the way.”</p>
<p>After my studies to become a software tester, I quickly realized that learning doesn’t stop at graduation — and honestly, that’s part of the fun. There’s still so much to figure out: how to turn theory into practice, think like a QA professional, and improve step by step. This blog, <em>My Test-Driven Journey</em>, is my space to share what I stumble upon along the way — the challenges, the experiments, and the small wins that make the journey feel worth it. I’ll write about testing, coding experiments, new ways of thinking and the mindset behind quality, all as I navigate my path from beginner to QA, while learning and trying to enjoy each step instead of chasing perfection from day one.</p>
<p>Before I get into where I am today, I’ll share a few short posts about how I got here. Just the key steps, not the full details — enough to set the scene for the journey.</p>
<p>Follow along if you like — here I go!</p>
]]></content:encoded></item></channel></rss>