Penetration Testing
Penetration Testing is also known by the terms – Pen Testing, Security Testing, Ethical Hacking and White Hat Hacking. While all of these terms are many times used in exchange…
Penetration Testing is also known by the terms – Pen Testing, Security Testing, Ethical Hacking and White Hat Hacking. While all of these terms are many times used in exchange…
The mobile apps are broadly classified under three categories: NATIVE APPLICATION - A native application (native app) is an application program that is developed for use on a particular platform or device iPhone or…
With the advancement of technology, the mobile phone has advanced at rapid fast speed. There was a time when we were surprised that we could take pictures and videos from…
Difference between Severity and Priority of a defect has been the most common question for Software Testing job interviews. This is one topic; even very senior managers have conflicting views…
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…
Advantages of Automation Framework:- Low cost for maintenanceIf there is change to any test case then only the test case file needs to be updated and the Driver Script and…