• Title/Summary/Keyword: Software Test Process

Search Result 588, Processing Time 0.031 seconds

Blockchain-Based Mobile Cryptocurrency Wallet

  • Yeom, Gwyduk
    • Journal of the Korea Society of Computer and Information
    • /
    • v.24 no.8
    • /
    • pp.59-66
    • /
    • 2019
  • As the monetary value of cryptocurrency increases, the security measures for cryptocurrency becomes more important. A limitation of the existing cryptocurrency exchanges is their vulnerability to threats of hacking due to their centralized manner of management. In order to overcome such limitation, blockchain technology is increasingly adopted. The blockchain technology enables decentralization and Peer-to-Peer(P2P) transactions, in which blocks of information are linked in chain topology, and each node participating in the blockchain shares a distributed ledger. In this paper, we propose and implement a mobile electronic wallet that can safely store, send and receive cryptocurrencies. The proposed mobile cryptocurrency wallet connects to the network only when the wallet actively is used. Wallet owner manages his or her private key offline, which is advantageous in terms of security. JavaScript based wallet apps were implemented to respectively run on Android and iOS mobile phones. I demonstrate the process of transferring Ethereum cryptocurrency from an account to another account through Ropsten, a test net for Ethereum. Hardware wallets, such as Ledger Nano S, provide a slightly higher level of security, yet have the disadvantages of added burden of carrying additional physical devices and high costs (about 80$).

A Study on the Improvement of Driving of Educational Robots with OID Sensors (OID센서로 주행하는 교육용 로봇의 주행 개선을 위한 연구)

  • Song, Hyun-Joo
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.25 no.4
    • /
    • pp.549-557
    • /
    • 2021
  • In this research, we will use the existing OID sensor environment for smart robots, which are a type of educational robot, but we would like to propose that the problem of running be handled by a program. Maybe you have driving information We are building a driving test environment focusing on environment, position recognition, route planning, obstacle avoidance and path reset, and it is not the average final error rate, but the time when the error increases The experiment was conducted by a household that catches the moment of recalibration. Through the process, stable running results were obtained compared to the previous experiment. In this research, I think that it will be a development method that can improve the running performance of educational robots equipped with low-cost sensors currently on the market.

Problem Solving Path Algorithm in Distance Education Environment

  • Min, Youn-A
    • Journal of the Korea Society of Computer and Information
    • /
    • v.26 no.6
    • /
    • pp.55-61
    • /
    • 2021
  • As the demand for distance education increases, it is necessary to present a problem solving path through a learning tracking algorithm in order to support the efficient learning of learners. In this paper, we proposed a problem solving path of various difficulty levels in various subjects by supplementing the existing learning tracking algorithm. Through the data set obtained through the path for solving the learner's problem, the path through the prim's minimum Spanning tree was secured, and the optimal problem solving path through the recursive neural network was suggested through the path data set. As a result of the performance evaluation of the contents proposed in this paper, it was confirmed that more than 52% of the test subjects included the problem solving path suggested in the problem solving process, and the problem solving time was also improved by more than 45%.

A Study on the Efficient 3D Scanning Method for Digital Twin Configuration in Construction Site (건설현장의 디지털 트윈 구성을 위한 효율적인 3D 스캐닝 방법에 관한 연구)

  • Kim, Seong-Hun;Kim, Tae-Han;Eom, Ire;Won, Jong-Chul
    • Journal of KIBIM
    • /
    • v.12 no.3
    • /
    • pp.39-51
    • /
    • 2022
  • 3D scan technology can utilize real spatial information as it is in virtual space, so it can be usefully used in various fields such as reverse engineering of buildings and process management. Recently, with the development of ICT technology, more precise scan data can be obtained, and scan processing time has also been greatly reduced. In addition, the combination of software and scanning equipment used in 3D scanning technology is very diverse, and results are very different depending on which technology is used. Accordingly, there is a problem that it is difficult for a user who has no experience in 3D scanning technology to determine which technology and equipment should be used to obtain good results. In this study, 3D scan technologies mainly used at home and abroad are investigated, classified, and tested at actual construction sites to suggest considerations and suitable 3D scan methods when using 3D scans in construction sites. The test results were analyzed to evaluate the time it takes to scan, the final quality, and the user's convenience according to each technology method.

