Claim Missing Document
Check
Articles

Evaluasi Kualitas Perangkat Lunak Sistem Absensi Pegawai Berbasis Framework Laravel Menggunakan ISO 29119 (Studi Kasus :Absensi-Pegawai-qr-code) Leonard Attalah; Muhamad Ikbal Kholik Saepullah; 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 assess the quality of Employee Attendance System software by referring to the ISO/IEC 29119 software testing standard. This application was created using Laravel and Vue.js to manage employee attendance, leave, and permissions. One of the main problems that often arise in the attendance system is failure in input data validation, potential security vulnerabilities, and logical errors in the check-in/check-out process that can seriously impact the reliability of employee data. In this study, an organized testing methodology is used that includes test planning, test scenario development, and test execution in accordance with ISO/IEC 29119-2 clauses with a risk-based method. The testing methods applied are Black Box Testing using Equivalence Partitioning techniques to verify the functionality between input and output, and White Box Testing with Cyclomatic Complexity analysis to assess the efficiency of the code's logical structure. The testing process was carried out by compiling 25 comprehensive test scenarios covering positive and negative conditions. The test results successfully found 10 software bugs with varying levels of severity, including critical issues such as weak validation of GPS location input and Cross-Site Scripting vulnerabilities. In conclusion, the implementation of the ISO/IEC 29119 standard has proven to be able to systematically organize the quality assurance process, detect security vulnerabilities early on, and provide important technical improvement recommendations before the system is operational to ensure system reliability.
Pengujian Aplikasi Inventory Manajemen System Berbasis Web Menggunakan Standar ISO/IEC 29119 (Studi Kasus :stemword/php-inventory-manajemen-system) Irpan Sadath Komala Putra; Ahmad Zulfikar Setiawan; 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 testing is a vital step in the information system development process, ensuring that the developed system has adequate quality, reliability, and security before being used in a real environment. Inventory information systems are one of the most important systems because they are directly related to the management of inventory data and business activities. The purpose of this study is to apply the ISO/IEC 29119 standard in testing the php-inventory-management-system application originating from the GitHub repository. Testing was carried out in a structured manner through the steps of test planning, test design, test execution, defect recording, and evaluation in accordance with the ISO/IEC 29119 guidelines. The testing methods used were black-box testing and static code analysis of the application's main modules. A total of 25 test cases were tested, with the results where 10 test cases were successful and 15 test cases failed. In addition, 10 defects were identified, which included defects related to security, input validation, and business logic, including critical defects that could pose security risks and inventory data inconsistencies. The evaluation results indicate that this application does not meet the software quality characteristics of ISO/IEC 25010, particularly in terms of security, reliability, and functional suitability. Therefore, the application is considered not yet ready for operational use and requires further improvement.
Penjaminan Kualitas Sistem Informasi Kalkulator Kredit Aktivitas Kemahasiswaan (KAK) Berbasis Web Menggunakan Standar ISO/IEC 29119 Gilang Rama Permana; 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 ensure the software quality of the web-based information system application, namely the Kredit Aktivitas Kemahasiswaan (KAK) Calculator of Pamulang University. The quality of this application is crucial as it directly relates to the non-academic graduation requirements for students. The methodology employed is structured Quality Assurance (QA), adopting the international standard testing framework ISO/IEC 29119 and referencing the quality characteristics of ISO/IEC 25010 (specifically Functional Suitability, Reliability, and Usability). Testing was performed using Blackbox Testing and Whitebox Testing techniques by designing and executing 25 comprehensive Test Cases. The test results showed that all 25 Test Cases were Passed (100% success rate), which validates the accuracy of the KAK point calculation , the reliability of the history management, and the interface responsiveness. With Zero Defects found in core functionality, the KAK Calculator application is declared compliant with the established quality standards and is accepted for use.  
Analisis Pengujian Perangkat Lunak pada Aplikasi CRUD Data Mahasiswa Berbasis PHP dan MySQL Menggunakan Black Box Testing Naufal Rizqiananda; 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

