1000+ Scenario Based Software Testing Interview Questions and Answers - 2

Question: 6

What is Pair programming?

This is a software Development Methodology where two people sit and do the programming. One programmer develops the code and the other one analyzes the code for effectiveness of logic, adherence to coding Standards and syntax errors. The idea is if two people sit together and code, the code is very effective and is of good quality.

Question: 7

What is a template?

A Template is a document with a list of sections to be filed.

Examples are SRS template, Test plan Template, Test, Summary Report Template.

Question: 8

What is the difference between Problem and Risk?

Problem is something which the team is actually facing and Risk is some problem which may occur in future.

Question: 9

What is a Cookie?

A Cookie is small information stored in a text file on the user’s hard drive by the web server. This information is later used by the web browser to retrieve information from that machine. Generally a cookie contains personalized user data or information that is used to communicate between different web pages.

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.

Question: 10

What is Bottom-Up Integration Testing?

Bottom-Up integration testing is an incremental integration testing technique which begins by developing and testing the Bottom level modules first and progressively adding and testing Top level modules one by one. Top level modules are normally simulated by Drivers.

Related Questions