State Management of Transfer Pricing Activities of Foreign-Invested Enterprises in Vietnam

  • LE, Ha Thanh;PHAN, Nam Tien
    • The Journal of Asian Finance, Economics and Business
    • /
    • v.9 no.2
    • /
    • pp.133-140
    • /
    • 2022
  • The impact of State management factors on transfer pricing activities of foreign direct investment enterprises in Vietnam is examined in this study. This adds to the empirical evidence on factors affecting transfer pricing activities of foreign-invested enterprises in Vietnam. A questionnaire survey of officials directly involved in the inspection of transfer pricing activities is used as the research method. The study yielded 226 questionnaires. The author chose 210 questionnaires after deleting those that were ineligible due to a large number of blank cells. The following procedures are used to process the data from the satisfied votes: Cronbach's Alpha test to measure the reliability of the scale; Exploratory factor analysis to break down data into smaller sets of variables to discover the underlying structure; Descriptive analysis to describe the underlying quantitative features of the data; Correlation and regression analysis to evaluate the relationship between variables with the support of SPSS 25 software. Inspection pressure, professional inspector qualifications, and inspector role, State control organization, inspector professionalism, legal corridor on transfer pricing control, macroeconomic situation, and investment environment have a positive impact on state management on transfer price operations, according to research findings. The author has provided solutions to increase the efficiency of State management on transfer pricing operations of foreign-invested businesses in Vietnam based on the research findings.

Test Case Generation Method of a Service using Message Flow (메시지 흐름을 이용한 서비스의 테스트 케이스 생성 기법)

  • Lee, SeungHoon;Kang, DongSu;Song, Chee-Yang;Baik, Doo-Kwon
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2009.04a
    • /
    • pp.420-423
    • /
    • 2009
  • SOA는 최근 급부상한 패러다임으로 개발단위의 상태 변화가 사라지고, 데이터 흐름 중심이 아닌 메시지 흐름 중심으로 변하는 등의 기존 전통적 개발방법들과 차이점을 가지고 있다. 이러한 변화는 상태 변화를 표기하는 FSM(Finite State Machine)을 사용할 수 없다는 문제점을 가져왔고, 따라서 새로운 테스트 케이스 생성방법이 필요하게 되었다. 본 논문에서는 이러한 문제점을 해결하기 위해 메시지 흐름을 이용하여 서비스의 테스트 케이스를 생성하는 기법을 제안한다. BPM(Business Process Modeling)을 사용하여 단순한 그래프로 만들고 기존의 단순 비순환 그래프를 만드는 기법을 적용하여 테스트 시퀀스를 만든다. 그리고 테스트 시퀀스마다 순차 다이어그램을 만들고 메시지 흐름을 추출하여 테스트 케이스를 완성한다. 이 기법을 통해 웹서비스 뿐만 아니라 일반적인 서비스에 대한 테스트 케이스 생성을 가능하게 하며, 모델링 재사용을 통해 테스트 케이스 생성에 소요되는 추가 비용을 감소 시킬 수 있다.

Religiosity Role within the Halal Foods Consumptions' Antecedents.

  • Maher Toukabri
    • International Journal of Computer Science & Network Security
    • /
    • v.24 no.5
    • /
    • pp.156-164
    • /
    • 2024
  • This research aims to highlight the determinants of the intention to purchase Halal foods. In the conceptual framework we examine the different antecedents that might affect the consumer intention to choose the Halal foods. For this, we evocate the role of constructs attitude towards Halal certification, consumption habits and the subjective norm. Moreover, we attempt to study the role mediating role of the religiosity in this purchase decision process of the Muslim consumer. The empirical study will be implemented in the Saudi Halal Foods Market. Thus, we interviewed 200 invidious in the exploratory study to purify the measurements of the selected constructs that may contribute in the explanation of the intention to consume Halal. The confirmatory phase require a second sample that count 400 interviewees. The software of the data analyses that we have used were SPSS and AMOS to purify measurements, to test the research hypotheses and to validate the developed model. At the end of this research we hope to characterize and define the most important determinants' Muslim purchase intention of Halal foods. Therefore, we advance the necessary recommendations to the academicians interesting in this business field and the practices who enquiry to improve theirs offerings and theirs transactions turnover within this emerging consumption sector.

