Вы находитесь на странице: 1из 1

Automated software testing is a process in which software tools execute pre-scripted tests on a software

application before it is released.


The objective of automated testing is to simplify as much of the testing effort as possible with a minimum set
of scripts.
Beta Testing
A Beta Test is a period in the development of hardware, software or website where it is tested by large groups
of people who would be typical users.
Black-box testing is a method of software testing that examines the functionality of an application
without knowing its internal structures o. This method of test can be applied every level of software testing:
unit, integration, system and acceptance.
What is Bug?
A fault in a program which cause it to perform in an unintended or unexpected manner.
What is Defect?
If software misses some feature or function from what is there in requirement it is called as defect.
What is Data Flow Diagram?
A graphical representation of the "flow" of data through an information system.. A DFD is often used as a
preliminary step to create an overview of the system, which can later be elaborated.
What is Debugging?
The process of finding and removing the causes of software failures.
Regression testing is the process of testing changes to computer programs to make sure that the older
programming still works with the new changes.
What is Software Testing?
Software testing is a process of executing a program with the goal of finding the software bugs.
What is Structural Testing?
The structural testing is the testing of the structure of the system or component. In structural testing the
testers are required to have the knowledge of the internal implementations of the code.

Вам также может понравиться