Software Testing Interview Question and Answers
1. |
Define software? |
|
Software is a set of instructions used to acquire inputs and to manipulate them to produce the desired output in terms of functions and performance as determined by the user of the software. |
2. |
Define testing? |
|
Testing is a process of executing a program with the intent of finding of an error. |
3. |
What are the types of software? |
|
There are two types of software. There are - System Software
- Application Software
|
4. |
What is the difference between system and application software? |
|
Computer software is often divided into two categories :
- System software : This software includes the operating system and all utilities
that enable the computer to function.
- Application software : These consist of programs that do real work for users.
|
5. |
Define process? |
|
A process is a series of steps involving activities, constraints, and resources that produce an intended output of some kind. |