Claim Missing Document
Check
Articles

Found 3 Documents
Search

Pengamatan Testing Sistem Informasi Pada Website DemoBlaze Arly, Yehezkiel; Salim, Alissa; Rusdiansyah, Rusdiansyah
Jurnal Informatika dan Bisnis Vol. 13 No. 1 (2024): Edisi Juni 2024
Publisher : Institut Bisnis dan Informatika Kwik Kian Gie

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.46806/jib.v13i1.1173

Abstract

This project aims to test a dummy e-commerce website to ensure it meets the requirements and functions properly as expected. The testing is conducted using the Python programming language with IntelliJ IDEA as the Integrated Development Environment, and utilizing a tool called Selenium to test the website with Chrome WebDriver as the connector to execute commands on the Google Chrome browser. The testing process includes simulating various user activities such as registration, login, adding items to the cart on the website, and online payment transactions. Each testing step is designed to identify and fix potential issues, ensuring that all main website functions run smoothly and meet user expectations. Furthermore, this testing aims to evaluate students' ability to write effective testing scripts. By conducting this testing, students are expected to gain valuable practical experience in software testing and enhance their understanding of the importance of testing in the software development cycle. The results of this testing are expected to enhance students' understanding of the importance of testing in the software development cycle and ensure that the e-commerce site can provide an optimal user experience. Overall, this project emphasizes the importance of comprehensive and structured testing to seek high-quality software.
Implementasi Black Box Testing pada website E-commerce Shopee menggunakan State Transition Testing Salim, Alissa; Rusdiansyah, Rusdiansyah
Jurnal Informatika dan Bisnis Vol. 13 No. 2 (2024): Edisi Desember 2024
Publisher : Institut Bisnis dan Informatika Kwik Kian Gie

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.46806/jib.v13i2.1321

Abstract

A website must undergo software testing before it is used or published to the pub-lic. There are two general testing methods: white box testing and black box test-ing. In this article, the black box testing method is chosen, which is a testing method focused on the functionality of the application without looking into the internal code structure. Several testing techniques in the black box testing method include equivalence partitioning testing, boundary value analysis testing, compar-ison testing, and others.In this article, the author implements the state transition technique on the e-commerce website Shopee. State Transition testing is a tech-nique or method that focuses on testing the behavior of the system when transi-tioning from one state or mode to another. The goal is to ensure that the transi-tions between these states or modes work according to the specified require-ments.The testing process begins with identifying the states or modes present in the system to be tested. The second step is creating a transition diagram or state transition diagram that depicts the relationship between the occurring modes. The third step is determining the test cases that cover all the occurring transitions, and the final step is analyzing the test results.By using state transition testing, it is possible to test and validate the system's behavior when transitioning between states with comprehensive coverage, ensuring that the Shopee e-commerce website functions properly in various user scenarios.
Implementasi Sistem Enterprise Resource Planning pada Toko Gemilang 888 Salim, Alissa; Susilo, Joko
Jurnal Informatika dan Bisnis Vol. 14 No. 1 (2025): Januari - Juni
Publisher : Institut Bisnis dan Informatika Kwik Kian Gie

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.46806/jib.v14i1.1389

Abstract

In today's digital era, the use of ERP (Enterprise Resource Planning) systems has become a strategic solution for businesses to manage operations more efficiently and in an integrated manner. Toko Gemilang 888, a retail business, faces challenges in managing sales data, inventory, and financial reports, which are still handled manually. This study aims to implement a web-based ERP (Enterprise Resource Planning) system to improve operational efficiency, minimize errors, and accelerate business processes at Toko Gemilang 888. The methods used include system requirements analysis, ERP system model design, and implementation testing to ensure the system operates according to business needs. The design of the ERP system at Toko Gemilang 888 aims to enhance operational efficiency by automating inventory tracking, invoice generation, and report preparation through a web-based architecture. The system includes input processes by users via Client PCs, data processing on the Main ERP Server, and output that is displayed back to the users. To support optimal performance, the system requires hardware with a capable processor, sufficient RAM capacity, and high-speed storage. Meanwhile, the software used includes the latest operating system, a PostgreSQL database, and a Flask-based web server. The implementation of the ERP system at Toko Gemilang 888 has successfully improved operational efficiency by automating administrative processes, reducing transaction recording errors, and optimizing inventory management and sales trend analysis. However, the system still has limitations, such as the absence of a transaction deletion feature, which can be addressed by alternatives such as a transaction cancellation feature, stricter data validation, and an audit trail module to maintain transparency.