• Title/Summary/Keyword: package software

Search Result 708, Processing Time 0.029 seconds

A Study on the Influence of Service Quality and Product Quality of Package Software on User Satisfaction, Word-of-Mouth Intention and Reuse Intention (패키지SW의 서비스품질과 제품품질이 사용자만족과 구전 및 재사용의도에 미치는 영향에 관한 연구)

  • Kim, Jeong-Seok;Gim, Gwang-Yong
    • Journal of Information Technology Services
    • /
    • v.8 no.2
    • /
    • pp.1-22
    • /
    • 2009
  • Recently, improving service quality for customer satisfaction is one of the most important issues and the task for the growth of company. Furthermore, plenty studies are going on progress to develop service quality in IT industry. There have been so many researches of product quality on package software but yet the service quality of package software has been rarely studied before. Thus, the purpose of this study is to formulate a scheme on how to enhance the competitivity of package software company by analyzing the impacts of these two factors on the customer satisfaction, Word-of-Mouth intention and the reuse intention. The study models have been designed and the hypotheses have been made through the examination of the precedent literature about package software product and service quality. A questionnaire survey was performed to collect information, and the unit of analysis was a person who used package software. This study used the statistical technique such as regression analysis. This study may be utilized as basic data for building marketing strategies when package software companies offer service to customers.

Development of Package Software Test Process and Evaluation Module (패키지 소프트웨어 시험 프로세스와 평가모듈의 개발)

  • Lee, Ha-Yong;Hwang, Suk-Hyung;Yang, Hae-Sool
    • The KIPS Transactions:PartD
    • /
    • v.10D no.5
    • /
    • pp.821-828
    • /
    • 2003
  • Package software should have the feature that enables purchasers to discriminate a product suitable for them among a number of software belonging to the similar kind of product. Purchaser's ability to choose a package software depends on whether they can judge that a package software conforms to the relevant standard through an objective quality test process and method or not. There are the standards that can be applicable to the quality evaluation of package software, such as and . This study developed a system with which purchasers can effectively select a package software suitable for their needs, building quality test process for package software and developing test metric and application method.

The Prodecural Characteristics of Application Software Package Acquisition And There Influences on MIS Performance. (응용소프트웨어 패키지 구입과정의 특성이 경영정보시스템 성과에 미치는 영향)

  • 이진주;신현식
    • Proceedings of the Korean Operations and Management Science Society Conference
    • /
    • 1990.04a
    • /
    • pp.71-80
    • /
    • 1990
  • The main objectives of this paper are as follows: 1) identifying th procedural characteristics of application software package acquisition and, 2) analyzing the relationship between those characteristics and MIS performance. Three stages and thirty core tasks of the application software package acquisition process were identified after reviewing relevant literature. The model specifying the relationship between procedural characteristics of application software package acquisition and MIS performance was established and 12 hypotheses were derived. Data were collected form 41 Korean companies and hypotheses were tested empirically.

  • PDF

Quality Evaluation of Package Software using QFD (품질기능전개 기법을 이용한 패키지 소프트웨어의 품질 평가)

  • 유영관;이종무
    • Proceedings of the Safety Management and Science Conference
    • /
    • 2001.05a
    • /
    • pp.167-171
    • /
    • 2001
  • In this paper, the QFD(quality function deployment) technique is used to acquire the quality requirements of package software which is sold in a commercial software shop. To select the principal quality characteristics of package software, an user survey was conducted for a quality model developed based on the international standards and the previous research. The software user is divided into three groups:the general user, the expert, and the developer. The method of QFD is applied to choose the software quality attributes which have strong correlation with the selected quality characteristics.

  • PDF

A study on the evaluation of package software documentation to improve software quality (패키지 문서 평가를 통한 소프트웨어 품질 확립에 관한 연구)

  • Kim, Hyo-Yeong;Kim, Han-Han;Han, Hyeok-Su;Kim, Sun-Yong;Sin, Seok-Gyu;Jeong, Yeong-Eun
    • The KIPS Transactions:PartD
    • /
    • v.9D no.4
    • /
    • pp.629-638
    • /
    • 2002
  • As the application area of software grows bigger and the importance of software quality increases, software quality evaluation method is also getting a lot of attention. To evaluate the software quality properly, we need an objective and concrete evaluation mechanism. In general, practitioners customize the international standards to their own needs for this purpose. Package software documents plat an important role in software quality evaluation because it provides the information that helps customers use the software effectively and conveniently. h great deal of efforts has been made in terms of international standards for documentation and documentation process. However, those international standards are too abstract to be applied directly to domestic software packages. In this paper, we developed a guidelines and checklists for writing and evaluating package software documents. Our research basically followed ISO 12119, ISO 9127 and some related research results. Also we proved the effectiveness of this research through actual tests with package softwares.

