Do your testing environments match?
You have to specify which exact environment the team checked your bug in.
It is supposed that the environment of a reproducing bug was stated in the description of it. Therefore, you have to double check whether your colleague who’s trying to reproduce the bug is using the same platform to do it (browser, device, operating system, screen resolution, of course if we’re talking about an environment-specific bug) as you did.
As an example, we once had a case when our tester reported a bug that could only be reproduced on iPhone 6 but no other versions. That’s why he specified the particular environment in the bug report description. A developer who had to process that bug report didn’t pay attention to the fact that the bug can only be seen on a specified device. Since he only had an iPhone 7 near him, he couldn’t reproduce the reported issue. Only after we double checked everything, the misunderstanding was finally solved: the bug that used to occur on iPhone 6 exclusively was found and fixed.
What type of Internet connection did you and the testing team use?
For the most part, such a question should be asked about device-associated bugs, because the type of Internet connection (wi-fi, 3G, 4G, etc.) can affect the performance of an application or site, so this information is really important and has to be clarified.
Although, it turned out this issue is not only relevant for Mobile. On one of our projects, we found an interesting bug: the online store did not display a map of post offices available for certain delivery methods. We discovered it when all were working from home due to the quarantine. The customer team could not reproduce the bug, for them it seemed as if everything was perfectly displayed. After a few discussions, we decided to put the bug under investigation. After a part of our team got back to the office work, we found that the bug can no longer be reproduced.
Since a part of employees continued working remotely, we managed to discover a fascinating fact. With the home internet connection, the bug went on reproducing, meanwhile in our office, where the connection was more stable, the post office map was displayed successfully, just like on the customer’s side. That’s when we decided to include the information on the internet connection type and its speed to the bug report. As you can see, the internet connection itself can be a reason for a bug, which in our case could lead to certain customers being unable to place their orders in that online store.