• Title/Summary/Keyword: Object-Oriented Test

Search Result 119, Processing Time 0.023 seconds

Embedding Built-in Tests in Hot Spots of an Object-Oriented Framework (객체지향 프레임웍의 Hot Spot에 Built-in Tests를 내장하는 방법)

  • Shin, Dong-Ik;Jeon, Tae-Woong;Lee, Syung-Young
    • Journal of KIISE:Software and Applications
    • /
    • v.29 no.1_2
    • /
    • pp.65-79
    • /
    • 2002
  • Object-oriented frameworks need to be systematically tested because they are reused in developing many applications software. They also need additional testing whenever they are extended for reuse. Frameworks, however, have properties that make it difficult to control and observe the testing of the parts that were modified and extended. In this paper, we describe the method of embedding test components as BIT(Built-In Test) into the framework's hot spots in order to efficiently detect the faults through testing that occurred while implementing application programs by modifying and extending the framework. The test components embedded into a framework make it easy to control and observe testing the framework, and thereby improve the testability of frameworks. Test components designed by the method proposed in this paper can be dynamically attached and detached to/from hot spots of a framework without changes or intervention to the framework code.

A Computerized Neuropsychological Test System Using Multimedia and Object0oriented Technologies (객체지향과 멀티미디어 기술을 이용한 전산화 신경 심리 검사 시스템)

  • 안창범;김휴정;신진교;박준모;이성훈
    • Journal of Biomedical Engineering Research
    • /
    • v.20 no.5
    • /
    • pp.529-536
    • /
    • 1999
  • 임상적인 응용을 목적으로 하는 전산화 신경 심리 검사 시스템을 개발하였다. 개발된 시스템은 국소적 뇌기능 장애 진단에 뛰어난 14개의 검사록 구성되어 있으며 집중력·언어능력, 공간 및 도형 인지 능력, 기억력, 운동 집중 능력 등을 진단하게 된다. 개발된 시스템은 멀티미디어 객체지향개념에 의거하여 설계 구현되었고, 마이크로소프트 Windows 에 기반을 둔 그래픽 인터페이스를 채용하여 운용이 용이하도록 하였다. 또한 마우스와 터치스크린을 이용하여 피검사자로부터 입력을 손쉽게 받아들 일수 있도록 하였으며, 색체 단어검사, 범주화검사, 언어기억검사들을 한글화하여 검사의 효용성을 향상시켰다. 개발된 시스템을 정상인 그룹과 환자에 적용한 결과 뇌기능 장애 진단에 유용하게 사용될 수 있음을 확인할수 있었다.

  • PDF

Evolutionary Computing Driven Extreme Learning Machine for Objected Oriented Software Aging Prediction

  • Ahamad, Shahanawaj
    • International Journal of Computer Science & Network Security
    • /
    • v.22 no.2
    • /
    • pp.232-240
    • /
    • 2022
  • To fulfill user expectations, the rapid evolution of software techniques and approaches has necessitated reliable and flawless software operations. Aging prediction in the software under operation is becoming a basic and unavoidable requirement for ensuring the systems' availability, reliability, and operations. In this paper, an improved evolutionary computing-driven extreme learning scheme (ECD-ELM) has been suggested for object-oriented software aging prediction. To perform aging prediction, we employed a variety of metrics, including program size, McCube complexity metrics, Halstead metrics, runtime failure event metrics, and some unique aging-related metrics (ARM). In our suggested paradigm, extracting OOP software metrics is done after pre-processing, which includes outlier detection and normalization. This technique improved our proposed system's ability to deal with instances with unbalanced biases and metrics. Further, different dimensional reduction and feature selection algorithms such as principal component analysis (PCA), linear discriminant analysis (LDA), and T-Test analysis have been applied. We have suggested a single hidden layer multi-feed forward neural network (SL-MFNN) based ELM, where an adaptive genetic algorithm (AGA) has been applied to estimate the weight and bias parameters for ELM learning. Unlike the traditional neural networks model, the implementation of GA-based ELM with LDA feature selection has outperformed other aging prediction approaches in terms of prediction accuracy, precision, recall, and F-measure. The results affirm that the implementation of outlier detection, normalization of imbalanced metrics, LDA-based feature selection, and GA-based ELM can be the reliable solution for object-oriented software aging prediction.

