Claim Missing Document
Check
Articles

Pengujian Kualitas Aplikasi Pembayaran SPP Berbasis WEB Menggunakan ISO/IEC 29119 Rifki Ardiansyah; Satria Maulana; Chairul Anwar
Journal of Information Systems and Business Technology Vol 1 No 4 (2025): Journal of Information Systems and Business Technology
Publisher : PT Jurnal Cendekia Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

Software quality testing is an important step to ensure that an application meets user needs and applicable standards. The purpose of this study is to evaluate the quality of a Web-Based Tuition Payment Application, designed to assist tuition payment management in schools. The application is designed to assist tuition payment management. The results of the study indicate that the application meets most of the software quality criteria, especially in terms of functionality and usability, using functional and non-functional testing approaches based on the ISO/IEC 29119 framework. However, to maintain optimal quality, improvements are needed in the security and documentation sections of the testing.
Pengujian Kualitas Aplikasi Cash Flow Class Berbasis Web Menggunakan Standar ISO/IEC 29119:2022 Dzulfikar Ali; Tiyas Cahyaning Wulan; Chairul Anwar
Journal of Information Systems and Business Technology Vol 1 No 4 (2025): Journal of Information Systems and Business Technology
Publisher : PT Jurnal Cendekia Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

Web-based financial management applications require a standardized testing process to ensure proper system functionality, reliability, and security. This study was conducted to evaluate the quality of the Cash Flow Class application developed using PHP and MySQL, complying with the ISO/IEC 29119:2022 standard. The Black Box Testing method was used in the testing, focusing on functional checks of key features such as login, member management, income, expenses, cash balances, and profile management. Testing was conducted through a series of systematically designed and executed test cases. Based on the test results, the application achieved a 60% success rate, with 18 test cases successful and 12 test cases failed. In addition, 12 bugs of varying severity were found, primarily in modules related to transactions and balance updates. This study provides several improvement suggestions to enhance the quality of the Cash Flow Class application, enabling it to operate more optimally and reliably in supporting web-based cash management.
Pengujian Fungsionalitas Aplikasi Peminjaman Ruang Kelas Berbasis Web (Pinjam Kelas Web-App) Menggunakan Metode Blackbox Testing Ria Anhar; Shantika Dwi Kurniawati; Muhamad Syahid; Chairul Anwar
Journal of Information Systems and Business Technology Vol 1 No 4 (2025): Journal of Information Systems and Business Technology
Publisher : PT Jurnal Cendekia Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

The manual classroom borrowing mechanism often causes problems in terms of efficiency and accountability due to its reliance on paper usage. To address this, the Pinjam Kelas Web-App was developed as a PHP-based classroom borrowing system that allows borrowing applications and management to be conducted digitally. This testing aims to evaluate the functionality and integration of the Pinjam Kelas Web-App system. Functionality testing includes main features such as borrowing applications, borrowing management (including approval, deletion, and data checking), as well as downloading borrowing data based on dates. Meanwhile, integration testing emphasizes the application's ability to interact with a prototype of a simple automatic door locking hardware using RFID and Solenoid Door Lock, which is an innovation in the classroom borrowing system. The responsiveness aspect of the web design is also tested to ensure that the user interface adapts well to various devices, both computers and mobile phones. The test results show that the Pinjam Kelas Web-App operates according to the specified specifications, thus providing an effective, efficient, and integrated alternative to replace the manual classroom borrowing procedures.
Aplikasi Sistem Pencatatan Pengaduan Masyarakat Berbasis Standar ISO/IEC 29119:2022 Achmad Irvan Zidny; Nazilah Marzukoh Marzukoh; Chairul Anwar
Journal of Information Systems and Business Technology Vol 1 No 4 (2025): Journal of Information Systems and Business Technology
Publisher : PT Jurnal Cendekia Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

