Fadilah Fahrul Hardiansyah, Fadilah Fahrul
Unknown Affiliation

Published : 4 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 4 Documents
Search

Internet Connection Control based on Idle Time Using User Behavior Pattern Analysis Hardiansyah, Fadilah Fahrul; Buliali, Joko Lianto; Wibisono, Waskitho
EMITTER International Journal of Engineering Technology Vol 2, No 2 (2014)
Publisher : Politeknik Elektronika Negeri Surabaya (PENS)

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

Abstract

The increase of smartphone ability is rapidly increasing the power consumption. Many methods have been proposed to reduce smartphone power consumption. Most of these methods use the internet connection control based on the availability of the battery power level regardless of when and where a waste of energy occurs. This paper proposes a new approach to control the internet connection based on idle time using user behavior pattern analysis. User behavior patterns are used to predict idle time duration. Internet connection control performed during idle time. During idle time internet connection periodically switched on and off by a certain time interval. This method effectively reduces a waste of energy. Control of the internet connection does not interfere the user because it is implemented on idle time.Keywords: Smartphone, User Behavior, Pattern Recognition, Idle Time, Internet Connection Control
Internet Connection Control based on Idle Time Using User Behavior Pattern Analysis Hardiansyah, Fadilah Fahrul; Buliali, Joko Lianto; Wibisono, Waskitho
EMITTER International Journal of Engineering Technology Vol 2, No 2 (2014)
Publisher : Politeknik Elektronika Negeri Surabaya (PENS)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.24003/emitter.v2i2.26

Abstract

The increase of smartphone ability is rapidly increasing the power consumption. Many methods have been proposed to reduce smartphone power consumption. Most of these methods use the internet connection control based on the availability of the battery power level regardless of when and where a waste of energy occurs. This paper proposes a new approach to control the internet connection based on idle time using user behavior pattern analysis. User behavior patterns are used to predict idle time duration. Internet connection control performed during idle time. During idle time internet connection periodically switched on and off by a certain time interval. This method effectively reduces a waste of energy. Control of the internet connection does not interfere the user because it is implemented on idle time.Keywords: Smartphone, User Behavior, Pattern Recognition, Idle Time, Internet Connection Control
AUTOMATIC TESTING FRAMEWORK BASED ON SERENITY AND JENKINS AUTOMATED BUILD Sa'adah, Umi; Hasim, Jauari Akhmad Nur; Yunanto, Andhik Ampuh; Permatasari, Desy Intan; Hardiansyah, Fadilah Fahrul; Wulandari, Irma; Thooriqoh, Hazna At
JUTI: Jurnal Ilmiah Teknologi Informasi Vol. 19, No. 2, Juli 2021
Publisher : Department of Informatics, Institut Teknologi Sepuluh Nopember

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.12962/j24068535.v19i2.a1017

Abstract

Software Testing plays an important role in making high quality products and the right time. The process of testing done manually is often inaccurate, unreliable, and needed more than automatic testing. This research proposes a new framework for automation testing. This framework will help developers to create applications with better quality and shorten testing time. This framework offers a solution for developers so that the testing process is carried out easily and quickly. Our proposed concept consists of an automated test script based on Serenity Framework and can be done as a background process using Jenkins. Input of the system is a testing scenario, then mapped into Java Programming Language. Output of this system are test reports that represent the scenario that has been carried out. the results of implementation system prove that developers are helped by this framework in the software testing process. So that in this study it can be concluded that the automated testing framework that has been developed can improve the quality of application products through effective and efficient work methods.
Generator Aplikasi Web dengan GUI builder dan Autogenerate Database untuk Mempercepat Proses Pengembangan Hardiansyah, Fadilah Fahrul; Ahsan, Ahmad Syauqi; Amiruddin, Faizal; Muktasyim Billah, Mohammad Hasan
JUSTIN (Jurnal Sistem dan Teknologi Informasi) Vol 10, No 1 (2022)
Publisher : Jurusan Informatika Universitas Tanjungpura

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.26418/justin.v10i1.44895

Abstract

Waktu pengerjaan (deadline) yang singkat dari proyek pembuatan aplikasi merupakan sebuah tantangan yang besar bagi para penyedia jasa pembuatan aplikasi. Dari waktu pengerjaan yang singkat ini, banyak masalah yang dapat timbul, dimulai dari proyek aplikasi yang tidak dapat selesai sempurna dan keterlambatan selesainya proyek aplikasi. Untuk mengatasi masalah-masalah tersebut penulis memberikan solusi dengan mengembangkan suatu Laravel package untuk mendesain dan generate aplikasi siap pakai. Package ini menyediakan GUI builder untuk mendesain aplikasi sesuai keinginan dengan melakukan drag and drop komponen-komponen HTML untuk dilakukan generate menjadi file-file source code dengan memanfaatkan Laravel Blade sebagai template engine untuk melakukan render template-template komponen HTML berdasarkan apa yang telah didesain pada GUI builder. Dalam ujicobanya menggunakan kasus operasi CRUD (Create, Read, Update, and Delete) sederhana, file-file source code hasil dari generate dapat berjalan dengan baik tanpa harus melakukan modifikasi pada file-file source code tersebut sebelum dijalankan.