Globalization Testing and Localization Testing

Globalization testing and localization testing is useful for a software which are going to be used in many country or all over the world. Let discuss one by one. Globalization Testing : Globalization testing is also called as a Internationalization testing. Globalization testing means testing Globalized Application to ensure that the software can be used … Read more

State Transition Testing

It is the test design technique which help us to find out scenarios based on state transition of the software and also help us to write the effective test cases for software transition from one state to another. Means it is helpful when we want to test different state transition. State Transition is helpful when … Read more

What Is Decision Table?

In this article we are going to discuss about decision table. Decision Table : In simple word, Decision table is useful to reduce our test conditions (test cases) by elimination some test cases which has same result/output. Decision table is also called cause-effect table. We know about the techniques called boundary value analysis and equivalence … Read more

Software Development Life Cycle

People from software background may have heard a lot about SDLC. But what actually is it?  Let’s discuss in depth about SDLC and its different phases. SDLC stands for Software Development Life cycle. It is basically a process or a methodology to ensure that a good quality software is build. The software development life cycle … Read more