What is integral testing

Showing Answers 1 - 6 of 6 Answers

sachin yadav

  • Jan 24th, 2006
 

integral testing is operated on integrated module of application, we acn say integrate all module and then test called integral testing

  Was this answer useful?  Yes

Mohan

  • Jan 31st, 2006
 

Testing performed to find defects in the interfaces and in the interactions between integrated components or systems.

  Was this answer useful?  Yes

Jyothi

  • Mar 16th, 2006
 

Integration testing  checks dataflow.Once all individual modules are tested thorougly and grouped there is a chance of getting errors at interfaces. so integration testing checks data flow from one module to next

  Was this answer useful?  Yes

divyag

  • Jan 9th, 2011
 

Integral testing means testing is conducted on multiple components.
This test is conducted by integrating two or more components in the same application or two different applications are integrated
For eg: 
Take Bank Application
In this it has different modules like loan, investments, accounts.
Here loan and account modules are integrated for customer when taking loan from their accounts

During integration testing:
1)
Verify the data communication between the components or systems
2) Performance (request, response time)
3)
Functionality of the application

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions