• Tidak ada hasil yang ditemukan

Silabus dan Pendahuluan Pertemuan 1

N/A
N/A
Protected

Academic year: 2018

Membagikan "Silabus dan Pendahuluan Pertemuan 1"

Copied!
35
0
0

Teks penuh

(1)

Silabus dan Pendahuluan

Pertemuan 1

Matakuliah : M0232/Testing dan Implementasi Sistem

(2)

Tujuan Instruksional Umum

• Mahasiswa akan dapat menerangkan peranan

tahap pengujian dan tahap implementasi pada rangkaian siklus hidup pengembangan sistem perangkat lunak. (C2)

• Mahasiswa akan dapat menghasilkan perencanaan pengujian (test plan) suatu proyek pengujian

perangkat lunak. (C3)

• Mahasiswa akan dapat menyimpulkan hasil proses pengujian yang dilakukan. (C6)

• Mahasiswa akan dapat mendesain laboratorium pengujian. (C6)

(3)

BUKU WAJIB

• Black, Rex. (2002). Managing The Testing Process. 2st

(4)

Referensi Lainnya

• www.rexblackconsulting.com

(5)

Topik Bahasan

1. Pendahuluan & Dasar2 Pengujian Software (Introduction &

Ch. 1) – Pert. 1

2. Kualitas Perangkat Lunak (Ch. 1) – Pert. 2 & 3

3. Test Plan (Ch. 2) – Pert. 4

4. Test System Architecture, Cases, & Coverage (Ch. 3) – Pert.

5

5. The Bug Tracking Databases (Ch. 4) – Pertemuan 6 & 7

6. Test Tracking Spreadsheet (Ch. 5) – Pert. 8

7. Managing the Dynamic (Ch. 6) - Pert. 9

8. Stocking & Managing a Test Lab. (Ch.7) – Pert. 10

8. Stafng & Managing Test Team (Ch. 8) – Pert. 11

9. Organizational Challenges for Test Manager (Ch. 9) – Pert.

(6)
(7)

TIK

• Mahasiswa akan dapat mendefnisikan pengertian

pengujian dan implementasi perangkat lunak. (C1) TIK-1 • Mahasiswa akan dapat menerangkan peranan tahap

pengujian dan implementasi dalam siklus hidup pengembangan sistem perangkat lunak. (C2) TIK-2 • Mahasiswa akan dapat menjelaskan pentingnya

pengelolaan proses pengujian. (C2) TIK-3

• Mahasiswa akan dapat menyebutkan sumber daya dan alat-alat bantu yang diperlukan untuk mengelola dan melaksanakan proses pengujian. (C1) TIK-4

• Mahasiswa akan dapat menjelaskan strategi pengujian (test

granularity) yang akan menentukan kedalaman tingkat

fokus pengujian. (C2) TIK-5

(8)

Pengujian Perangkat Lunak

(9)

Pengujian (

Testing

)

• Pengujian perangkat lunak (Software testing) adalah proses untuk mengukur kualitas dari perangkat lunak yang dikembangkan.

• Kualitas perangkat lunak (software quality)

mengukur seberapa baik sistem perangkat lunak dirancang (quality of design), dan tingkat

kesesuaian perangkat lunak dengan rancangan yang telah dibuat (quality of conformance).

• Standar internasional yang digunakan untuk mengevaluasi kualitas perangkat lunak adalah ISO 9126 yang mendefnisikan karakteristik

(10)

Why test software?

“Software bugs, or errors... ...cost the

U.S. economy an estimated $59.5

billion annually...more than a third of

these costs, or an estimated $22.2

billion ... could be eliminated by an

improved testing ...”

(11)

Why fnd bugs in software early?

A software defect left unfixed until

late in the development cycle

costs

80

to

1000

times more to fix

than it would if it was dealt with

earlier

(12)

Purpose of software testing

• ”Software Testing is the process of executing a program or system with the intent of fnding

errors” * or

• ”Any activity aimed at evaluating an attribute or capability of a program or system and

determining that it meets its required results” **

* Glenford Myers, The art of software testing

(13)

When to stop testing?

• Complete testing of a system is generally unfeasible (too expensive)

• Testing normally stops:

– when resources are exhausted or

– when the software meets the requirements or

– when the beneft of continued testing cannot justify the added testing costs

(14)

Implementasi Perangkat Lunak

(15)

System Implementation

• System Implementation or Adoption deals with the transfer (conversion) between an old system to a target system in an organization. So if a

(16)

Tahap Pengujian & Implementasi

dalam Siklus Hidup Pengembangan

Sistem

(17)

Traditional SDLC

(1) Systems Investigation

(2) Systems Analysis

(3) Systems Design

(4) Programming

(5) Testing

(6) Implementation

(7) Operation

(8) Maintenance

An eight-stage

systems

