Specified file failed upload test. Error When Uploading Image From Front-end

Check the documentation wp_handle_upload
You need to include the file.php before calling wp_handle_upload

require_once( ABSPATH . 'wp-admin/includes/file.php' )