scholarly journals Pengujian Black Box pada Aplikasi Perpustakaan Berbasis Web Menggunakan Teknik Equivalence Partitioning

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.

2019 ◽  
Vol 21 (1) ◽  
pp. 1-10
Author(s):  
Amelinda Chendra ◽  
Kristina G. Simanjuntak ◽  
Andree E. Widjaja ◽  
Suryasari Suryasari

Nowadays, the application of information systems can be applied in many fields, one of which is to support the process of adopting dog as a pet. The purpose of this research therefore is to develop an integrated information system that can be used to facilitate the process of adopting dogs. The developed information system which is web-based has several main functions, such as searching for dogs, managing adoption requests, monitoring dogs that have been adopted, and periodically managing user reports. The proposed system was developed using Rapid Application Development method, PHP programming language, Code Igniter frameworks, and MySQL database. Meanwhile, the system was tested using the black box testing method.


Author(s):  
Choiriyatus Shiddiqiyah ◽  
Elly Muningsih

ABSTRACT - Web-based information technology today is needed by the company in facilitating its activities. Likewise with PT. Bank Rakyat Indonesia (BRI) which handles various activities and jobs related to customer service, such as customer registration, savings and loan services, financial installment payment etc. PT. Bank Rakyat Indonesia (BRI) Unit Cepoko is one of the branches of BRI unit that has not used the web in its activities for customer registration service so that this makes it difficult for prospective customers located far from institutions that want to become customers. Therefore it takes a web that can be used to facilitate registration of prospective customers. This study aims to design a web created using Macromedia Dreamweaver 8, where the application is expected to facilitate the implementation of the web for customer registration. Software development using Waterfall method and testing using Black Box Testing method. The results of this study is a webbased information system that allows prospective customers to register as a customer at PT. Bank Rakyat Indonesia (BRI) Unit Cepoko, Ngawi. Keywords: customer registration, web, Waterfall method, Black Box Testing


2020 ◽  
Vol 3 (2) ◽  
pp. 64
Author(s):  
Fahmi Ahmad Fauzi ◽  
Gunawan Eka Putra ◽  
Supriyanto Supriyanto ◽  
Nurul Asia Saputra ◽  
Teti Desyani

Testing is a process in implementing a program for the purpose of finding / looking for an error. A test case is said to be good is if the test to be performed has the possibility of finding an error that cannot be revealed. While testing is said to be successful if the test to be carried out successfully found an error that originally could not be found. This research was tested by applying the Black Boxt Testing method. There are several ways in the Black Box Testing method, namely Boundary Value Analysis, Comparison Testing, Sample Testing, Robustness Testing, Equivalence Partitioning and others. In this study using testing by Equivalence Partitioning. Equivalence Partitioning Analysis is a case / problem that will be tested by finding several errors and reducing / minimizing the number of cases that must be made. This test is performed on the Parking Management Application function to facilitate managing parking. The test results indicate the application is in accordance with needs.


2021 ◽  
Vol 20 (1) ◽  
pp. 179-185
Author(s):  
Ariandi Nugroho ◽  
Dian Nugraha ◽  
Untung Suprihadi ◽  
Safira Faizah ◽  
Dewi Rahmasari ◽  
...  

The outbreak of the covid-19 virus has caused many listing and funding companies to go bankrupt. J-trus group is one of the companies that has experienced the impact of covid 19, so that the company is able to survive, the company is looking for other ways to get additional income, namely by expanding the sale of basic necessities online, here the author provides a solution using a web-based application to realize this the. So the purpose of this paper is to design and build a PHP-based application with the Codeignither framework. The method uses the waterfall and the database uses a MYSQL database. The design includes Use Case Diagrams, Activity Diagrams, class diagrams. Testing the application with the Black Box testing method, functionally has been declared successful. And based on the test results using the System Usability Scale (SUS), a score of 71 has been obtained with a value above the average so that it can be accepted by users


2020 ◽  
Vol 4 (2) ◽  
pp. 30-39
Author(s):  
Muhammad Fadhlurrahman ◽  
◽  
Dwi Capah ◽  

In Indonesia, there is one well-known sport, namely Futsal. Therefore, there are many businesses such as futsal court rental places. Basically, the futsal field rental is still manual, that is, customers come to the futsal location and make field rental transactions. This manual futsal court rental has a problem, namely that prospective customers cannot immediately find out the available empty schedule, this causes when they are already at the location but there is no desired schedule they are just wasting time. The purpose of this research is to find a solution in order to solve the problem in the manual futsal court rental method. With the creation of a web-based futsal court rental application that is expected to be able to solve this problem. This application was created using the waterfall development method so that the process of making this application is recorded in order and neat. This study produces a web-based futsal court rental application that has been tested for its feasibility using the black box testing method. This application provides a field rental feature for potential customers, as well as facilitates the processing of field rental data and financial report data for field owners.