Design and Implementation of a Scenario Composition Supporting Tool for Object-Oriented Integration Testing Using the Requirement Trace Table (요구사항 추적테이블을 이용한 객체지향 통합 테스트 시나리오 작성지원 도구의 설계 및 구현)

  • Choe, Sin-Hyeong;Han, Pan-Am
    • The KIPS Transactions:PartD
    • /
    • v.9D no.4
    • /
    • pp.651-658
    • /
    • 2002
  • This paper suggests the scenario composition supporting method, which can be used to perform integration test based on specification, and implemented a scenario composition supporting tool. To compose scenario for object-oriented integration testing, requirement specification, Process definition table and program to table relation diagram are used. In addition, requirement trace table is created. It can check user's requirements, quickly and exactly, dividing former three fables into the stages of requirement analysis, design, and test. The output of scenario composition supporting tool plays a guide part in composing scenario. This tool can reduce scenario composition effort of quality for the checking team and prevent an omission of requirement and input of errors during the test.

Transient Stability Analysis Based on OOP (객체지향기반 과도 안정도 해석)

  • Park, Ji-Ho
    • The Transactions of The Korean Institute of Electrical Engineers
    • /
    • v.57 no.3
    • /
    • pp.354-362
    • /
    • 2008
  • This paper presents the new method of power system transient stability simulation, which combines the desirable features of both the time domain technique based on OOP(Object-oriented Programming) and the direct method of transient stability analysis using detailed generator model. OOP is an alternative to overcome the problems associated with the development, maintenance and update of large software by electrical utilities. Several papers have already evaluated this approach for power system applications in areas such as load flow, security assessment and graphical interface. This paper applied the object-oriented approach to the problem of power system dynamics simulation. The modeling method is that each block of dynamic system block diagram is implemented as an object and connected each other. In the transient energy method, the detailed synchronous generator model is so-called two-axis model. For the excitation model, IEEE type1 model is used. The developed mothed was successfully applied to New England Test System.

Object-Oriented Software Regression Testing by Class Node Analysis (클래스 노드 분석에 의한 객체 지향 소프트웨어 회귀 테스팅)

  • Kwon, Young-Hee;Li, Len-Ge;Koo, Yeon-Seol
    • The Transactions of the Korea Information Processing Society
    • /
    • v.6 no.12
    • /
    • pp.3523-3529
    • /
    • 1999
  • In this paper, we propose an improved regression testing method, which use method as the basic unit of changing. The testing method consists of three steps. We represent the relationship of classes using the notation of UML(Unified Modeling Language), find the nodes of the modified methods and affected methods by node analysis, and then select changed test cases from the original test cases. The proposed object-oriented regression testing method can reduce the number of test cases, testing time and cost through reuse of test cases.

  • PDF

Implementation of LAN-based TCP/IP Protocol Analyzer using the object-oriented programming (객체지향형 언어를 사용한 LAN 기반의 TCP/IP 프로토콜 분석기 구현)

  • 이시현;강정진;장학신;조병순;최규민;정중수
    • Journal of the Institute of Electronics Engineers of Korea TE
    • /
    • v.37 no.3
    • /
    • pp.86-92
    • /
    • 2000
  • In this paper, we develop protocol analyzer that can analyze and monitor LAN(Local Area Network)-based TCP/IP protocol using the OOP(object-oriented programming) in Windows98/NT environment. TCP/IP(Transmission Control Protocol/Internet Protocol) protocol analyzer is consist of interface hardware, protocol analysis software and GUI(Graphic User Interface). It is designed for the real-time analysis using the real-time object. In results of Performance test, TCP/IP Protocol analyzer is showed that it can analyze and monitor without frame error in LAN-based. Also, developed protocol analyser operates better than conventional protocol analyzer in performance. It can be used in maintenance fields of communication and network.

  • PDF

