Upgrade to Pro — share decks privately, control downloads, hide ads and more …

MQA GOES TO CAMPUS #2: Software Testing Fundamental

MQA GOES TO CAMPUS #2: Software Testing Fundamental

MQA Goes to Campus merupakan program MQA yang akan dilaksanakan selama tiga kali pertemuan dalam satu bulan. Setiap pertemuan mempunyai keterkaitan dengan pertemuan yang lain. Untuk pertemuan kedua diadakan di Universitas Maulana Malik Ibrahim Malang dengan tema "Agile Testing". Berikut adalah rekap materi yang telah disampaikan oleh pemateri.

Malang QA Community social links and groups:
- Instagram: https://instagram.com/qamalang
- Facebook Group: https://www.facebook.com/groups/qamalang
- WhatsApp Group: http://bit.ly/QAMalang

#qamalang #komunitas #malang #qualityassurance

Malang QA Community

March 15, 2019
Tweet

More Decks by Malang QA Community

Other Decks in Programming

Transcript

  1. LIST OF Content Software Testing Important Levels of Software Testing

    Definition of Software Testing Types of Software Testing
  2. SOFTWARE TESTING A process of analyzing a software item to

    detect the differences between existing and required conditions (i.e., defects) and to evaluate the features of the software item. (Menurut standar ANSI / IEEE 1059) 01/31/19 Definition of Software Testing 1
  3. STORY 1 Suncorp Bank* - Pada bulan Februari 2017, terdapat

    kegagalan pemakaian setelah melakukan upgrade versi software. Hal ini menyebabkan hilangnya uang dari rekening bank pelanggan. Keluhan pelanggan bertambah terutama terkait penarikan berlebih pada akun mereka dan terkuncinya akun mereka. 01/31/19 Software Testing Important 3 *Suncorp is One of Australia's Largest Financial Services Brands Offering Home and Motor Insurance,Banking, Life Insurance, and Superannuation.
  4. STORY 2 Pada tahun 1985, Terdapat bug yang halus disebut

    race condition, seorang teknisi tidak sengaja dapat mengkonfigurasi Therac-25 sehingga berkas elektron menembak dalam modus kekuasaan tinggi ke arah pasien. Sehingga menyebabkan 3 orang meninggal dan 3 orang lainnya luka parah 01/31/19 Software Testing Important 4
  5. 01/31/19 Software Testing Important 5 Software bugs could be expensive

    or even dangerous. Software bugs can potentially cause monetary and human loss
  6. 1 01/31/19 Levels of Testing 18 UNIT TESTING is a

    level of software testing where individual units / components of a software are tested
  7. 2 01/31/19 Levels of Testing 19 INTEGRATION TESTING is a

    level of software testing where individual units are combined and tested as a group.
  8. 3 01/31/19 Levels of Testing 20 SYSTEM TESTING is a

    level of software testing where a complete and integrated software is tested.
  9. 4 01/31/19 Levels of Testing 21 ACCEPTANCE TESTING is a

    level of software testing where a system is tested for acceptability.
  10. TYPES OF SOFTWARE TESTING 01/31/19 Types Of Software Testing 9

    Non-Functional Testing • Performance Testing • etc. Functional Testing • Unit Testing • Integration Testing • etc. Maintenance • Regression • etc.