RISS 학술연구정보서비스

검색
다국어 입력

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.

변환된 중국어를 복사하여 사용하시면 됩니다.

예시)
  • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
  • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
닫기
    인기검색어 순위 펼치기

    RISS 인기검색어

      검색결과 좁혀 보기

      선택해제
      • 좁혀본 항목 보기순서

        • 원문유무
        • 원문제공처
        • 등재정보
        • 학술지명
          펼치기
        • 주제분류
        • 발행연도
          펼치기
        • 작성언어
        • 저자
          펼치기

      오늘 본 자료

      • 오늘 본 자료가 없습니다.
      더보기
      • 무료
      • 기관 내 무료
      • 유료
      • KCI등재

        맞춤된 COM 컴포넌트를 위한 효과적인 테스트 데이타 선정 기법과 적용사례

        윤회진(Hoijin Yoon),이병희(Byunghee Lee),김은희(Eunhee Kim),최병주(Byoungju Choi) 한국정보과학회 2004 정보과학회논문지 : 소프트웨어 및 응용 Vol.31 No.6

        컴포넌트 기반 개발에서 컴포넌트 사용자는 개발 목적에 맞추어 컴포넌트를 맞춤할 필요가 있다. 컴포넌트는 그 내부에 블랙박스특성을 갖는 부분과 화이트박스특성을 갖는 부분이 공존하고, 맞춤으로 인해 화이트박스 부분이 변형되며, 이때 발생하는 오류는 블랙박스 부분과 화이트박스 부분의 상호작용을 통해 나타나게 된다. 블랙박스 부분과 화이트박스 부분 사이의 통합 테스트인 맞춤 테스트를 위해서 새로운 테스트 기법이 요구된다. 또한 테스트 기법이 비용 절감 효과를 노리는 컴포넌트 기반 개발에 사용되기 위해서는 효율적인 테스트 데이타의 선정이 요구된다. 따라서 본 논문에서는 컴포넌트 아키텍쳐로COM(Component Object Model)을 대상 컴포넌트로 선정하고, 다양한 COM 컴포넌트들의 분석을 통하여 효율적인 테스트 데이타를 선정하는 맞춤 테스트 기법을 제안한다. 본 논문에서는 제안하는 기법이 선정하는 테스트 데이타가 오류 감지 능력에 있어서 효과적이라는것을 실험을 통해 평가한다. 또한 본 기법을 실제 대규모 컴포넌트 기반 시스템인 샤모아에 적용하는 예제를 수행함으로써, 본 기법이 컴포넌트 기반 시스템의 일원으로서 실제 동작하는 COM 컴포넌트의 맞춤을 테스트할 수 있음을 보인다. Component users must customize components they obtain from providers, in order to fit them to their own purposes. Normally, a component consists of black-box parts and white-box parts. Component users customize a component by modifying white-box parts of a component, and the customization faults appear through the interaction between black-box parts and white-box parts. Customization testing could be an integration testing of these two parts of a component. Also, customization testing in CBSD should select effective test data to reduce the testing cost, since CBSD aims to reduce the development cost. Therefore, this paper proposes a customization testing technique based on COM architecture through analyzing many COM components, and the technique selects effective test data. This paper evaluates the effectiveness of the test data selected by the proposed technique through an empirical study. It applies the technique to a large-scale component-based system, Chamois, and it shows that the technique enables us to test customized COM components that run in a real component-based system.

      • KCI등재

        CBSD에서의 컴포넌트 조립 테스트 기법

        윤회진(Hoijin Yoon),최병주(Byoungju Choi) 한국정보과학회 2002 정보과학회논문지 : 소프트웨어 및 응용 Vol.29 No.9·10

        An application in Component-Based Software Development (CBSD) is built by 'composing' two kinds of components; One is a component that is made by current developer himself, and the other is a component that is from other developments. We define the former as a 'White-box component' and the latter as a 'Black-box component.' The error from the composition can be said to be caused by interactions of Black-box components and White-box components. This paper proposes a new testing technique for composition errors, and applies the technique to Enterprise Java Beans component architecture. Our technique selects test cases by injecting a fault only into the specific parts of a White-box component. This specific parts for injecting a fault are selected by analyzing composition patterns, and lead to make our test cases have a good effectiveness. We show the effectiveness of our test cases through an experiment. Moreover, we also mention an automation tool for our technique. 컴포넌트 기반 소프트웨어 개발(Component-Based Software Development : CBSD)로 만들어진 소프트웨어는 현재 개발자에 의해 새로 만들어진 컴포넌트들과 재사용되는 컴포넌트들의 ‘조립’으로 이루어진다. 본 논문에서는 이들을 각각 화이트박스 컴포넌트와 블랙박스 컴포넌트로 정의한다. 따라서 컴포넌트 조립에 의한 오류는 소프트웨어를 이루는 블랙박스 컴포넌트들과 화이트박스 컴포넌트들의 상호작용에 의해 발생한다. 본 논문은 이러한 조립 오류들을 테스트하는 방법을 제안하고, 엔터프라이즈 자바빈즈 아키텍쳐에서의 컴포넌트 조립 테스트에 적용한다. 본 기법은 화이트박스 컴포넌트의 특정 영역에만 오류를 삽입하여 테스트 케이스를 선정한다. 오류가 삽입되는 특정 영역은 컴포넌트 조립의 패턴들을 분석하여 선정되며, 이는 본 기법의 테스트 케이스가 높은 효율성을 갖도록 한다. 본 논문에서는 테스트 케이스의 효율성을 실험을 통해 평가하며, 나아가 컴포넌트 조립 테스트 기법의 자동화 방안을 제안한다.

      • 컴포넌트 맞춤 오류를 위한 테스트 기법

        윤회진(Hoijin Yoon),최병주(Byoungju Choi) 한국정보과학회 2000 정보과학회논문지 : 소프트웨어 및 응용 Vol.27 No.2

        컴포넌트 맞춤(customization)으로 인해 변형된 ‘인터페이스 부분’과 ‘핵심기능 부분’의 상호작용에서 발생하는 오류를 효과적으로 테스트하기 위한 테스트 기법은 필요하다. 본 논문에서는 오류 삽입기법과 뮤테이션 테스트 케이스 선정 기법을 사용하여 컴포넌트 맞춤 테스트 기법을 제안한다. 컴포넌트의 인터페이스 가운데 맞춤 오류가 일어나는 곳에만 오류를 삽입하여, 맞추어진 컴포넌트와 오류가 삽입된 컴포넌트를 차별하는 테스트 케이스를 선정한다. 따라서 본 기법은 컴포넌트 맞춤에 의한 오류를 발견할 가능성이 높은 테스트 케이스를 선정할 수 있으며, 인터페이스 가운데 맞춤 오류가 일어나는 부분만을 테스트 대상으로 함으로써, 테스트 시간을 단축할 수 있다. The test technique for the failure caused by interaction between the customized interface and core function is necessary. We propose a component customization test technique by using the fault injection technique and the mutation test case selection technique. Our technique injects fault into where the customization failure may take place and selects the test case that differentiates the fault-injected component from the customized-component. Therefore, our test case has a good fault-detectability and can reduce the testing time by injecting a fault only into a place where the customization failure may take place in the interface.

      • UML 기반 콤포넌트 통합 테스팅

        윤회진(Hoijin Yoon),서주영(Jooyoung Seo),최정은(Jeungeun Choi),최병주(Byoungju Choi) 한국정보과학회 1999 정보과학회논문지(B) Vol.26 No.9

        객체 지향 소프트웨어 확장과 더불어 소프트웨어의 재사용성의 중요도가 부각되면서 소프트웨어르 코포넌트 단위로 구현하는 추세이다. 따라서 콤포넌트 기반의 소프트웨어 개발에서의 통합 테스트가 중요한 이슈로 떠오르고 있다. 그러나 콤포넌트들의 통합 테스트에 대한 연구는 미흡한 상태이다.<br/> 본 논문에서는 UML을 기반으로 체계적인 통합 테스트 모형을 제안하고, 나아가 본 논문에서는 "멀티미디어 정보처리 시스템"의 사례를 본 논문의 콤포넌트 통합 테스트 모형에 적용한 결과를 분석하여 기술한다. 콤포넌트 통합 테스트 모형은 UML(Unified Modeling Language)의 순서도(sequence diagram)와 협력도(collaboration diagram)를 이용하여 전체 시스템에서 UML의 사건흐름을 구성하는 콤포넌트들 사이의 인터페이스 영역에 존재하는 오류들을 추출한다. 그리고 UML을 기반으로 통합 테스트를 수행함으로써, 테스트 준비 작업을 줄이고, 기존의 UML 지원 도구들과 연계하여 테스트 자동화 도구의 구현을 앞당길 수 있다. 또한 시스템의 순차적 흐름 뿐 아니라, 동시에 수행되는 흐름에 대한 정보까지 모두 수용하여 테스트함으로써, 콤포넌트 기반의 분산 환경의 특성에 적합하다. As the object-oriented approach to software development becomes more mature, software development from pre-existing, independently developed components becomes an important aim of software engineering. Therefore, integration testing becomes an important aspect of component-based software development. However, there has been little work done in the area of the component-based integration testing.<br/> In this paper, we propose the "component integration test model" which is based on UML. Furthermore, we describe a case study on "Multimedia Information Processing System" conducted to analyse the result from which our model is applied. Our model extracts the faults, which exist in interfaces of components, using sequence diagram and collaboration diagram of UML(Unified Modeling Language). As our model is based on UML, the preparation effort for testing is reduced and its test-tools can be implemented more easily through linking existing UML tool. And our model accepts the information of concurrent flow represented by collaboration diagram as well as sequential flow, so it is more suitable to component-based distributed environment.

      • EJB 컴포넌트의 맞춤 테스트 기법

        윤회진(Hoijin Yoon),최병주(Byoungju Choi) 한국정보과학회 2001 정보과학회논문지 : 소프트웨어 및 응용 Vol.28 No.3

        ‘컴포넌트 기반 소프트웨어 개발’에서 컴포넌트 사용자는 컴포넌트 맞춤, 즉 컴포넌트를 특정 도메인 요구사항에 맞추는 작업, 을 반복적으로 수행함으로써, 소프트웨어를 개발한다. 따라서 컴포넌트 기반 소프트웨어 테스트의 주요 대상은 맞춤으로 변형된 컴포넌트에서 발생하는 오류이다. 본 논문에서는 엔터프라이즈 자바빈즈(Enterprise JavaBeans : EJB)를 기반으로 구체화된 EJB 컴포넌트 맞춤 테스트 기법을 개발한다. 본 기법은 EJB 컴포넌트의 인터페이스 가운데 맞춤 오류가 일어나는 곳에만 오류를 삽입하여, 맞추어진 컴포넌트와 오류가 삽입된 컴포넌트를 차별하는 테스트 케이스를 선정한다. 따라서 본 기법은 EJB 컴포넌트 맞춤에 의한 오류를 발견할 가능성이 높은 테스트 케이스를 선정할 수 있다. 또한 본 논문에서는 EJB 컴포넌트 맞춤 테스트 기법을 EJB 컴포넌트 맞춤에 적용한 사례를 보이고 이를 분석하여, 본 기법이 EJB 컴포넌트에 적용 가능한 것임을 보인다. In Component-Based Software Development, the component user develops a component-based software through the customization, which modifies component to fit into the domain-specific requirement, for each component repeatedly. So it is the error caused by component customization that component-based software testing mainly focuses. In this paper, we propose a component customization testing technique applicable to EJB component architecture. Our technique selects the test cases for the customization error by injecting a fault to the specific part of component's interface. So our test cases have high effectiveness for detecting customization errors. This paper also implements a case study for appling our technique to EJB component in order to show that our technique is applicable to EJB compoent.

      • KCI등재

        원개발자 부재에 따른 원시코드 기반의 단위테스트 노력 분석

        윤회진(Hoijin Yoon) 한국IT서비스학회 2012 한국IT서비스학회지 Vol.11 No.4

        Unit testing is one of the test levels, which tests an individual unit or a group of related units. Recently, in Agile Development or Safety-critical System Development, the unit testing plays an important role for the qualities. According to the definition of unit testing, it is supposed to be done by the developers of units. That is because test models for the unit testing refers to the structure of units, and others but its original developers hardly can understand the structures. However, in practice, unit testing is often asked to be done without the original developers. For example, it is when faults are revealed in customer sites and the development team does not exit any more. In this case, instead of original developers, other developers or test engineers take a product and test it. The unit testing done by a non-developer, who is not the original developer, would cause some difficulties or cause more cost. In this paper, we tests an open source, JTopas, as a non-developer, with building test models, implementing test codes, and executing test cases. To fit this experiment to practical testing situations, we designed it based on the practices of unit testing, which were surveyed through SPIN(Software Process Improvement Network). This paper analyzes which part of unit testing done by non-developers needs more effort compared to the unit testing done by original developers. And it concludes that Agile Development contributes on reducing the extra effort caused by non-developers, since it implements test codes first before developing source code. That means all the units have already included their own tests code when they are released.

      • 컴포넌트 기반 개발 개념을 활용한 테스트 프로세스 tailoring

        윤회진(Hoijin Yoon),최병주(Byoungju Choi) 한국정보과학회 2000 정보과학회논문지 : 소프트웨어 및 응용 Vol.27 No.12

        다양한 표준에 정의된 내용을 가지고, 각 도메인에서 사용할 수 있는 프로세스를 구축하는 일은 어렵다. 왜냐하면 표준의 어떤 부분을 어떻게 tailoring하여야 하는지에 대한 지침이 부족하기 때문이다. 사실 표준은 표준대로 존재할 뿐, 실제 프로세스 정의에는 제대로 사용되지 못하고 있다. 따라서 본 논문에서는 컴포넌트 기반 개발 개념을 이용하여 다양한 도메인에 맞게 프로세스를 tailoring하는 방법을 제안한다. 우선 테스트 프로세스를 언급하는 다양한 표준들로부터 테스트 프로세스 컴포넌트를 정의하고, 이들을 특정 도메인에 맞게 tailoring하기 위한 맞춤(customization), 조립(composition) 방안을 제안한다. 본 논문에서 제안한 방법은 테스트 프로세스 컴포넌트의 인터페이스만을 고려하고 주어진 플러그인들을 이용하여, 맞춤 · 조립만을 수행함으로써, 체계적으로 tailoring된 테스트 프로세스를 구축할 수 있도록 한다. It is difficult to build processes, which can be used directly in each domain, with varied standards. This is because not many written guides on how one can tailor the standards to a specific domain does not exist. So standards are hardly used for defining the process in reality. We therefore propose a tailoring method using the component-based development paradigm. To tailor the test process to a specific domain, we first define the test process component from the varied standards, then propose the customization and composition method for the specific domain. In our method, the user systematically builds a test process through the test process component customization and composition by only considering the interface of the component and using the provided plug-ins.

      • KCI등재

        An Efficiency Analysis on Mutation Operation with TSP solved in Genetic Algorithm

        Hoijin Yoon(윤회진) 한국컴퓨터정보학회 2020 韓國컴퓨터情報學會論文誌 Vol.25 No.12

        유전자 알고리즘은 명료한 방식으로 답을 찾기 어려운 문제, 즉 NP 문제의 경우 효과적인 솔루션을 찾을 수 있다. 단 유전자 알고리즘의 실행 비용은 기존 프로그래밍 방식에 비하여 높은 비용을 요구하게 되므로, 높은 성능의 실행환경을 전제로 한다. 이러한 문제를 조금이나마 줄여보기 위하여 본 연구는 유전자 알고리즘의 돌연변이 연산자를 초점을 맞추고, 돌연변이 연산의 복잡한 실행을 위한 비용을 고려하여, 과연 해당 연산자가 모든 문제 영역에서 반드시 요구될까를 분석하기 위한 실험을 진행한다. 우리 실험 주체는 유전자 알고리즘을 적용하는 대표적인 문제 중의 하나인 TSP(Travelling Salesman Problem)으로 하였다. 돌연변이 연산을 적용하는 경우와 적용하지 않는 경우에 대한 결과값들을 세대수와 적합도 값을 수집하여 분석한다. 그 결과 돌연변이 연산자를 적용하는 경우가 세대수 감소와 적합도 향상의 효과적인 결과를 반드시 보이지는 않았다. Genetic Algorithm(GA) is applied to a problem that could not figure out its solution in a straightway. It is called as NP-hard problem. GA requires a high-performance system to be run on since the high-cost operations are needed such as crossover, selection, and mutation. Moreover, the scale of the problem domain is normally huge. That is why the straightway cannot be applied. To reduce the drawback of high-cost requirements, we try to answer if all the operations including mutation are necessary for all cases. In the experiment, we set up two cases of with/without mutation operations and gather the number of generations and the fitness of a solution. The subject in the experiment is Travelling Salesman Problem(TSP), which is one of the popular problems solved by GA. As a result, the cases with mutation operation are not faster and the solution is fitter than the case with mutation operation. From the result, the conclusion is that mutation operation does not always need for a better solution in a faster way.

      • KCI등재

        상황정보 적응을 위하여 다형성을 이용한 SOA 웹서비스 구현 방안

        윤회진 ( Hoijin Yoon ) 한국인터넷정보학회 2008 인터넷정보학회논문지 Vol.9 No.5

        본 논문은 웹서비스로 구현되는 상황인식 어플리케이션에서 상황정보에 적응하는 방안으로서 다형성을 적용하여, 웹서비스 통합을 구현하고, 그를 통한 비용 감소의 효과를 보인다. 유비쿼터스 컴퓨팅의 대두로, 상황인식어플리케이션에 대한 관심이 높아지고 있으며, 그에 따른 상황정보 적응성 보장이 주요한 이슈로 등장하고 있다. 상황정보가 꾸준히 변화되어지고, 어플리케이션은 그 변화에 적응해야 하는데, 이때 보다 적은 비용으로 적응성을 해결하려고 하는 노력을 요구된다. 이는 최근 주목을 받는 서비스 기반 아키텍쳐를 통하여 웹서비스 기술을 보다 체계적으로 접근할 수 있다. 웹서비스로 구현되는 상황인식 어플리케이션의 경우, 서비스들의 통합 구현에 상황인식 적응성을 반드시 고려해야 하며, 나아가 보다 적은 비용으로 해결할 수 있는 방안을 요구하게 된다. 본 논문은 객체지향의 다형성 기술을 통하여, 통합 서비스를 구현하는 방안을 제안하고, 구체적인 웹서비스 구현을 분석하여, 제시한 통합 서비스 구현 방안이 적응성을 구현에 어느 정도 수행 코드 감소를 가져오는지를 보인다. This paper proposes an implementation of an orchestration service of web services, which work as context aware applications in Ubiquitous Computing. The proposed method aims to decrease the cost of adapting to the context changes. UC requires the context adaptation more than any other computing environments, and it works based on networks of various heterogeneous platforms. Web services on SOA could be one of the solutions for the requirements. This paper proposes the way how to implement an orchestration service of SOA to handle the context adaptation while keeping the performance high. We develops an implementation model of orchestration services of web services, and the model decreases the number of code lines of the orchestration service. This paper also shows a simple empirical study, and it also analyzes two different method implementing the polymorphism, overloading and overriding.

      • KCI등재

        상황정보의 확장성을 지원하는 상황정보 기반 컴포넌트 모델

        윤회진(Hoijin Yoon),최병주(Byoungju Choi) 한국정보과학회 2007 정보과학회 컴퓨팅의 실제 논문지 Vol.13 No.1

        상황정보기반 컴포넌트 모델은 상황인식 어플리케이션이 상황정보에 민감한 부분과 그렇지 않은 부분으로 구성된다는 아이디어에서 출발하여, 상황정보에 민감한 부분을 각 상황정보의 모습과 수행 조건에 따라 분할하고 각각을 소프트웨어 컴포넌트로 구성하는 모델이다. 본 모델은 상황인식 컴포넌트들을 조합하는 방식으로 어플리케이션을 구현함으로써, 상황인식 어플리케이션의 상황정보에 따른 확장성을 지원한다. 더불어 어플리케이션 소스코드 자체에 내재되어져 있는 상황정보를 어플리케이션 로직과는 분리시킴으로써, 변화하는 상황정보에 효율적으로 적응하도록 한다. 본 모델이 갖는 특성을 보이기 위하여, 대표적인 상황인식 어플리케이션의 하나인 Call-forwarding 어플리케이션 구현에 제안한 모델을 적용하고, 이를 통해 실제 상황정보 확장에 대한 지원과 상황정보의 분리를 어떻게 해결하는지를 분석한다. Since Context Driven Component model is based on the idea that a context-aware application consists of the components that are context sensitive and the components that do not depend on the context, it divides the context sensitive part into components according to which context information they are related to. The model supports the scalability of context information by building an application through composing Context Driven Components. Furthermore, it solves the embeddedness of context information inside the application logic. To show the contributions of the model, this paper applies it to Call-forwarding application, and analyses how the model supports the scalability and the embeddedness.

      연관 검색어 추천

      이 검색어로 많이 본 자료

      활용도 높은 자료

      해외이동버튼