List/Grid

Interview Subscribe to Interview

Program to find Anagrams

An anagram of a word or phrase is the result of rearranging its letters to form another meaningful word or phrase. For example, an anagram of “anagram finder” is “garden… Read more »

Selenium Interview Questions

Selenium Interview Questions

Selenium is a portable software testing framework for web applications. The tests can be written as HTML tables or coded in a number of popular programming languages and can be… Read more »

Basic shell scripting questions

1. How do you find out what’s your shell? – echo $SHELL 2. What’s the command to find out today’s date? – date 3. What’s the command to find out… Read more »

Logical Interview Questions

# Given a rectangular (cuboidal for the puritans) cake with a rectangular piece removed (any size or orientation), how would you cut the remainder of the cake into two equal… Read more »

One line C function to find if a no is power of 2

Subtract a power of 2 numbers by 1 then all unset bits after the only set bit become set; and the set bit become unset. For example for 4 (… Read more »

50 Common Interview Questions & Answers

1. Tell me about yourself: The most often asked question in interviews. You need to have a short statement prepared in your mind. Be careful that it does not sound… Read more »

PHP Interview Questions

1. What does a special set of tags < ?= and ?> do in PHP? – The output is displayed directly to the browser. 2. What’s the difference between include… Read more »

Bug Life Cycle

Bug Bug is defined as an abnormal behavior of a software. In terms of Testing, bug occurs when there is mismatch in the expected and the actual result.Whenever a tester/… Read more »

Traceability Matrix

Traceability Matrix is used to check the test coverage. In this Matrix, Test cases are mapped with Business Requirement. Basically, the main reason of making a traceability matrix is that… Read more »

Test Methodlology Vs Test Strategy Vs Test Approach

Usually people get confused between all these terms but there is difference between all these terms. Test Strategy – It is basically a component of Test Plan Document which illustrates… Read more »