Software Testing Interview Question and Answers

46. What is the difference between thin client and thick client?
  Thick client is the one where validation happens at the client side and Thin client is the one where validation happens at the server side.
Usually web application are thick clients because validation happens at the client side using Java Script and windows based applications are thin Clients.
 
Your Name Your Email-ID
Your Answer
47. What is Web Service Testing?
  Web services Testing is nothing but testing whether the web service component returns correct data to various web service requests. This can be done with the help of tools like SOAP UI, stylus studio’s Web Service Call Composer, WSDigger.
 
Your Name Your Email-ID
Your Answer
48. What is the difference between a Bug and a Defect?
  Bug is a problem or an error in the software code, which is found in the application during Testing, whereas Defect is a problem reported by the customer during usage of the software application.
 
Your Name Your Email-ID
Your Answer
49. What is Error Guessing?
  Error guessing is a supplementary technique of test case design involving the tester’s intuition and experience. There is no formal procedure. However, a checklist of common errors is taken for reference.
 
Your Name Your Email-ID
Your Answer
50. What are the Tabs in QC?
 
  • Requirements
  • Test plan
  • Test lab
  • Defects
 
Your Name Your Email-ID
Your Answer