Hi all, this is gonna be a Philosophical Reflection / Dilemma or how you wanna call it. I just write here as I was not sure where to post something like this.
I have realize lately that even in the most connected world in History I live in a Bubble and I guess that can be the case for some others. I clarify below:
I have been working as a Software Tester for the last 6 years for the Automotive branch. So basically I test the software that is installed in the different car modules also called ECUs. I tested Infotainment applications, autonomous driving and in my last position I test pneumatic suspension control.
Well, for personal circumstances I wish to change my Job and I am trying to continue as a Software Tester but for some other field like Web / APIs or Apps. Thatās why I am here and thatās why I am learning how those other field work!!
So I realize my last 6 years I have been living on a Bubble. For the little I have investigated I realize that, when testing for example Webs, it is quite important how bug tickets are wrote, how test steps must be so specifically defined, how specific tools for traceability, measure of the test progress are important.
In my experience this is not so important in the Automotive as the setting up of the environment takes half of the time. I mean when you have a car you have a bunch of different modules connected in a network that communicates with each other. So basically the module you are testing receives inputs and send outputs to the network (CAN bus, LIN, ā¦).
This makes the setting up of the environment so important. As If I want to test one of the modules I could do it with the real car. But this is expensive and also could be that the rest of the modules are still in development. So, normally I have a simulation setup that simulates the rest of modules that I am not testing which send info through the network to the module that I am testing. Setup that also makes automation possible.
So basically a testbech with a bunch of cables, 12V power supply, a real module and a framework that simulates the rest of the car is quite normal thing in Automotive, and as you can Imagine, setting up all that stuff takes time and use to fail from time to time.
However for testing webs or apps, a laptop can be the only piece of hardware you need. For this reason, I am yes living on a Bubble. Do you also live in a Bubble?..