Testing automation by Robo Test
Robo Test Crawl Graph To ensure high quality, code review remains the most important. I carefully inspected my codes and revised them. For every small revision, I compiled the codes, and launched the app to test right away. The repetitive process of write code, test, write code, test,... has been necessary since the dawn of programming. For one day of coding work, that repetitive process can go on for dozens of times. The programmers' own testing remains the most critical because in many cases only they can see the quality of the codes. Now with the advancement of technology, there have been automation facilities available on the market. The market has reached a point that the basic use of such facilities is available for free of charge. In my case, I use Google Firebase Robo Test for an additional layer of testing. The Robo Test facility is Cloud-based. It lets me select one or more specific physical or virtual devices to run m...