2020 ◽  
Vol 11 (2) ◽  
pp. 111
Author(s):  
Yanuar Arviansyah ◽  
Nurfaizah Nurfaizah ◽  
Retno Waluyo

Abstract. Applying Fisher Yates Shuffle Algorithm on The Web-Based TOEFL Preparation Application. TOEFL (Test of English as a Foreign Language) in Indonesia has been using paper all this time so the questions given to participants are still the same. Therefore, an application for randomizing the TOEFL questions is needed. The algorithm for randomizing the questions used is the Fisher Yates Shuffle algorithm, which is an algorithm to generate random permutations from a finite set. The purpose of this research is to make an application of the Fisher Yates Shuffle algorithm in the web based TOEFL Preparation application in Britania Purwokerto. Britania Purwokerto is an English language course in Banyumas. The method used to develop the application is the Extreme Programming (XP) method. After testing using the black box testing method, it is concluded that the fisher yates shuffle algorithm can be applied in the web based TOEFL Preparation application for the online TOEFL test in Britania Purwokerto.Keywords: Course Institution, TOEFL, Fisher Yates Shuffle, Extreme Programming.Abstrak. Ujian TOEFL (Test of English as a Foreign Language) di Indonesia selama ini masih menggunakan paper sehingga soal yang diberikan kepada peserta tetap sama. Oleh karena itu diperlukan aplikasi untuk mengacak soal ujian TOEFL. Algoritma pengacakan soal pada aplikasi yang digunakan yaitu algoritma Fisher Yates Shuffle, yang merupakan sebuah algoritma untuk menghasilkan permutasi acak dari suatu himpunan terhingga. Tujuan penelitian ini adalah membuat aplikasi penerapan algoritma Fisher Yates Shuffle pada aplikasi TOEFL berbasis web untuk Britania Purwokerto. Britania Purwokerto merupakan lembaga kursus bahasa Inggris yang berada di Kabupaten Banyumas. Metode yang digunakan untuk mengembangkan aplikasi adalah metode Extreme Programming (XP). Setelah dilakukan pengujian mengunakan metode black box testing disimpulkan bahwa algoritma Fisher Yates Shuffle dapat diterapkan pada aplikasi TOEFL Preparation berbasis web untuk ujian online di Britania Purwokerto. Kata Kunci: Lembaga Kursus, TOEFL, Fisher Yates Shuffle, Extreme Programming (XP).


2020 ◽  
Vol 5 (1) ◽  
pp. 95
Author(s):  
Adi Surya Anggana ◽  
Abyghail Shiddiq ◽  
Andrey Agung Samui ◽  
Choirul Kodri ◽  
Fahmi Ramadhan ◽  
...  

Admin Application PT. World Trans which is being developed, found a problem in the database system that failed to communicate with the application system, namely when the admin enters the application using a user name and password, the database does not respond to data calls that are being made and the admin cannot enter the application. The development team has made improvements, and this time the test was carried out in an effort to see the possibility of the same defects or new defects in the application. So, if not tested, it will be very detrimental for business owners and other users. This test uses the Black Box testing technique. Black Box testing method consists of several ways, including Equivalence Partitioning, Boundary Value Analysis, Comparison Testing, Sample Testing, Robustness Testing, and others. Among the many testing methodologies, this test method was chosen using Equivalence Partitioning. Because Equivalence Partitioning is a Black Box testing method that breaks or divides the input domains of the program into data classes so that a test case can be obtained. The design of the Equivalence Partitioning test case is based on evaluating the equivalence class for input conditions that describe a set of conditions that are true or not. The results of this test are the admin application system PT. World Trans can make data calls to the database and there are no problems as before or new problems so that the system can run properly and according to software requirements that have been determined. With the results of this test, the development team can find out the extent of the problem in this application, as well as see the possibility of similar or new problems that can harm the team and business owners.


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


CCIT Journal ◽  
2019 ◽  
Vol 12 (1) ◽  
pp. 85-96
Author(s):  
Asmah Akhriana ◽  
Andi Irmayana

Along with the current development of Information Technology is always changing to make the security of an information is very important, especially on a network connected to the internet. But what is unfortunate is that the imbalance between each development of a technology is not accompanied by developments in the security system itself, so that there are quite a lot of systems that are still weak and have to be increased by the security wall. This study aims to design a Web-based App interface to facilitate users or administrators in securing network computers from various types of attacks. The Instrusion detection system (IDS) method is used to detect suspicious activity in a system or network using snort and honeypot. Honeypot is built on a computer along with Apache, MySQL, and Snort. Honeypot will act as a target to attract attackers and log information from the attacker and snort to apply the rules made from the web. The functional system will then be tested using the black box testing method. The results of this study concluded that Web App-based interfaces that are created can be used to help users and administrators in maintaining data and information on server computers from various types of attacks on computer networks


Sign in / Sign up

Export Citation Format

Share Document