• 제목/요약/키워드: Development of Testing Tool

검색결과 256건 처리시간 0.021초

VxWorks 기반 소프트웨어를 위한 원격 테스트 도구의 설계 (A Design of the Remote Test Tool for Software Based on VxWorks)

  • 박송화;이형수
    • 대한임베디드공학회논문지
    • /
    • 제7권3호
    • /
    • pp.135-142
    • /
    • 2012
  • The Quality of embedded system depends on the embedded software. As the complexity and the size of embedded software have been increasing, it is more likely that the software may include faults, and the reliability and stability issues are getting more important. In this paper, we propose a remote test tool for software based on VxWorks by using fault injection method. The test tool consists of test server and test client for testing on the cross development environment. The test server operates in the host system and user can not only test but also monitor the software by using it. The test client operates in the target system and it controls kernel objects and sends the input data into the software when receiving the control and data from the test server. We developed the prototype software and demonstrated the ability of testing software robustness by injecting faults.

DBMS와 결합된 데이터스트림관리시스템을 위한 성능 평가 도구 개발 (Development of the Performance Benchmark Tool for Data Stream Management Systems Combined with DBMS)

  • 김경배
    • 한국컴퓨터정보학회논문지
    • /
    • 제15권8호
    • /
    • pp.1-11
    • /
    • 2010
  • 데이터스트림 관리시스템(DSMS)의 많은 응용분야에서는 단순한 실시간 스트림 데이터의 효율적인 처리뿐만 아니라 기존의 DBMS와 결합하여 데이터마이닝이나 데이터웨어하우징 같은 고급 서비스를 사용자에게 제공하는 것을 요구하고 있다. 본 논문에서는 고급 서비스를 위하여 DSMS와 DBMS를 결합한 시스템의 성능평가를 위한 도구를 개발하였다. 기존 연구 개발된 대표적인 DSMS와 DBMS를 결합하여 네트워크 모니터링 스트림 데이터를 기반으로 통합된 시스템의 성능평가를 수행하였다. 통합된 시스템의 평가를 위하여 JAVA로 통합 시스템 성능 평가 툴을 개발하였으며, 개발 된 툴을 이용하여 DSMS(STREAM, Coral8)와 DBMS(MySQL, Oracle10g)를 결합한 시스템의 성능평가를 수행하였다

