Software Testing Interview Question and Answers

31. What are the types of cookies?
 
    Cookies are of two types :
  • Session cookies : This cookie is active till the browser is open. When the browser is closed this session cookie gets deleted.
  • Persistent cookies : These are cookies that are written permanently on the user machine and has lasts until the expiry date.
 
Your Name Your Email-ID
Your Answer
32. What is Configuration Testing in web testing?
  This is a process of testing the application against different environments, different hardwares and different softwares.
 
Your Name Your Email-ID
Your Answer
33. What is a Blocked Test Case?
  Blocked Test Case refers to the test case, which cannot be executed because the preconditions for its execution are not fulfilled.
 
Your Name Your Email-ID
Your Answer
34. What are the Types of Functional Testing?
 
    Functional Testing consists of two types :
  • Requirements Based functional Testing : Requirements Based functional Testing focus on testing functionality of each usecase or screen. For Requirements based functional testing we identify test conditions and prepare Testcase.
  • Business Process based functional Testing : Business Process based functional Testing focuses on testing the application from business point of view. For Business Process Flow based functional Testing we develop work flow testcases based on the order in which requirements are used by business users.
 
Your Name Your Email-ID
Your Answer
35. What is Big bang testing?
 
  • Big bang testing is a type of Integration testing in which all the modules of the project are integrated together at once, when all of them are ready.
  • Big bang testing can be followed for small projects but is not a good approach in large commercial applications.
 
Your Name Your Email-ID
Your Answer