Penelitian ini bertujuan untuk menganalisis pengujian fungsional pada aplikasi CRUD Data Mahasiswa berbasis PHP dan MySQL menggunakan metode Black Box Testing dengan mengacu pada standar ISO/IEC 29119:2022. Pengujian dilakukan melalui tahapan analisis kebutuhan, perencanaan pengujian, penyusunan test case, pelaksanaan pengujian, dan pelaporan hasil pengujian terhadap sembilan fitur utama aplikasi, yaitu login, tampilan halaman utama, penambahan data mahasiswa, ekspor data ke format Excel, penampilan detail data mahasiswa, pengubahan data mahasiswa, penghapusan data mahasiswa, halaman informasi (About), dan logout. Hasil pengujian menunjukkan bahwa dari sembilan test case yang diuji, delapan test case dinyatakan berhasil dan satu test case dinyatakan gagal pada fitur halaman About yang tidak menampilkan informasi sebagaimana yang diharapkan, sehingga tingkat keberhasilan pengujian mencapai 88,9%. Berdasarkan hasil tersebut, dapat disimpulkan bahwa aplikasi telah memenuhi kebutuhan fungsional dasar, namun masih memerlukan perbaikan pada fitur yang belum berjalan optimal untuk meningkatkan kualitas aplikasi.   
Analisis Dan Pengujian Sistem Pada Website Medited Berbasis PHP Menggunakan Standar ISO/IEC 29119 Dea Amelia; Raihan Pratama; 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 and test the Medited website built with PHP for the CRUD doctor data module using the international standard ISO/IEC 29119. The testing was conducted to assess system reliability, input validation, and data integrity. The method applied is Black Box Testing, focusing on functional testing without examining the internal code structure. A total of 25 test cases were created to evaluate the Create, Read, Update, and Delete features, including input validation, management of data dependencies, and deletion confirmation mechanisms.The test results show that most basic CRUD features functioned as expected, with 14 test cases passing and 11 test cases failing. Major bugs were found in input validation for Name, Email, and Phone, deletion of data with dependencies, and data display when the table is empty. The analysis indicates that these failures may compromise data integrity and user experience.Based on these results, improvements are recommended for input validation, protection mechanisms for deleting dependent data, addition of Delete All confirmation, and enhancement of user feedback. The application of ISO/IEC 29119 standards proved useful in providing a systematic, well-documented, and repeatable testing framework to improve system quality.
Audit Kualitas Perangkat Lunak: Verifikasi Fungsionalitas Sistem Presensi Berbasis Web Menggunakan Standar ISO/IEC 29119 Nurul Khotimah; Dodi Wagiyanto; 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 reliability of employee attendance systems is a crucial element in human resource management to ensure payroll data integrity and discipline, yet the transition from manual methods to web-based digital platforms often faces data validity challenges, particularly regarding vulnerabilities to user time manipulation (client-side manipulation) and data redundancy. This study aims to audit the software quality of a web-based attendance application built using Native PHP and MySQL database, with a primary focus on verifying the stability of the system's logic in handling server-side time and validating the attendance workflow sequence. The testing methodology adopted adheres to the ISO/IEC 29119 international standard using a Black Box Testing approach, where a total of 25 test cases were comprehensively designed covering user interface modules, check-in and check-out logic, database integrity, and input security using Boundary Value Analysis and Stress Testing techniques. The results demonstrate that the system achieved a 100% success rate (Pass Rate) with a "Zero Bug" status, proving robust in preventing local device time manipulation and effectively rejecting attendance data duplication. It is concluded that this application meets technical feasibility standards, possesses high stability, and is ready for implementation to support small and medium-scale business operations.
Implementasi Standar ISO/IEC 29119 dalam Pengujian Kualitas Sistem Informasi Manajemen Inventori Berbasis Web Muhamad Nurridwan; Ahmad Nurhidayat; 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 Inventory Management Systems simplify stock management, but their data integrity heavily relies on functional validation and system security. Objective: This study aims to conduct Quality Assurance (QA) testing on an open-source inventory management system using the ISO/IEC 29119 international standard to ensure functional reliability and data security. Methods: The testing methodology includes designing a Test Plan, creating 25 Test Cases, and identifying defects (Bug Reports) using Black Box Testing techniques. Results: The testing results show that the system successfully executes automated calculation functions (GST and discounts); however, 10 significant bugs were discovered, including critical vulnerabilities such as SQL Injection, Remote Code Execution via image uploads, and negative stock logic. Conclusion: While functionally adequate for basic needs, the system requires extensive server-side validation and security hardening before it can be implemented in a production environment.  
Pengujian Fungsionalitas Sistem Informasi Perpustakaan Berbasis Web Menggunakan Metode Blackbox Testing Menggunakan Standar ISO/IEC 29119 Bob Zimazanya; Muhamad Ariq Rizky Supriyatna; 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

