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.
 
Your Name Your Email-ID
Your Answer
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.
 
Your Name Your Email-ID
Your Answer
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
 
Your Name Your Email-ID
Your Answer
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.
 
Your Name Your Email-ID
Your Answer
15. What is buddy testing?
  Buddy testing is type a of component testing, where two developers test each other’s work.
 
Your Name Your Email-ID
Your Answer