What is the most frequent source of general system issues that look like defects in your product's code?

What do you most frequently have to guard against in terms of general system configuration or changes causing what look like defects in your product’s code?

One frequent source of issues I can think of: the popup blocker whose activity is recorded BUT well-hidden in the status bar of the browser.

Also: changes to Windows security policies either from your IT department or through Windows system updates.

Anything else? Java updates, perhaps?

3 Likes

During the day, I work on a mobile app that gets data from a bluetooth device.
It’s always permissions.

In open-source, I’m a regular contributor to a messaging server.
It’s always DNS.

I’ve recently become a developer advocate for Maestro.
I’m excited to see what the new ‘always’ is!

3 Likes

integrations to other systems that might not be there or might be to the wrong versions and network errors outside our control.

I want to say Test data, but don’t really have a good example.

I would add the following points to this question :

  1. Black-listing of IP addresses on some network providers

  2. switching from Windows to Mac

  3. browsers - some issues are browser-specific

  4. device issue - especially in the case of Android devices for mobile applications, as every Android device manufacturer has modified the Android so which also causes issues some time