Bug 1562386 Comment 9 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

An idea to check if the code using system APIs works is to simply wrap the system API to be able to replace it with a testing implementation of pour own and under our control (a simulator) to exercise the code that is using this API.  But having an automated test that really checks if the system API works is way harder and will likely need to be done manually (I would be fine with manual testing). We could also write a smoke test entry for our QA, if reasonable (I'll ask around how exactly).
An idea to check if the code using system APIs works is to simply wrap the system API to be able to replace it with a testing implementation of our own and under our control (a simulator) to exercise the code that is using this API.  But having an automated test that really checks if the system API works is way harder and will likely need to be done manually (I would be fine with manual testing). We could also write a smoke test entry for our QA, if reasonable (I'll ask around how exactly).

Back to Bug 1562386 Comment 9