this post was submitted on 24 Dec 2023
158 points (98.2% liked)
Technology
59038 readers
3057 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Ok, but you won't know your product is broken in certain ways unless it's tested in every possible ways imaginable and that's impossible to do. As a mechanical engineer you should know that, the end user will always find a way to incorrectly use the product you developed.
But we do though. Maybe not exactly test every possible scenario. Typically when we make a design decision we plan for the worst theoretical condition the part will be exposed to. Then we plan for 5-10 times that. Think about the cost and effort added to everything with that level scrutiny. We design for fringe cases. That’s the point I’m trying to make. It’s insane to me that because it’s software, companies get a free pass on that level of scrutiny. As software takes over more car functions that becomes more concerning. It’s bullshit that I’m part of their beta test.
You'll probably never test every possible way that a user might interact with a given piece of software, but for embedded control software, like what's responsible for managing charging and starting the car, it literally is quite feasible to test every possible input and use case.