Research and Implementation of the Document-Oriented Database Test Methods for GIS Applications

Jie Li,Zhuo Liu,Chunxiao Xing,Yong Zhang,Chao Li
DOI: https://doi.org/10.1109/WISA.2013.8
2013-01-01
Abstract:Geographic information system is more and more widely used in our daily lives, it plays an increasingly important role in transportation, urban planning, and resource management. An effective testing method is required to ensure the correctness. At the same time, MongoDB can provide applications with lightweight scalability and high-performance data storage solutions. This paper uses CppUnit unit testing tool to test GIS applications read and write operations interface whose data is distributed in MongoDB. Based on CppUnit unit testing framework, we design the GIS application interface testing framework. Writing GIS application interface functions with the idea of Test-Driven development. Then we generated 500 million test data by the coordinate pan with the Beijing area MapInfo data and doing a detailed functional test for GIS interface.
What problem does this paper attempt to address?