25
May

V Model

Software testing is too important to leave to the end of the project, and the V-Model of testing incorporates testing into the entire software development life cycle. In a diagram of the V-Model, the V proceeds down and then up, from left to right depicting the basic sequence of development and testing activities. The model highlights the existence of different levels of testing and depicts the way each relates to a different development phase.

Continue reading

Posted in Uncategorized | 1 Comment
25
May

Techniques of Testing

There are two types of testing techniques:

1) Black Box Testing

Continue reading

Posted in Uncategorized | 0 comment
24
May

Security Testing

Posted in Uncategorized | 0 comment
24
May

Test Strategy & Test Plan

Test Plan

 

A test plan documents the strategy that will be used to verify and ensure that a product or system meets its design specifications and other requirements. A test plan is usually prepared by or with significant input from Test Engineers. The Test Plan document is derived from the Product Description, Software Requirement Specification SRS, or Use Case Documents.
The Test Plan document is usually prepared by the Test Lead or Test Manager and the focus of the document is to describe what to test, how to test, when to test and who will do what test.

Continue reading

Posted in Uncategorized | 0 comment
24
May

GUI Testing

GUI Testing

GUI testing is a process to test application’s user interface and to detect if application is functionally correct. GUI testing involves carrying set of tasks and comparing the result of same with the expected output and ability to repeat same set of tasks multiple times with different data input and same level of accuracy. GUI Testing includes how the application handles keyboard and mouse events, how different GUI components like menu bars, toolbars, dialogs, buttons, edit fields, list controls, images etc. reacts to user input and whether or not it performs in the desired manner. Implementing GUI testing for your application early in the software development cycle speeds up development improves quality and reduces risks towards the end of the cycle. GUI Testing can be performed both manually with a human tester or could be performed automatically with use of a software program.

Continue reading

Posted in Uncategorized | 0 comment
24
May

Web Testing

Web testing is the name given to software testing that focuses on web applications. Complete testing of a web-based system before going live can help address issues before the system is revealed to the public. Issues such as the security of the web application, the basic functionality of the site, its accessibility to handicapped users and fully able users, as well as readiness for expected traffic and number of users and the ability to survive a massive spike in user traffic, both of which are related to load testing.

Continue reading

Posted in Uncategorized | 0 comment
24
May

Agile Testing

Posted in Uncategorized | 0 comment
24
May

Database Testing

Posted in Uncategorized | 0 comment
24
May

Testing Life Cycle

Software testing life cycle or STLC refers to a comprehensive group of testing related actions specifying details of every action along with the specification of the best time to perform such actions. There can not be a standardized testing process across various organizations, however every organization involved in software development business, defines & follows some sort of testing life cycle.

Continue reading

Posted in Uncategorized | 0 comment
24
May

Testing Types

Unit testing –Software verification and validation method in which a programmer tests if individual units of source code are fit for use. It is usually conducted by the development team.

Continue reading

Posted in Uncategorized | 0 comment