Manual library data management is still commonly found in educational institutions and often causes problems such as data recording errors, data duplication, and inefficiency in book borrowing and returning transactions. A Web-Based Library Information System was developed to manage library data in a computerized and centralized manner. This study aims to test the functionality of the system using the Blackbox Testing method. The testing techniques applied are Equivalence Partitioning (EP) and Boundary Value Analysis (BVA). The scope of testing includes login modules, book data management, member data management, and borrowing and returning transactions. The testing process refers to the ISO/IEC/IEEE 29119 standard. The test results indicate that most system functions operate according to the specified requirements, making the system feasible to be implemented as a web-based library management solution.
Audit Kualitas Perangkat Lunak pada Sistem Informasi Inventori Berbasis Web: Studi Kasus Repositori Open Source Menggunakan Standar ISO/IEC 29119 Resnawati Kusnandar; Muhamad Yusup; 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 reuse of open-source code from public repositories like GitHub to accelerate business information system development often neglects quality assurance aspects. This practice poses high risks as raw code may contain hidden defects that jeopardize data integrity. This study aims to conduct an independent quality audit on the "Shoe Store Inventory System" based on Native PHP and MySQL acquired from the depthgilang GitHub repository. The testing framework adopts the international standard ISO/IEC 29119 to ensure a systematic, standardized, and objective verification and validation process. The research methodology employs Dynamic Testing with a Black Box approach and Equivalence Partitioning technique. Testing focused on validating CRUD (Create, Read, Update, Delete) functionalities, system stability, and basic data input security. Based on the execution of 28 test cases, this research revealed empirical facts regarding low code quality. Although the user interface functions correctly, the system experienced a fatal Critical Failure in the form of database connection loss ("MySQL server has gone away") during data storage operations. Furthermore, Major category security loopholes were discovered, specifically SQL Injection and Stored Cross-Site Scripting (XSS) vulnerabilities due to the absence of input sanitation, as well as business logic errors allowing negative stock values. In conclusion, this software is declared as not meeting industrial eligibility standards for production release. The code requires deep structural refactoring on database connection management and security protocols before being safe for operational utilization.
Analisis dan Pengujian Quality Assurance pada Landing Page Alpha97 Berbasis Standar Internasional ISO/IEC/IEEE 29119 Mohamad Ilman; 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 research evaluates the quality of the Alpha97 e-learning landing page by adopting the ISO/IEC/IEEE 29119 international standard. The study focuses on verifying the functional integrity and reliability of the system through a structured testing life cycle as defined in ISO 29119-2, including the planning, design, and execution phases. Specification-based testing techniques from ISO 29119-4, specifically Equivalence Partitioning and State Transition Testing, were applied to analyze the newsletter subscription forms and mobile navigation mechanisms. Results indicate that core features such as interface responsiveness and interactive elements function correctly according to user requirements. However, the analysis identified weaknesses in the email validation logic and potential performance risks linked to external CDN dependencies. The study concludes that while the platform is functionally sound, improvements in security protocols and self-hosted asset management are necessary to enhance long-term stability and reliability for a better user experience.
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