Testing Estimation Question:
Download Questions PDF

What is Application boundary?

Testing Estimation Interview Question
Testing Estimation Interview Question

Answer:

The first step in FPA is to define the boundary. There are two types of major boundaries:

Internal Application Boundary
External Application Boundary

The external application boundary can be identified using the following litmus test:

Does it have or will it have any other interface to maintain its data, which was not developed by you?.
Does your program have to go through a third party API or layer? In order for your application to interact with the tax department application your code has to interact with the tax department API.
The best litmus test is to ask yourself if you have full access to the system. If you have full rights to make changes then it is an internal application boundary, otherwise it is an external application boundary.

Download Testing Estimation Interview Questions And Answers PDF

Previous QuestionNext Question
What is General System Characteristics (GSCs)?Customer has reported severe defects in Daily balance report. The customer is unhappy that the problem is not fixed even after a week. What action you as a PM will take to restore confidence of customer and ensure that this will not happen in suture?