There is also a big difference in how these new devices interact -- they talk to each other in non trivial ways (e.g. watch <--> iphone). Now instead of QAing O(n) feature, you need to QA O(n^2) feature interactions. This is hard to scale and maintain
Comments
There is also a big difference in how these new devices interact -- they talk to each other in non trivial ways (e.g. watch <--> iphone). Now instead of QAing O(n) feature, you need to QA O(n^2) feature interactions. This is hard to scale and maintain