Acquiring Quality Requirements of Package Software using Quality Function Deployment Technique (QFD 기법을 이용한 패키지 소프트웨어의 품질 요구사항 획득)

  • 유영관;이종무
    • Journal of Korean Society for Quality Management
    • /
    • v.29 no.2
    • /
    • pp.120-130
    • /
    • 2001
  • In this paper, the QFD(quality function deployment) technique is used to acquire the quality requirements of package software which is sold in commercial software shop. To select the principal quality characteristics of package software, an user survey was conducted for a quality model developed based on the international standards and the previous research. The software user is divided into three groups: the general user, the expert, and the developer. Based on the survey results, the top 10 quality characteristics are selected including accuracy, suitability, installability, de-installability, and maturaty. Then, the QFD technique is applied to choose the software quality attributes which have strong correlation with the selected quality characteristics, some of which are traceability, accuracy, modularity, completeness, and self-descriptiveness. The developed procedure can be used in evaluating the quality of package software with lower costs and efforts.

  • PDF

A Study on Localization Model of Package Usage in Ada Program (Ada 프로그램에서 패키지 활용의 국부화 모델에 관한 연구)

  • Kim Seon-Ho;Yun Chang-Seop
    • Journal of the military operations research society of Korea
    • /
    • v.17 no.2
    • /
    • pp.100-112
    • /
    • 1991
  • Software system is a hierarchical structure with collection of program units. Software system can import external packages globally or locally depending on the usage within a system. If the imported package is used globally, the soft-ware system can be influenced globally by any change of package and programmer's debugging time for the program maintenance will be greater. To solve these problems, it is desirable to use the imported package locally right on the usage point within the system. The model presented in this paper analyzed entity usage of package in structure of program, identified the usage level to obtain localization and provided information for restructure of the program to localize package usage. To obtain localization, it identified declared entities inside the imported package and analyzed the specification and body part of program unit to identify entities referenced from the imported package. The proposed model can be used to improve the maintainability of software system and contributed to reduction of programmer's debugging time in program maintenance.

  • PDF

Appraisal Method for Similarity of Large File Transfer Software (대용량 파일 전송 소프트웨어의 동일성 감정 방법)

  • Chun, Byung-Tae
    • Journal of Software Assessment and Valuation
    • /
    • v.17 no.1
    • /
    • pp.11-16
    • /
    • 2021
  • The importance of software is increasing due to the development of information and communication, and software copyright disputes are also increasing. In this paper, the source of the submitted programs and the files necessary for the execution of the program were taken as the scope of analysis. The large-capacity file transfer solution program to be analyzed provides additional functions such as confidentiality, integrity, user authentication, and non-repudiation functions through digital signature and encryption of data.In this paper, we analyze the program A, program B, and the program C. In order to calculate the program similarity rate, the following contents are analyzed. Analyze the similarity of the package structure, package name, source file name in each package, variable name in source file, function name, function implementation source code, and product environment variable information. It also calculates the overall similarity rate of the program. In order to check the degree of agreement between the package structure and the package name, the similarity was determined by comparing the folder structure. It also analyzes the extent to which the package structure and package name match and the extent to which the source file (class) name within each package matches.

A Method of Selecting Test Metrics for Certifying Package Software using Bayesian Belief Network (베이지언 사용한 패키지 소프트웨어 인증을 위한 시험 메트릭 선택 기법)

  • Lee, Chong-Won;Lee, Byung-Jeong;Oh, Jae-Won;Wu, Chi-Su
    • Journal of KIISE:Software and Applications
    • /
    • v.33 no.10
    • /
    • pp.836-850
    • /
    • 2006
  • Nowadays, due to the rapidly increasing number of package software products, quality test has been emphasized for package software products. When testing software products, one of the most important factors is to select metrics which form the bases for tests. In this paper, the types of package software are represented as characteristic vectors having probabilistic relationships with metrics. The characteristic vectors could be regarded as indicators of software type. To assign the metrics for each software type, the past test metrics are collected and analyzed. Using Bayesian belief network, the dependency relationship network of the characteristic vectors and metrics is constructed. The dependency relationship network is then used to find the proper metrics for the test of new package software products.

A Study on the Development of EMS Software Package (EMS 관련 소프트웨어 개발에 관한 연구)

  • Moon, Young-Hyun;Kim, Chang-Jong;Lee, Sueng-Chul;Baek, Youg-Shik;Shin, Myung-Chul;Park, Jeong-Do
    • Proceedings of the KIEE Conference
    • /
    • 1998.11a
    • /
    • pp.204-207
    • /
    • 1998
  • This paper presents a software development technique for EMS applications. The definite client-server configuration is proposed and EMS software package is developed. The developed EMS software package consists of AGC(Automatic Generation Control). Economic Dispatch. State Estimator. Contingency Analysis Simulator and Database Applications. In order to integrate each of the developed modules, EMS Network Server is developed. The proposed package is tested with a sample system. It is expected that the developed package can be easily applicable to the practical system.

  • PDF