A test summary report is a Test Document that formally summarizes the results of all testing. Test Lead or Test Manager prepares this document at end of the Testing in Test Closure phase. Its purpose is o enable Project management and Customer to know the status of testing status of the project and Application Quality […]
Test Analysis
Test analysis reads the test basis to identify testable features and define associated test conditions. It determines “what to test” in terms of measurable coverage criteria. Main activities:
Acceptance Testing
Like System Testing, Acceptance Testing deals with behavior and capabilities of a whole system or product. It ensures confidence in the quality of the system as a whole and validates that the system is complete and will work as expected. Defects may be found during acceptance testing, but finding defects is often notan objective. Acceptance testing may also […]
Test Basis
The source of information or examples of work products that is needed to write test cases. identify test conditions from which test cases can be derived. A test basis may require these informations :
Entry (Ready) & Exit (Done) Criteria
These are two of the control parameters. “Entry Criteria” defines the preconditions for undertaking a given test activity. If entry criteria are not met, it is likely that the activity will prove more difficult, more time-consuming, more costly, and more risky. In some cases it will be illogical to run the tes. “Exit Criteria” defines the final expected […]
Statement, Branch/Decision and Path Coverage
An entity like a line of very simple code is called a “statement“, ie. in Java: Wheather it has a functionality, a usecase or it is executable or not, It has been declared / stated in the code. So as testrers, our focus is the ones that we can verify their executions. we need to […]
How to Create Windows Installation Disk?
A step by step screen representation is provided below.
MBR or GPT & BIOS or UEFI
If you are trying to initiate a new disk or format your computer and when you prepare a USB drive to format your computer you will come up one or another of these options. You have to chose one. You cannot just go either one of them. An MBR boot disk must work with the […]
Software Tester Olmanın En Kısa Yolu
En son söylemem gereken sözü ilk söyleyeyim, merak edenler cevaplarını hemen alsınlar: 3 aylık herhangi bir kurs ile yazılım testerlığı yapılamaz. Çok kısa zamanda çok şey öğrenilebilse de hiç bir alanda derinleşilemez uzmanlaşılamaz. Ama 3 aylık kurslar ile iş bulmak ve iyi bir şirkette yazılım testerı olarak işe başlamak mümkün. O işi devam ettirmek ise […]
HTML Dersleri
Merhaba, bu ilk dersimizde HTML dilinin temellerini öğrenecegiz. İlk anahtar kelime gurubunu öğrenmeden once bu anahtar kelimeler ile ilk web sayfanızı hazırlamanıza yardımcı olacak araçlari tanıyalım. Beraber Bilgisayarınıza bu araçların kurulumunu yapalım. VS Code Kurulumu VS Code İndir Yukarıdaki butonu tıklayarak sizi yönlendireceği adresten kendi işletim sisteminize göre VS Code kurulum dosyanızı indirin ve yükleyin. […]