SOFTWARE TESTING

Software testing merupakan merupakan salah satu aktivitas jaminan kualitas. Kelengkapan dan efektivitas ujicoba secara dramatis dapat meningkatkan dengan menilai rencana uji dan prosedur yang akan  dilakukan.
Tipe-tipe software testing :
  1. Unit Testing (Unit testing is the process of testing a particular complied program)
  2. Integration Testing (Testing two or more modules or functions together with the intent of finding interface defects between the modules/functions.)
  3. System Testing (System testing is a form of black box testing. The purpose of system testing is to validate an application’s accuracy and completeness in performing the functions as designed.)
  4. System Integration Testing (Testing of software components that have been distributed across multiple platforms)
Software testing ada 2 jenis :
  1. Blackbox testing (Testing software without any knowledge of the back-end of the system, structure or language of the module being tested. Black box test cases are written from a definitive source document, such as a specification or requirements document.)
  2. Whitebox testing (Testing in which the software tester has knowledge of the back-end, structure and language of the software, or at least its purpose.)
Hubungan Software Testing Dengan SQA:
  1. Menjamin kesiapan untuk pengujian semua item.
  2. Menjamin bahwa semua pebgujian berjalan sesuai test plan dan procedure dan bahwa semua hal yg tidak terpenuhi dilaporkan dan dipecahkan
  3. Menjamin bahwa laporan pengujian lengkap dan benar
  4. Menjamin bahwa pengujian lengkap dan PL serta dokumentasi siap diserahkan
Fungsi Software Testing :
  1. Verifikasi adalah pengecekan atau pengetesan sesuatu termasuk perangkat lunak dengan melakukan evalusai apakan sesuai dengan spesifikasi yang diinginkan [Verification: Are we building the system right?]
  2. Pendektesian terhadap kesalahan yang mungkin terjadi dalam perangkat lunak.
  3. Validasi adalah melihat bagaimana suatu sistem dapat berjalan dengan tepat/benar.[Validation: Are we building the right system?]
    Blogger Comment
    Facebook Comment

0 komentar:

Post a Comment

Thanks For Your Feedback.