Advertisement

Lecture 1 Software testing introduction by rachit Panwar

Lecture 1 Software testing introduction by rachit Panwar What is software?

Software is a program that enables a computer to perform a specific task, as opposed to the physical components of the system (hardware). ... Computer software has to be "loaded" into the computer's storage (such as a hard drive, memory, or RAM).

What is software testing?


Software testing is an investigation conducted to provide stakeholders with information about the quality of the software product or service under test.Software testing can also provide an objective, independent view of the software to allow the business to appreciate and understand the risks of software implementation. Test techniques include the process of executing a program or application with the intent of finding software bugs (errors or other defects), and verifying that the software product is fit for use.

Software testing involves the execution of a software component or system component to evaluate one or more properties of interest. In general, these properties indicate the extent to which the component or system under test:

meets the requirements that guided its design and development,

responds correctly to all kinds of inputs,

performs its functions within an acceptable time,

it is sufficiently usable,

can be installed and run in its intended environments, and

achieves the general result its stakeholders desire.

What are the levels of software testing?

In general, there are 5 levels of testing: unit testing, integration testing, system testing, and acceptance testing,modular testing.
...
These testing level provide value to the software development lifecycle.

Unit testing: ...

Integration testing: ...

System testing: ...

Acceptance testing:

•modular testing

software engineering,software testing,software testing training,unit testing,white box testing,

Post a Comment

0 Comments