긍정 간호조직문화 측정도구 개발 (Development of a Positive Nursing Organizational Culture Measurement Tool)

  • 김미정;김종경
    • 대한간호학회지
    • /
    • 제51권3호
    • /
    • pp.305-319
    • /
    • 2021
  • Purpose: The purpose of this study was to develop a measurement tool for a positive nursing organizational culture and to verify its reliability and validity. Methods: A conceptual framework and construct factors were extracted through an extensive literature review and in-depth interviews with nurses. The final version of the preliminary tool for the main survey was confirmed by experts through a content validity test and a preliminary survey of 40 nurses. Subsequently, the final tool was developed using a validity and reliability test containing 43 preliminary items. The final version of the tool was used with 327 hospital nurses in the testing phase for the main survey to assess validity and reliability. Results: From the factor analysis, 4 factors and 26 items were selected. The factors were positive leadership of the nursing unit manager, pursuit of common values, formation of organizational relationships based on trust, and a fair management system. The entire determination coefficient was 67.7%. These factors were verified through convergent, discriminant, and concurrent validity testing. The internal consistency reliability was acceptable (Cronbach's α = .95). Conclusion: Both the validity and reliability of the scale were confirmed demonstrating its utility for measuring positive nursing organizational culture. It is expected to be used for education, research, and practical performance policies regarding the nursing organizational culture.

내장형 소프트웨어 마르코프 체인 모델과 단위 테스트를 이용한 내장형 소프트웨어 신뢰도 분석 도구의 설계와 구현 (A Design and Implementation of Reliability Analyzer for Embedded Software using Markov Chain Model and Unit Testing)

  • 곽동규;유재우;최재영
    • 한국컴퓨터정보학회논문지
    • /
    • 제16권12호
    • /
    • pp.1-10
    • /
    • 2011
  • 내장형 시스템의요구사항이 복잡해짐에 따라 내장형 소프트웨어의 신뢰도를분석하기 위한 도구가 요구되고있다. 소프트웨어의 신뢰도를 분석하는 방법으로는 확률적 모델링을 이용하는데, 다수의 디바이스를 제어하는 내장형 소프트웨어에 적용하기 위해서는 내장형 소프트웨어에 특성화 시킬 필요가 있다. 또한, 기존의 신뢰도 분석 도구는 각 상태간의 전이 확률을 다른 방법으로 측정해야 하고, 한 번 작성한 모델에 대해 재사용을 고려하고 있지 않는다. 본 논문은 내장형 소프트웨어의 신뢰도를 분석하기 위해 내장형 소프트웨어 마르코프 체인 모델과 단위 테스팅 도구를 이용한 신뢰도 분석 도구를 제안한다. 내장형 소프트웨어 마르코프 체인 모델은 신뢰도 분석 방법으로 많이 사용되고 있는 마르코프 체인 모델을 내장형 소프트웨어에 특성화 시킨 모델이다. 그리고 단위 테스팅 도구는 내장형 소프트웨어의 개발환경에 적합한 호스트/타겟 구조를 가지고 있다. 제안하는 도구는 신뢰도 분석을 위해 단위간 전이 확률을 단위 테스트 결과로부터 자동으로 측정하여 기존의 도구보다 용이하게 신뢰도를 분석할 수 있다. 그리고 소프트웨어 모델을 XML 기반의 문서로 표현하여 단위 테스팅 도구가 업데이트 시킨 테스트 결과를 바로 적용할수 있고, 웹 기반의 인터페이스와 SVN 저장소를 이용하여 다수의 개발자가 쉽게 접근할 수 있는 장점을 갖는다. 본 논문에서는 예제를 이용하여 신뢰도의 분석을 보이고 신뢰도 측정에 유용함을 보인다.

ARINC-661 개발 도구의 DO-330 도구 자격 획득을 위한 시험 자동화 에이전트 구현 (Implementation of Test Automation Agent for DO-330 Tool Qualified of ARINC-661 Development Tool)

  • 김도균;김영곤
    • Journal of Platform Technology
    • /
    • 제8권4호
    • /
    • pp.47-58
    • /
    • 2020
  • DO-330 소프트웨어 도구 자격증명 고려사항은 항공기에 탑재되는 소프트웨어 및 하드웨어를 개발/검증 하기 위해 사용되는 도구 개발 프로세스에 적용하기 위한 지침이다. 이 지침 상의 도구 개발 프로세스 중 검증 프로세스는 DO-330을 준수하기 위해 달성해야 하는 목표 중 많은 비중을 차지하고 있어 상당히 중요하다. 특히, 도구의 안전성 수준이 높은 개발 도구의 시험 목표들은 독립적으로 수행되어야 하기 때문에 많은 시간, 비용, 그리고 인력이 투입되어야 한다. 시험 절차를 잘 수립 해 놓았을 지라도 시험의 복잡도가 높아지면 인적 오류가 발생할 확률이 높아진다. 본 논문에서는 한화시스템에서 개발한 A661UAGEN 도구의 효율적인 DO-330 검증 프로세스를 진행하기 위한 스크립트 기반의 시험 자동화 에이전트 소프트웨어 구조를 제시하고 평가하였다. 그 결과 스크립트 기반의 시험 자동화 에이전트를 통해 자동화 된 시험이 테스트 엔지니어에 의한 수동 시험 보다 시험 수행 시간은 87.5%가 감소되었고, 시험 생산성은 43.75%가 향상되었음을 확인하였다.

  • PDF

성교육 자료 평가도구 개발과 적용 (Development and Application of Evaluation Tool for Sexual Educational Materials)

  • 양순옥;정금희
    • Child Health Nursing Research
    • /
    • 제9권4호
    • /
    • pp.408-419
    • /
    • 2003
  • Purpose: This study was done to develop a reliable and appropriate evaluation tool for sexual educational materials and to apply it to video materials for recommendation of excellent materials. Method: The items of the content for evaluation were based on the previous studies on the sexual education and evaluation tools. After testing validity and reliability of tool, final evaluation tool for sexual educational materials was developed. The evaluation tool was applied to 84 video materials and the excellent materials were recommended. Result: The final evaluation tool for sexual educational materials which consisted of two parts was developed. One is the evaluation of basic information which includes 8 items: target population, type of materials, producer, year of production, subject, theme, running time, and guide book. The other is the evaluation of content which includes 36 items related to characteristics of material, purpose, efficiency and scope of content. After applying the tool to 84 video materials, 39 excellent sexual education materials were suggested. Conclusion: The systematic development of materials for sexual education appropriate to the specific subjects should be done. Producers should describe the basic information on the outside of materials. For recommending the excellent materials, the periodical standardized evaluation of sexual educational materials should be done, and the database of the excellent materials should be provided for further utilization.

  • PDF

제조업 장비의 신뢰성 향상을 위한 신뢰성지수 개발 (Development of the Reliability Index for Improving the Reliability of the Manufacturing Equipment)

  • 유상우;박정원;김민;홍정표;오근태;나윤균
    • 한국신뢰성학회지:신뢰성응용연구
    • /
    • 제16권3호
    • /
    • pp.245-253
    • /
    • 2016
  • Purpose: The purpose of this study is to measure the reliability of complex equipment. Reliability of product is one of the most important factor to achieve competitiveness in the market. While there were many researches for assessing the reliability on components and modules, research on quantitative assessment tool for equipment with many component was little because of equipment's complexity. Methods: In this article, we developed index to assess reliability management system by using IEC 60300 and Reliability Management Tool-kit. With MIR and BARS, we developed reliability index clauses relevant to reliability activities and found weight factor for each clause by survey on experts. Results: The results of this study were as follows; reliability index that can assess both management side and technology side of the company was developed. Conclusion: Using this index, we assessed the reliability of a manufacturing equipment and found out the current reliability level of the manufacturing equipment, and derived improvement points.

심리스 튜브 제조용 피어싱 플러그 공구강과 SA210C강의 고온 미끄럼 마모에 미치는 예비산화의 영향 (Effects of Preoxidation on High Temperature Wear of Piercing Plug Tool Steel Sliding Against SA210C Steel Used for Production of Seamless Tube)

  • 최병영;구윤식
    • 한국표면공학회지
    • /
    • 제46권6호
    • /
    • pp.264-270
    • /
    • 2013
  • Effects of preoxidation on high temperature wear of piercing plug tool steel sliding against SA210C steel used for production of seamless tube have been studied using a pin-on-disc CETR tribometer, under applied normal load of 20 N at $900^{\circ}C$ in air. It was found in the preoxidized pin specimens of piercing plug tool steel that the coefficient of friction decreased to about 0.4 at an initial stage followed by showing nearly constant value of about 0.4 during high temperature wear testing. On the other hand, it was also found in the pin specimens without preoxidation that the coefficient of friction increased and fluctuated, ranging from about 0.3 to 0.6 during the tests until the running period of about 800 sec. The compact and continuous Fe-oxide layer was formed on the contact surface of the preoxidized pin specimens after high temperature wear testing followed by penetrating along the grain boundaries of coarse ferrite in the decarburized region beneath the oxide layer due to the lower hardness of the region.

병원 조직의 환자중심간호문화 측정도구 개발 (Development of the Patient-Centered Nursing Culture Scale for Hospitals)

  • 신에스더;윤숙희
    • 대한간호학회지
    • /
    • 제49권5호
    • /
    • pp.613-630
    • /
    • 2019
  • Purpose: This study aimed to develop a scale measuring the Patient-Centered Nursing Culture (PCNC) and provide a basic tool to improve PCNC in Korea. Methods: A conceptual framework and construct factors were extracted through extensive literature review and in-depth interviews with nursing professionals. In total, 59 items were derived based on the pilot survey. Data were collected from 357 nurses working at general hospitals and analyzed for verifying the reliability and validity of the scale. Results: Nine factors containing 54 items were extracted from the exploratory factor analysis to verify the construct validity. The nine factors were top management leadership, policy and procedure, education and training, middle management leadership, supportive teamwork, nursing workplace environment, professional competence, patient-centered nursing activity, and nurses' values. These items were verified by convergent, discriminant, and concurrent validity testing. The internal consistency reliability was acceptable (Cronbach's ${\alpha}=.96$). Conclusion: The developed PCNC scale is expected to be used as the tool for the development of theory and improvement of PCNC, the empirical testing for cause and effect of PCNC, the development of interventions, education and training programs for improving PCNC, and indicators for evaluation or accreditation of hospital service quality.

Development of a robust bench-scale testing unit for low-pressure membranes used in water treatment

  • Huang, Haiou;Schwab, Kellogg;Jacangelo, Joseph G.
    • Membrane and Water Treatment
    • /
    • 제2권2호
    • /
    • pp.121-136
    • /
    • 2011
  • A bench-scale test has recently been proposed as a predictive tool to minimize the scope of pilot-scale testing or to optimize the operation of full-scale membrane filtration systems. Consequently, a bench-scale testing unit was developed for this purpose and systematically evaluated in this study. This unit was capable of accommodating commercially available, low pressure, hollow fiber (LPHF) membranes with various configurations for testing under conditions comparable to real-world applications. Reproducibility of this unit in assessing membrane fouling and microbial removal efficiency of LPHF membranes was tested and statistically comparable results were obtained. This unit serves as a useful apparatus for academic researchers and utilities to evaluate the performance of LPHF membranes used for water treatment.