scholarly journals SISTEM PENDUKUNG KEPUTUSAN PENETAPAN TUNJANGAN PRESTASI DENGAN MENGGUNAKAN METODE FUZZY-TSUKAMOTO

2016 ◽  
Vol 1 (2) ◽  
pp. 17
Author(s):  
Yusron Rijal ◽  
Yus Amalia

The high quality of human resourches according the expertise and competence is needed for increasing factory productivity. According the employee’s expertise and competence, it’s required for giving appreciation for the working achievement for motivated to increase the working achievement. In awarding the decision of giving appreciation, in this case feat allowance required for the performance appraisal is expected to assist in delivering the right decisions and avoid subjectivity. Employees deserve appreciation if the result of the performance evaluation meets the criteria specified by the company, the job performance, work quality, dicipline, responsibilities, absenteeism and konduite. Decision support systems is apt to be applied in the decision giving appreciation. The decision support system performance allowance is using fuzzy Tsukamoto. The result showed that the reasoning in the process of data input and output can analyze whether or not the provision of benefits achievement, this system can help accurately make decisions feasibility of providing allowances achievement with the accuracy of 100% and the amount of allowances achievement of 94.71% using the method of system testing the Black Box Testing

2020 ◽  
Vol 3 (4) ◽  
pp. 193
Author(s):  
Ahmad Nasrullah ◽  
Bukhari Muslim ◽  
Christian Harta Wijaya ◽  
Deni Pirmantara ◽  
Aries Saifudin

The accuracy of the output of the employee selection application for promotion is very important, because if something goes wrong it can harm the company. Employees who are selected and misplaced can cause lower performance of the employee concerned or other employees. To ensure that the resulting promotion application has met the requirements and is free from defects / errors, testing is necessary. In this study, it is proposed to do black box testing using the Equivalence Partition technique. Black Box testing is carried out based on the resulting input and output values regardless of the process or algorithm in the application. Meanwhile, the Equvalence Partition technique is done by dividing the input value domains into valid and invalid groups, then selecting and using one of the values from each of these groups. Testing the promotion selection application is carried out on 4 forms, namely the Add Criteria form, Edit Criteria, Add Alternatives, and Edit Alternatives. In this test, 8 test cases were made. The results of this test ensure the quality of the Promotion Promotion application is free from errors by finding an accidental error in the Promotion Promotion Selection application at PT Maju Makmur.


2020 ◽  
Vol 3 (3) ◽  
pp. 132
Author(s):  
Ahmad Zuhair ◽  
Farhan Khadafi ◽  
Achmad Muzakih Andriansyah ◽  
Bayu Saputra ◽  
Aries Saifudin

The development of decision support system applications for the selection of the best employees is very important to support management in making decisions. This application must be free of errors because if there are errors can be detrimental to several parties, both the company and the employee. To guarantee that the floating application is error free, a test is needed. Testing on an application aims to check whether a program is running properly or there are still errors that must be corrected so that the program created will be a program that has good quality. The testing technique consists of White Box Testing and Black Box Testing which are widely used by testers to check the program is appropriate or not. The Best Employee Decision Support Application will be tested using Black Box Testing where the test only aims to see whether the program is in accordance with the function desired by the program without knowing the program code used. Types of testing of the various Black Box methods, one of which is the Equivalence Partitions used by the authors in this study. Equivalence Partitions Technique is a test based on data entry on each form in the Best Employee Decision Support System, each input menu will be tested and grouped according to function whether it is valid or invalid. With this test the quality of the software created can be expressed objectively very well and has fulfilled all the requirements set.


2021 ◽  
Vol 33 (5) ◽  
pp. 117-136
Author(s):  
Sergey Evgenievich Prokopev