The Public Complaint Recording Application is a web-based platform created using PHP Native and Bootstrap 5. This study was conducted to analyze the quality of the application through a systematic testing process in accordance with the ISO/IEC 29119:2022 standard using the Black Box Testing approach. The focus of this testing is on key features, such as authentication (registration and login), complaint data management (CRUD operations), report printing, and the application exit mechanism. Of the total 25 test scenarios evaluated, the application showed a success rate of 40%, with details of 10 successful scenarios (Pass), 14 unsuccessful scenarios (Fail), and 1 scenario appearing with a partially successful result. In addition, this study identified 10 bugs with varying levels of severity. Among these bugs, five of them are categorized as Critical because they are directly related to the system's security aspects. Critical bugs discovered include vulnerabilities to SQL Injection, XSS attacks, authorization flaws that allow unauthorized access, security holes in the file upload feature, and direct access to URLs without authentication. These findings indicate several security risks in the application that need to be addressed immediately. This study provides recommendations for improvements that should be prioritized, especially related to the implementation of input validation, session management, authorization control, and the use of prepared statements to prevent SQL Injection attacks. With improvements in these areas, it is hoped that the security, reliability, and overall quality of the application can be improved, so that the system can be used safely and effectively by the public.
Evaluasi Kualitas Fungsional Aplikasi Point of Sales (POS) Restoran Berbasis Web (Open Source) Menggunakan Standar Pengujian ISO/IEC 29119 Muhamad Raehan; Alanjono Astian Jondy; Chairul Anwar
Journal of Information Systems and Business Technology Vol 1 No 4 (2025): Journal of Information Systems and Business Technology
Publisher : PT Jurnal Cendekia Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

The utilization of open-source software from public repositories like GitHub serves as an efficient solution for the digitalization of culinary MSMEs. However, the lack of formal testing documentation in open-source projects often raises concerns regarding system stability, logic accuracy, and data security. This study aims to conduct a comprehensive audit and functional quality evaluation of a web-based Restaurant Point of Sales (POS) application (built with Native PHP and MySQL) sourced from a GitHub repository. This research does not focus on system development but rather on verifying system feasibility using the international standard ISO/IEC 29119-3. The applied method is Black Box Testing to validate system output against user input. Equivalence Partitioning and Boundary Value Analysis techniques were employed to design 27 test cases covering interface validation, transaction arithmetic accuracy, and database data integrity (ACID). The test execution results indicated that the application successfully handled all test scenarios with a "Pass" status (100% success rate). No bugs or software defects (Zero Defect) were found in critical functions. This study concludes that the open-source POS application possesses high logic stability, is free from critical functional errors, and is declared feasible for implementation in a real production environment.
Analisis Kualitas Perangkat Lunak Sistem Informasi Perpustakaan Sekolah Menggunakan Metode Black Box Testing Berbasis Standar ISO/IEC 29119 Kamila Salma Sofyan; Sheni Febriyanti; Chairul Anwar
Journal of Information Systems and Business Technology Vol 1 No 3 (2025): Journal of Information Systems and Business Technology
Publisher : PT Jurnal Cendekia Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

The implementation of information technology in school libraries aims to enhance the efficiency of member data management and book circulation. However, vulnerabilities in system logic often lead to fatal inventory data inaccuracies. This study aims to validate the functionality of a web-based library application by applying the Black Box Testing method. The testing stages are structured according to the ISO/IEC 29119 international standard, covering planning, design, and test execution. Test case design techniques utilize Equivalence Partitioning and Boundary Value Analysis to test input validation limits and business logic. Testing was conducted on 27 test cases covering authentication modules, master data management (students and books), and loan transactions. The results showed that out of a total of 27 test cases, 21 cases were declared successful (Pass) and 6 cases failed (Fail). Bug findings included critical categories where the system allowed borrowing on zero stock causing negative values, return date logic errors, and the absence of validation on student data input forms. In conclusion, while the basic features of the application are operational, significant improvements in back-end validation and stock algorithm logic are required before the system is released to the production environment to ensure data integrity.
Penjaminan Kualitas Sistem Informasi Point Of Sale Berbasis Web Menggunakan Standar ISO/IEC 29119 Jodi Caesar; Wasis Wijanarko; Chairul Anwar
Journal of Information Systems and Business Technology Vol 1 No 3 (2025): Journal of Information Systems and Business Technology
Publisher : PT Jurnal Cendekia Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

