Skip to main content

Posts

Showing posts from December 3, 2017

Difference between Manual and Automation Testing

                 Manual Testing                 Automation Testing 1. Manual Testing is a process which is done manually. 1. Automation Testing is a process which is done by the help of automated tools. 2. All the famous phases of STLC like test planning, test deployment, result analysis, test execution, bug tracking and reporting tools are obviously comes under the category of Manual Testing and done successfully by human efforts. 2. In Automation Testing all the popular phases of STLC are done by various open sources and purchased tools like Selenium, J meter, QTP, Load Runner, Win Runner and so on. 3. Manual Testing is a start of Testing, without this testing we can’t start Automation Testing. 3. Automation Testing is a continuous part of Manual Testing. 4. In Manual Testing testers are allowed to do Random Testing to find the Bugs. 4. In Automation Testing we always test through R

Testing Artifacts

TEST PLAN Fundamentals TEST PLAN DEFINITION A Software Test Plan is a document describing the testing scope and activities. It is the basis for formally testing any software/product in a project. ISTQB Definition test plan : A document describing the scope, approach, resources and schedule of intended test activities. It identifies amongst others test items, the features to be tested, the testing tasks, who will do each task, degree of tester independence, the test environment, the test design techniques and entry and exit criteria to be used, and the rationale for their choice,and any risks requiring contingency planning. It is a record of the test planning process. master test plan : A test plan that typically addresses multiple test levels. phase test plan : A test plan that typically addresses one test phase. TEST PLAN TYPES One can have the following types of test plans: Master Test Plan: A single high-level te