Use of the formal methods in the development of the protocol implementations improves the quality of these implementations. The greatest benefit would result from the formalizing of the primary specifications usually contained in the RFC documents. This paper proposes a formal language for primary specifications of the cryptographic protocols, which aims at fulfilling (in a higher degree than in the existing approaches) the conditions required from primary specifications: they have to be concise, declarative, expressive, unambiguous and executable; in addition, the tools supporting the language have to provide the possibility of automatic deriving of the high quality test suites from the specifications. The proposed language is based on a machine (dubbed the C2-machine) specifically designed for the domain of the cryptographic protocols. Protocol specification is defined as a program of the C2-machine. This program consists of two parts: the definition of the protocol packets and the definition of the non-deterministic behavior of the protocol parties. One execution of the program simulates one run of the protocol. All the traces, which can be potentially produced by such execution, by definition, comprise all conformant traces of the protocol; in other words, the program of the C2-machine defines the operational contract of the protocol. In the paper, to make the design and operational principles of the C2-machine easier to understand, two abstractions of the C2‑machine are presented: C0-machine and C1-machine. C0-machine is used to explain the approach taken in expressing non-determinism of the protocols. The abstraction level of the C1-machine (which is a refinement of C0-machine) is enough to define the semantics of the basic C2-machine instructions. To enhance the readability of the programs and to reach the level of declarativeness and conciseness of the formalized notations used in some of conventional RFCs (e.g. TLS RFCs), C2-machine implements some syntactic tricks on top of the basic instructions. To use C2-specifications in the black-box testing, the special form of the C2-machine (C2-machine with excluded role) is presented. Throughout the paper the proposed concepts are illustrated by examples from the TLS protocol.


2020 ◽  
Vol 3 (2) ◽  
pp. 120-127
Author(s):  
I Putu Susila Handika ◽  
Gede Bagus Arya Tama ◽  
Ni Putu Mega Krisnayanti

Business process are increasingly developing, causing data generated will be even greater. The application of datawarehouse technology and MongoDB as one of the NoSQL technologies can solve large historical data processing problems. In addition, business intelligence technology that is able to visualize data in into graphics and tables will make it easier for stakeholders to analyze sales transactions. The process for transforming transaction data into a datawarehouse is the Extract Transform Load (ETL) process. The data generated from the ETL process is quality data and is really needed for analysis. Black box testing results and data validity indicate the system can be accepted and can produce the right information for decision support.


2020 ◽  
Vol 3 (2) ◽  
pp. 95
Author(s):  
Deny Setiawan ◽  
Muhammad Ardiansyah Fadhillah ◽  
Anggun Wibawa ◽  
Irwan Sugiarto ◽  
Agus Mulyana ◽  
...  

In determining the level of quality of a software it is necessary to test the software. Tests tested can include specifications, design, and coding of the software. This test is conducted to test web-based library software. This test uses the Black Box Testing method using the Equivalence Partitioning technique. Black Box Testing is applied in order to find errors in software related to erroneous functions, errors in interface display, data structure errors or access rights in external databases, sub-optimal performance in a process, and errors in initialization or termination. The Equivalence Partitioning technique defines the cases to be tested by finding some errors and minimizing the number of cases that must be made. The Equivalence Partitioning test case design is based on the premise of the input and output of a component which is partitioned into classes according to the specifications of that component, which are treated equally (equivalence). It can also be assumed that the results of an input produce the same response. The expected result of testing this software is to ensure that this software is free from errors so that in its use there will be no obstacles that prevent the user from doing his work. And inform that the software is in accordance with predetermined specifications.


2020 ◽  
pp. archdischild-2019-318677
Author(s):  
Steven Hirschfeld ◽  
Florian B Lagler ◽  
Jenny M Kindblom

Children have the right to treatment based on the same quality of information that guides treatment in adults. Without the proper evaluation of medicinal products and devices in paediatric clinical trials that are designed to meet the rigorous standards of the competent authorities, children are discriminated from advances in medicine. There are regulatory, scientific and ethical incentives to address the knowledge gap regarding efficacy and safety of medicines in the paediatric population. High-quality clinical trials involving children of all ages can generate data that will ultimately close the knowledge gaps and support decision making.For clinical trials that enrol children, the needs are specialised and often resource intensive. Prerequisites for successful paediatric clinical trials are personnel with training in both paediatrics and neonatology and expertise in clinical trials in these populations. Moreover, national and international networks for efficient collaboration, dissemination of information, and sharing of resources and expertise are also needed, together with competent, efficient and high-quality local infrastructure with effective processes. Monitoring and oversight bodies with the relevant competence, including expertise in paediatrics, is also an important prerequisite for paediatric clinical trials. Compromise in any of these components will compromise the downstream results.This paper discusses the structures and competences needed in order to perform effective, high-quality paediatric clinical trials with the ultimate goal of better medicines and treatments for children. We propose a model of examining the process as a series of components that each has to be optimised, then all the components are actively optimised to function together as an ecosystem, and the resulting ecosystem functions well with the general research system and the healthcare delivery system.