Software Quality Assurance (SQA) plays a pivotal role in maintaining the operational stability and data integrity of business-critical applications, particularly Point of Sale (POS) Information Systems where transaction accuracy is paramount. This study aims to rigorously evaluate the functional quality and security posture of an open-source, web-based POS application acquired from a public GitHub repository. The testing methodology was systematically executed using a Black-Box Testing approach, strictly adhering to the ISO/IEC 29119 process framework to ensure a standardized testing lifecycle. The quality evaluation was grounded in the ISO/IEC 25010 standard, with a specific focus on the Functionality and Reliability characteristics. The testing process involved the design and execution of 25 comprehensive Test Cases covering various user scenarios, resulting in the documentation of 6 distinct Bug Reports. Although the fundamental workflows function as intended, the assessment revealed significant defects, comprising 1 Critical Bug and 5 Major Bugs. The most severe Critical Bug involves the system's failure to automatically deduct inventory stock following a successful transaction, a flaw that directly compromises data integrity and inventory accuracy. Additionally, critical security vulnerabilities, specifically SQL Injection, were detected within the authentication module, posing severe risks of unauthorized access. Consequently, the POS application is classified as "Needs Improvement." Immediate corrective actions targeting core business logic and rigorous input validation are required to ensure the system meets operational quality standards before deployment.
Analisis Pengujian Perangkat Lunak pada Sistem Inventory Gudang Berbasis Web Menggunakan Standar ISO/IEC 29119 Ananda Ivana Anggraini; Dian Rifan Abdulah; Kukuh Wijarnako; Chairul Anwar
Journal of Information Systems and Business Technology Vol 1 No 4 (2025): Journal of Information Systems and Business Technology
Publisher : PT Jurnal Cendekia Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

This study aims to analyze the software testing results of a web-based Inventory Gudang system using the ISO/IEC 29119 standard. The system tested is an open-source inventory management application utilized to support stock management processes, including master data management, transaction handling, user authentication, and reporting features. The testing process was conducted by applying structured testing activities based on the ISO/IEC 29119 framework, covering test planning, test execution, documentation of test scenarios, and analysis of testing results. The evaluation focused on identifying functional errors, determining their root causes, and assessing their impact on overall system functionality. The testing results indicate that while several core functionalities operate as expected, critical issues were identified in system integration, authentication mechanisms, and routing configurations, which significantly affect system usability and reliability. Based on the analysis, the system is currently not suitable for release without corrective actions. This study provides recommendations for system improvement and emphasizes the importance of applying standardized software testing practices to ensure system quality and operational readiness.  
Evaluasi Kualitas Fungsional Aplikasi POS Alfamart dari Repository GitHub Menggunakan Standar Pengujian ISO/IEC 29119 Muhammad Ishomi Dhiwa; Sahala Yudha; Chairul Anwar
Journal of Information Systems and Business Technology Vol 1 No 3 (2025): Journal of Information Systems and Business Technology
Publisher : PT Jurnal Cendekia Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

The utilization of open-source software from public repositories often lacks standardized quality assurance and testing documentation, posing potential functional failure risks during operational deployment. This study aims to evaluate the functional quality and technical feasibility of the "POS Alfa" application sourced from the depthgilang GitHub repository, strictly adhering to the ISO/IEC 29119 international standard. Employing a Black Box Testing approach, the research methodology commenced with acquiring the source code to a local server, formulating a Test Plan, and designing test scenarios using Equivalence Partitioning and Boundary Value Analysis techniques to validate the system's business logic. The execution of 25 Test Cases revealed that while the basic system architecture functioned correctly, critical defects were identified within the input validation and user session management modules, which posed risks to data integrity. Following defect remediation simulation and re-testing, the success rate of the test scenarios improved significantly, leading to the conclusion that ISO/IEC 29119-based quality audits are essential for ensuring the stability of third-party source code before it is declared production-ready.
Pengujian dan Validasi Sistem Kasir Berbasis Web Menggunakan Standar Pengujian ISO/IEC 29119 Florida Virginia Luan; Leli Fatmasari; Chairul Anwar
Journal of Information Systems and Business Technology Vol 1 No 3 (2025): Journal of Information Systems and Business Technology
Publisher : PT Jurnal Cendekia Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

