Posts

Showing posts from July, 2022

JavaScript Programming Using jQuery Library

Image
.  Introduction jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of versatility and extensibility, jQuery has changed the way that millions of people write JavaScript. Article: Workbook: Introduction Getting Started Article: Workbook: Getting Started Basic JavaScript Article: Workbook: Basic JavaScript Basic jQuery Article: Workbook: Basic jQuery jQuery and UI Article: Workbook: jQuery and UI jQuery and AJAX Article: Workbook: jQuery and AJAX jQuery and Bootstrap Article: Workbook: jQuery and Bootstrap jQuery and Dynamic Table Article: Workbook: jQuery and Dynamic Table

Software Testing Techniques for User Acceptance (UA) and Systems Integration (SI) Testing

Image
A) Introduction Software testing is the process of evaluating and verifying that a software product or application does what it is supposed to do. The benefits of testing include preventing bugs, reducing development costs and improving performance.    In general, the levels of testing have the following hierarchy: Unit testing Component testing System testing System integration testing User acceptance testing Production (Adapted from: https://www.ibm.com/my-en/topics/software-testing) PENGUJIAN PERISIAN Pengujian perisian adalah proses menilai dan mengesahkan bahawa produk atau aplikasi perisian telah melakukan apa yang sepatutnya ia lakukan. Pengujian perisian membantu menyahkan pepijat, mengurangkan kos pembangunan dan meningkatkan prestasi perisian.    JENIS PENGUJIAN PERISIAN Terdapat pelbagai jenis ujian perisian, masing-masing mempunyai objektif dan strategi yang khusus: 1) Ujian penerimaan : M...

Laravel - PHP MVC Framework

Image
A) Introduction Laravel is a free, open-source PHP web framework, intended for the development of web applications following the model–view–controller (MVC) architectural pattern. Article: Workbook: A) Introduction B) Getting Started . Article: Your first Laravel application Setting Up Your Environment Workbook: B) Getting Started C) Server and Language Essentials . Article: Your first Laravel application Setting Up Your Environment Workbook: Server and Language Essentials 1) Kickstarting Laravel Project . Article: Workbook: 1) Kickstarting Laravel Project 2) Routing In Laravel Project . Article: Workbook: 2) Routing In Laravel Project 3) Page Templating In Laravel Project . Article: Workbook: 3) Page Templating In Laravel Project 4) Working With Controllers and Middlewares . Article: Workbook: 4) Working With...