Hai ra

Software Testing Interview Questions and Answers for Freshers | Software Testing Interview Questions with Answers

Software Testing Interview Questions and Answers for Freshers | Software Testing Interview Questions with Answers

Hi, today i would like to share more testing interview question and answers.


sotware testing, software testing interview question and answers
1. How many categories of defects are there?                                                                                                     
 
    There are three main categories of defects They are as follows:
  • Wrong
  • Missing
  • Extra
2. What are  types of Errors?                                                                                                                     
 
    Errors can be classified into two categories They are as follows :
  • Syntax Error
  • Logic Error
3. What is the difference between syntax and logical errors?
 
  • Syntax Error : A syntax error is a program statement that violates one or more rules of the language in which it is written.
  • Logic Error : A logic error deals with incorrect data fields, out–of–range terms, and invalid combinations.
4. What is fault?                                                                                                                                         
  A fault is condition that causes  system to fail in performing the required function.
5. What is failure?                                                                                                                                      
  Failure is inability of the software to perform  required function to its specification
6. What is  bug?
  It is  defined as a coding error that causes an unexpected defect, fault, flaw, or imperfection in a computer program.
7. What is test log?                                                                                                                                     
  A test log is used by  test team to record what occurred during  the test execution.
8. Give the  difference between static and dynamic testing?
 
  • Static testing : is performed using  software documentation. The code is not executing during static testing.
  • Dynamic testing : it requires  code to be in an executable state to perform the tests.
9. Explain  debugging?
  Debugging is a process that developers go through to identify  cause of bugs or defects in code a and resolve  corrections.
10. What is  maturity level?                                                                                                                       
  A maturity level specifies level of performance expected from an organization.

--------------------------------------------------------------------------------------------------------------------------

Previous
Next Post »