Analyst Integration Question:

Download Job Interview Questions and Answers PDF

Explain three different kinds of testing that might be performed on an application before it goes live?

Integration Programmer Interview Question
Integration Programmer Interview Question

Answer:

unit testing, integration testing and smoke testing. Unit testing is used to test individual units to verify whether they are working as expected, integration testing is done to verify whether individually tested module can work together or not and smoke testing is a way to test whether most common functionality of software is working properly or not e.g. in a flight booking website, you should be able to book, cancel or change flights.

Download Integration Programmer Interview Questions And Answers PDF

Previous QuestionNext Question
What is difference between forking a process and spawning a thread?How much time it take to retrieve an element if stored in HashMap, Binary tree and a Linked list? how it change if you have millions of records?