Software Testing Abbreviations and Acronyms
Below is a list of Acronyms or Abbreviations I could collect from various sources on Google related to Software Testing ABI Application Binary Interface ACC Attribute Component Capability AIAT Artificial…
Below is a list of Acronyms or Abbreviations I could collect from various sources on Google related to Software Testing ABI Application Binary Interface ACC Attribute Component Capability AIAT Artificial…
Apart from similar names, Smoke Test and Sanity Test, both aims at reducing testing efforts. No doubt they are confused for each other. Smoke TestingSmoke Testing is the very basic…
Difference between Regression Testing and Retesting is another one of the most frequently asked question in Software Testing interviews. So, a very straight forward and crisp answer would be –…
Following are the seven principles of Software Testing as per ISTQB syllabus. The principles are very basic and if remembered, may prove very-very useful and sometimes help in resolving misconceptions.…
“Software Testing is relatively new” – I get irritated whenever I hear or read this. As if before the term, software’s being developed were not tested. Oh, I used the…
Keyword Driven framework is also known as table-driven or action-word driven framework. In this framework, an application map is defined including it’s objects, components, actions and an expected value for…
Data Driven Framework is a systematic approach to test an application. In data-driven framework test input and output values are read/write from/to data files (Mostly Excel files) and are loaded…
A Modular Automation Testing Framework is one of the most basic type of automation framework. In Modular Automation Framework, each business module/functionality is separated out and handled independently. It…
Linear framework is the most simple of all the frameworks. Linear framework has individual scripts for each test case and is executed individually. It depicts the basic record and playback…
Automation Frameworks can be classified into following types: Linear FrameworkLinear framework is the most simple of all the frameworks. Linear framework has individual scripts for each test case and is executed…