Optimization of Electro-UV-Ultrasonic Complex Process for E. coli Disinfection using Box-Behnken Experiment (Box-Behnken법을 이용한 E. coli 소독에서 전기-UV-초음파 복합 공정의 최적화)

  • Kim, Dong-Seog;Park, Young-Seek
    • Journal of Korean Society of Environmental Engineers
    • /
    • v.33 no.3
    • /
    • pp.149-156
    • /
    • 2011
  • This experimental design and response surface methodology (RSM) have been applied to the investigation of the electro-UV-ultrasonic complex process for the disinfection of E. coli in the water. The disinfection reactions of electro-UV-ultrasonic process were mathematically described as a function of parameters power of electrolysis ($X_1$), UV ($X_2$), and ultrasonic process ($X_3$) being modeled by use of the Box-Behnken technique, which was used for fitting 2nd order response surface model. The application of RSM yielded the following regression equation, which is empirical relationship between the residual E. coli number (Ln CFU) in water and test variables in coded unit: residual E. coli number (Ln CFU) = 23.69 - 3.75 Electrolysis - 0.67 UV - 0.26 Ultrasonic - 0.16 Electrolysis UV + 0.05 Electrolysis Ultrasonic + 0.27 $Electrolysis^2$ + 0.14 $UV^2$ - 0.01 $Ultrasonic^2$). The model predictions agreed well with the experimentally observed result ($R^2$ = 0.983). Graphical 2D contour and 3D response surface plots were used to locate the optimum range. The estimated ridge of maximum response and optimal conditions for residual E. coli number (Ln CFU) using 'numerical optimization' of Design-Expert software were 1.47 Ln CFU/L and 6.94 W of electrolysis, 6.72 W of UV and 14.23 W of ultrasonic process. This study clearly showed that response surface methodology was one of the suitable methods to optimize the operating conditions and minimize the residual E. coli number of the complex disinfection.

A Robustness Test Method and Test Framework for the Services Composition in the Service Oriented Architecture (SOA에서 서비스 조합의 강건성 테스트 방법 및 테스트 프레임워크)

  • Kuk, Seung-Hak;Kim, Hyeon-Soo
    • Journal of KIISE:Software and Applications
    • /
    • v.36 no.10
    • /
    • pp.800-815
    • /
    • 2009
  • Recently, Web services based service-oriented architecture is widely used to integrate effectively various applications distributed on the networks. In the service-oriented architecture BPEL as a standard modeling language for the business processes provides the way to integrate various services provided by applications. Over the past few years, some types of studies have been made on testing compatibility of services and on discriminating and tracing of the business processes in the services composition. Now a lot of studies about the services composition with BPEL are going on. However there were few efforts to solve the problems caused by the services composition. Especially, there is no effort to evaluate whether a composite service is reliable and whether it is robust against to exceptional situations. In this paper, we suggest a test framework and a testing method for robustness of the composite service written in WS-BPEL. For this, firstly we extract some information from the BPEL process and the participant services. Next, with the extracted information we construct the virtual testing environment that generates various faults and exceptional cases which may be raised within the real services. Finally the testing work for robustness of a composite service is performed on the test framework.

Study on the procedure to obtain an attainable speed in pack ice

  • Kim, Hyun Soo;Jeong, Seong-Yeob;Woo, Sun-Hong;Han, Donghwa
    • International Journal of Naval Architecture and Ocean Engineering
    • /
    • v.10 no.4
    • /
    • pp.491-498
    • /
    • 2018
  • The cost evaluation for voyage route planning in an ice-covered sea is one of the major topics among ship owners. Information of the ice properties, such as ice type, concentration of ice, ice thickness, strength of ice, and speed-power relation under ice conditions are important for determining the optimal route in ice and low operational cost perspective. To determine achievable speed at any designated pack ice condition, a model test of resistance, self-propulsion, and overload test in ice and ice-free water were carried out in a KRISO ice tank and towing tank. The available net thrust for ice and an estimation of the ice resistance under any pack ice condition were also performed by I-RES. The in-house code called 'I-RES', which is an ice resistance estimation tool that applies an empirical formula, was modified for the pack ice module in this study. Careful observations of underwater videos of the ice model test made it possible to understand the physical phenomena of underneath of the hull bottom surface and determine the coverage of buoyancy. The clearing resistance of ice can be calculated by subtracting the buoyance and open water resistance form the pre-sawn ice resistance. The model test results in pack ice were compared with the calculation results to obtain a correlation factor among the pack ice resistance, ice concentration, and ship speed. The resulting correlation factors were applied to the calculation results to determine the pack ice resistance under any pack ice condition. The pack ice resistance under the arbitrary pack ice condition could be estimated because software I-RES could control all the ice properties. The available net thrust in ice, which is the over thrust that overcomes the pack ice resistance, will change the speed of a ship according to the bollard pull test results and thruster characteristics (engine & propulsion combination). The attainable speed at a certain ice concentration of pack ice was determined using the interpolation method. This paper reports a procedure to determine the attainable speed in pack ice and the sample calculation using the Araon vessel was performed to confirm the entire process. A more detailed description of the determination of the attainable speed is described. The attainable speed in 1.0 m, 90% pack ice and 540 kPa strength was 13.3 knots.