(18)

Testing & Implementation Phases in

SDLC

• Testing (Pengujian)

– Checks to see if the information system will produce the expected and desired results under certain conditions

• Implementation (Implementasi)

– The process of converting from the old system to the new system

– Four major conversion strategies

• Parallel conversion: the old and new systems operate simultaneously for a period of time

• Direct conversion: the old system is cut of and the new systems is turned on at a certain point in time

• Pilot conversion: introduces the new system in one part of the organization

(19)

Purpose of test management

To devise and apply an efective and economic

test strategy

• Key elements: – Test planning

– Test specifcations – Test execution

(20)

The Tools You Need

• A thorough test plan: meramalkan dan menghindari masalah yg potensial.

• A well-engineered test system

• A state-based bug tracking database

• A comprehensive test tracking spreadsheet • A simple change management database

(21)

The Resources You Need

• A practical test lab

• Test Engineers and Technician • Contractors and Consultants • External test Labs and Vendors

(22)

Dasar Sistem Pengujian

• Suatu pengujian yang akan dilakukan harus mempunyai fokus yang jelas.

• Ada 3 pertanyaan yang harus dijawab sebelum melakukan suatu pengujian:

– What you might test ? – What you should test ? – What you can test ?

• Jawaban -> membantu menentukan fokus pengujian yang dilakukan.

(23)

1. What you might test?

(24)

Usaha Pengujian yang Diperluas

• Dalam suatu proyek pengembangan perangkat keras maupun perangkat lunak, sudah banyak proses pengujian yang dilakukan di luar

organisasi.

• Ada 2 pandangan yang digunakan untuk menilai bagaimana kelompok diluar organisasi pengujian formal berkontribusi pada suatu proses

pengujian:

1. Test Granularity : level of focus of a test 2. Test Phases : Jenis pengujian yg dilakukan

(25)

Test Granularity

• Refers to the fneness or coarseness of a test’s focus • Can be thought of as running along a spectrum ranging

(26)

Structural Test

• Structural test fnd bugs in low level operations such as those that occur down at the levels of lines of code, database schemas, chips,

subassemblies, and interfaces.

(27)

Who did the structural test?

• Expert Programmers can be good structural

testing

(28)

Behavioural Test

• Behavioural tests are often used to fnd bugs in high-level operations, at the level of features, operational profles, and customer scenarios

• They are functional tests based on what a system should do • Behavioral testing involves a detailed understanding of the

(29)

Who did the behavioral test?

• Testers who understand the design of the system, at least at a high level, so that they can efectively fnd bugs

common to that type of design.

(30)

What is Good Behavioral Test?

• Structured

• Methodical

• Often repeatable sequences of tester-created conditions

(31)

Live Testing

• Live Test involve putting customers, content experts, early adopters and other end users in front of the system

• In some cases, we encourage the testers to try to break the system

(32)

Test Phases

• Unit Testing

• Component or Subsystem Testing • Integration or Product Testing

• String Testing • System Testing

(33)

Beneft of Phased Test Approach

• Structural Testing can build product stability

• Structural testing using scafolding or stubs can start early • You can detect bugs earlier and more efciently

• You can gather better metrics and use best-practice techniques in your testing efort

(34)
(35)

Referensi

Dokumen terkait

Hal ini menyimpulkan bahwa hipotesa yang menyatakan “Ada Pengaruh Pelaksanaan Program Nasional Pemberdayaan Masyarakat (PNPM) terhadap Peningkatan Ekonomi

Hal ini sangat beralasn sebab pengaturan masalah pencurian ikan/ Illegal Fishing itu sendiri masih baru saja diatur dalam Hukum positif kita, dengan

Metode akunting biaya yang mengumpulkan harga pokok dalam suatu kuantitas produk khas, peralatan, reparasi, atau jasa lain yang bergerak melalui proses produksi

Untuk mengatasi masalah sering terjadinya kebuntuan saringan pasir lambat akibat kekeruhan air baku yang tinggi, dapat ditanggulangi dengan cara modifikasi disain

Hasil uji coba kelompok kecil dan uji coba kelompok besar dapat disimpulkan bahwa model latihan bola bosu cabang olahraga panahan dapat digunakan dalam latihan panahan

Untuk mencegah adanya dikotomi ilmu yang memisahkan secara total sisi religiuitas agama dalam pengembangan ilmu pengetahuan, perlu menjadi acuan bagi setiap

Puji syukur penulis panjatkan kepada Allah SWT yang telah memberikan rahmat dan karunia-Nya, sehingga penulis dapat menyelesaikan tugas akhir yang berjudul “Aplikasi Sistem

FACR secara parsial mempunyai pengaruh positif yang tidak signifikan terhadap ROA pada Bank Umum Swasta Nasional go public periode Triwulan I tahun 2009 sampai