The adoption of web-based cashier systems has become a common choice among small and medium-sized enterprises due to their ability to streamline transaction processes and simplify sales data management. Nevertheless, ensuring the quality of such software requires a structured testing and validation approach. This study focuses on applying the ISO/IEC 29119 international standard as a framework for testing a web-based cashier system. The research stages include test planning, test case design, test execution, and result evaluation in accordance with the standard. Findings indicate that the system meets functional, reliability, and usability requirements aligned with operational needs. Validation was conducted by comparing test outcomes with system specifications and business requirements, leading to the conclusion that the tested web-based cashier system is suitable for implementation. The application of ISO/IEC 29119 provides a systematic and consistent methodology for software testing, thereby enhancing confidence in the quality of the developed system.
Co-Authors Abdurrahman Harits Achmad Febriyadi Achmad Irvan Zidny Afrizal Ahmad Arisyi Ahmad Nurhidayat Ahmad Zulfikar Setiawan Akmal Febrian Alanjono Astian Jondy Alif Fullah Alya Salsabilah Ananda Ivana Anggraini Aprien Febrian Ardijan Handijono Bob Zimazanya Chevy Herli Sumerli Dea Amelia Della Putri Kinanti Dhimas Suryo Laksono Dian Rifan Abdulah Dodi Wagiyanto Dwi Sari Ida Aflaha, Dwi Sari Dyah Masdyah Dzulfikar Ali Ervan Yudi Widyarto Fariz Nurrahim Fauzan Abdi Alam Alsalam Florida Virginia Luan Gilang Rama Permana Gilang Ramadhani I Gusti Ngurah Nyoman Dharma Manuarsa Ikhlasul kamil Indra Kosasih Irpan Sadath Komala Putra Jelita Sari Laksmi Jodi Caesar Joko Riyanto Kamila Salma Sofyan Kaysha Jasmine Khusnul Fikroh Adillah Kraugusteeliana Kraugusteeliana Kukuh Wijarnako Latifah Chumai Roh Leli Fatmasari Leonard Attalah Lia Lianti Mohamad Ilman Muhamad Ariq Rizky Supriyatna Muhamad Ikbal Kholik Saepullah Muhamad Nurridwan Muhamad Raehan Muhamad Syahid Muhamad Yusup Muhammad Adib Iktimal Muhammad Ishomi Dhiwa Muhammad Sodikin Muhammad Zaky Aditiya Muwahidah Nurhasanah Najwa Kusumaningrum Nasmilzha Gusfiarta Rachmadi Nasution, Annio Indah Lestari Naufal Rizqiananda Nazilah Marzukoh Marzukoh Niko Bilhaq Assidiqi Novi Rahayu Nugroho Djati Satmoko NURHASAN Nurul Khotimah Putra Zahwa Pratama Putri Arum Sari Putri Sri Rahayu Rahmat Hartono Raihan Pratama Resnawati Kusnandar Reza Sahputra Ria Anhar Rifki Ardiansyah Risa Salsabila Rivalno Putra Mulya Sa'diyah Sahala Yudha Satria Maulana Sekar Ajeng Kinasih Shantika Dwi Kurniawati Sheni Febriyanti Siti Aisyah Siti Maemunah Suci Handayani, Suci Sultan Hady Tiyas Cahyaning Wulan Uli Wildan Nuryanto Warman Wasis Wijanarko