Software Testing Interview Question and Answers
11. |
What is Web Service Testing? |
|
A Web Service is a software component that is described via WSDL and is capable of being accessed via standard network protocols such as but not limited to SOAP over HTTP. |
|
|
12. |
What is the difference between Testing and Quality? |
|
Testing is the measurement of software quality. We measure the achieved quality by testing the relevant factors such as correctness, reliability, usability, maintainability etc.
|
|
|
13. |
What are the Levels of Testing? |
|
There are four levels in testing the software. They are : - Component testing
- Integration testing
- System testing
- Acceptance testing
|
|
|
14. |
What is Component Testing? |
|
Component Testing is the testing conducted by developers to check whether the programs or functions developed by them are working properly. This is also known as Unit Testing. |
|
|
15. |
What is buddy testing? |
|
Buddy testing is type a of component testing, where two developers test each other’s work. |
|
|