2018 ◽  
Vol 176 ◽  
pp. 01011
Author(s):  
YE Xin ◽  
JI Qian

The shared economy has been developing rapidly with low cost, low consumption and high environmental efficiency features under the background of internet waves. The shared economy model has emerged in housing, catering, and travel. As people look forward to high quality of life and their social interaction need, the shared kitchen platform arises at the right moment. This paper takes the shared kitchen as an example, focusing on the patients and their caregivers, the existing shared kitchens and its service platform as well as the space system design and human-computer interaction of the shared kitchen have been investigated and analysized. Taking the "high efficiency, the intelligence and the humanization" as the design principles, we are committed to exploring new directions for modular kitchen design under the background of shared economy.


2018 ◽  
Vol 8 (1) ◽  
pp. 34
Author(s):  
Razqa Lathif Pradana ◽  
Dwi Purwanti ◽  
Arif Arfriandi

Generally, the selection of outstanding students in every school still uses the report value as the reference and it is done manually. It is required a system that may select the outstanding students accordance with the criteria and done automatically. In this study, it was developed an automatic system for selecting outstanding students by using Simple Additive Weighting (SAW) concept. The criteria set by the school in the selection of outstanding students are the average of the first and the second semester score, the achievements on district, city, and national level, liveliness in the organization and extracurricular, and credit point of attitude. Method of investigation used in this study is R & D, including introduction study, the development of system consisting of the application of SAW method and designing waterfall method, and testing of system which done by testing the comparison of the result and respond of users. The result of black box testing showed that all functionality in the system run well and appropriate; while for the white box showed that all paths run in accordance with SAW method. For the result of the comparison testing showed that the validation level was 100%. The result of the users respond revealed that the average of teacher responds was 90% and the students respond was 80, 34%. Therefore it can be concluded that decision support system by using SAW method can determine the outstading students.


Author(s):  
Sherly Christina ◽  
Agus Sehatman Saragih ◽  
Fahrizal Maulana

Student attendance is one of the factors that need to be controlled by the School to maintain Indonesian resources. Therefore a school needs a system that can be used, for handles the students attendance data and distributes it to the parents. This necessity can be facilitated by building an online attendance system for the students. The online attendance system uses QR Code and Broadcast Short Message Service (SMS). The online attendance system used Waterfall methodology phases  as the system development  phases. Afterward  the system performance is evaluated using the black-box testing. The results test using black-box testing show that the system can accomplish the purpose of this research to meet the need of the School in collecting the student attendance data and distributing the information of the students attendance data to the parents. This system uses QR Code and the results of collecting the student attendance data are sent by the system through Broadcast SMS to parents.


2019 ◽  
Vol 4 (4) ◽  
pp. 143
Author(s):  
Muhamad Nurudin ◽  
Windi Jayanti ◽  
Rio Dwi Saputro ◽  
Masda Priadyan Saputra ◽  
Yulianti Yulianti

In a software test, validation is one of the processes of checking whether the software meets the expected specifications and objectives or not. The data validation process has not been maximized can result in a mismatch of data that will be stored in the database. For example the amount of stock turned negative, or the number of digits entered can exceed the defined limits. This can be detrimental to the owner and user in using this application. Therefore, it is necessary to improve the quality of validation more accurately, so it can help the owner in terms of data accuracy. Applications are designed in such a way must go through a testing phase to ensure the quality of the software itself. Examples of tests can be said to be good if they have a chance of finding an error that cannot be revealed. Among the many ways of the Black Box testing methods, this study uses the Boundary Value Analysis testing method. The method tests the maximum number of limits and the minimum number of limits to produce a valid value, which is considered quite relevant for testing sales applications at PT Karunia Segar Kedua. The initial stage of the research needs to be done is to define the functionality to be tested, compile the test scheme, choose the material to be tested, determine the maximum and minimum number of limits in accordance with a predetermined database structure, conduct experiments, document research results, and draw conclusions. The conclusion is based on the testing has been done is software can be used properly, after an improvement is made on the errors found. However, this test has not been said to be perfect, because it is only done using a sample form. From the results of this test it is expected that the application can be used according to user requirements.


Sign in / Sign up

Export Citation Format

Share Document