Analyst Integration Question:

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

Tweet Share WhatsApp

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 PDF Read All 41 Integration Programmer Questions
Previous QuestionNext Question
Explain inner join and a left join in SQL?Can you please explain the difference between iteration and recursion?