CAR DETECTION IN COLOR AERIAL IMAGE USING IMAGE OBJECT SEGMENTATION APPROACH

  • Lee, Jung-Bin;Kim, Jong-Hong;Kim, Jin-Woo;Heo, Joon
    • Proceedings of the KSRS Conference
    • /
    • v.1
    • /
    • pp.260-262
    • /
    • 2006
  • One of future remote sensing techniques for transportation application is vehicle detection from the space, which could be the basis of measuring traffic volume and recognizing traffic condition in the future. This paper introduces an approach to vehicle detection using image object segmentation approach. The object-oriented image processing is particularly beneficial to high-resolution image classification of urban area, which suffers from noisy components in general. The project site was Dae-Jeon metropolitan area and a set of true color aerial images at 10cm resolution was used for the test. Authors investigated a variety of parameters such as scale, color, and shape and produced a customized solution for vehicle detection, which is based on a knowledge-based hierarchical model in the environment of eCognition. The highest tumbling block of the vehicle detection in the given data sets was to discriminate vehicles in dark color from new black asphalt pavement. Except for the cases, the overall accuracy was over 90%.

  • PDF

A Study on Chinese Beverage Selection Attributes according to Dietary Style - Focusing on Tianjing Area - (중국인의 식생활 유형에 따른 음료 선택속성에 관한 연구 - 천진 지역을 중심으로 -)

  • Cheng, Cheng;Park, Young Il;Joo, Nami
    • The Korean Journal of Food And Nutrition
    • /
    • v.27 no.6
    • /
    • pp.1156-1162
    • /
    • 2014
  • The study is part of the Chinese beverage selection attributes according to dietary style purchases based on the different dietary styles among different factors and consumer behavior analysis of consumer characteristics. The subjects of study were for the people living in Tianjin China objects directly in the local implementation of the questionnaire survey. A statistical analysis of 455 was conducted using SPSS 19. Using the general statistical analysis and cause analysis and reliability analysis, ANOVA test and cross analysis. Investigation object types related dietary style 20 projects, selection attributes 14 exploratory analysis of the causes, according to the results of dietary style in five factors, respectively of the health oriented, convenience oriented, economy oriented, gourmet oriented, food safety oriented convenient type named pursuit. Selection attributes is to consider three items of the preference factors, production and functional factors, information factors named. Food safety oriented showed a high percentage, Gourmet oriented compared to other types of higher proportion of singles. Food safety oriented production and functional factors to purchase consideration magazine and newspaper has obtained the information. Gourmet oriented production and functional factors to purchase consideration TV and radio were obtained by using the information. Health oriented green tea beverages have been preferred.

Behavior on Clothes Care of Female Consumers by Lifestyle Groups (성인여성의 라이프스타일에 따른 의복의 세탁관리행동)

  • 배정숙;조은영;박은희
    • Journal of the Korean Home Economics Association
    • /
    • v.39 no.6
    • /
    • pp.1-14
    • /
    • 2001
  • The purpose of this research is to observe the differences in consumers behavior on clothes care based on their different lifestyles and different demographic characteristics. The research surveyed 267 women of 20 years old or older living in Taegu City. SPSS package was used for data analysis and frequency, percentage, average, standard deviation, factor analysis, cluster analysis, ANOVA(analysis of valiance). and Duncan test were used The results are as follows: 1. Lifestyle factors for the research object were found as 'Consumption-oriented','family-oriented', 'Economic-oriented','Leisure-oriented','conservatism-oriented'. The categories for analysis according to these factors are classified into 5 categories, category 1 is Leisure/Family-oriented group, category 2 Consumption/Leisure avoidance-oriented group, category 3 Economy/Family Apathy-oriented group, category 4 Conservatism-oriented group, and category 5 Consumption/Innovation group. Five factors for behavior on clothes care are found, including washing method, interest in detergent, environmental behavior, washing effectiveness, and management after washing 2. Behavior on clothes care based on lifestyle groups showed a meaningful difference according to the following: Interest in detergent(p<.05 level), environmental behavior(p<.01 level), and washing effectiveness(p< .01 level) 3. In demographic variations (such as age, monthly income, monthly expenditure on clothes), there is a meaningful difference in behavior on clothes care, such as interest in detergent or management after washing, according to different age groups. However, no meaningful difference is found in behavior on clothes care according to other demographic characteristics.

  • PDF