Know about CMMI
What is CMMI? CMMI (Capability Maturity Model Integration) is a training and appraisal program aimed at process improvement. It is a collection of very effective and reliable best practices which will help an organization improve its standard and quality. The model assesses current set of practices implemented by a system or an organization and identifies […]
Read MoreUFT – Smart Identification
UFT – Smart Identification: Smart Identification is a mechanism to identify the objects in Object Repository when the normal mechanism fails. It is applicable only for Web Applications. This mechanism is used by UFT to identify objects at Run time. When UFT is unable to recognize objects using the normal method, it goes for the […]
Read MoreISTQB – Types of Experience Based Techniques – Software Testing
Experience-based techniques Black Box techniques are used to derive test cases from the specification available. White Box techniques supplement the Black Box techniques and use the code to derive test cases and increase the test coverage. How do we test when there is insufficient/no documentation and also a limited time frame? What do we use to […]
Read MoreISTQB – White Box Testing Techniques in Software Testing
Structure Based or White Box techniques White-box test design techniques (also called structural or structure-based techniques) are used to derive test cases from an analysis of the program(code). This article is devoted to understanding how to derive test cases from a program and also derive coverage metrics for tests undertake. Deriving test case after analysis […]
Read MoreISTQB – What is Use Case Testing in Software Testing
Use Case Testing: The ISTQB syllabus expects the Software Tester at the Foundation level to understand and explain Use Case testing (K2 level). In contrast, the Software Tester has to apply the knowledge in selecting the test cases for the other Black Box techniques (Equivalence Partitioning, Boundary Value Analysis, Decision Table and State Transition – […]
Read MoreISTQB – What is State Transition Testing in Software Testing
State Transition Testing Technique: This technique falls under the Black Box testing techniques and the ISTQB syllabus excepts the tester to 1. understand State Transition diagrams and State tables 2. derive test cases from the State Transition diagrams and State Tables 3. Sequences – shortest, longest sequences 4. Null or Invalid transitions 5. Chow’s switch coverage State-transition […]
Read MoreISTQB – What is Decision Table Testing in Software Testing
Decision Table Testing: Consider this from an vehicle insurance Functional Spec: If the age of the driver is greater than 25 and the driver is female, offer a discount of 10%. In Equivalence Partitioning and Boundary Value Analysis, the focus was on single or specific inputs and probably more focused on UI. And the techniques […]
Read MoreISTQB – What is Boundary Value Analysis?
What is Boundary Value Analysis? Boundary value analysis is one of the best testing techniques in the software industry for testing software functions. It tests and detects if the software functions perfectly with the boundary values. The above technique tests values on, inside and outside particular boundaries. Testers detect major issues by analyzing the boundary […]
Read More