DOI QR코드

DOI QR Code

Integration Testing Approach using Usage Patterns of Global Variables

  • Published : 2012.04.26

Abstract

Global variables can be read or modified by any part of the program, making it difficult to remember or reason about every possible use. Sometime it has tight couplings between some of other variables, and couplings between variables and functions. The main focus of this paper is to use call graph and the control flow analysis to design a model from where we generate the test cases for testing global variables.

Keywords