I am new to Testing , my question is
Integration Testing is a BlockBox Testing or White box
testing ? please give me a answer .....

Answer Posted / a sameer

Integration testing is neither a black box nor a white box,
it is the combination of both black box and white box, so
integration testing is a Grey Box testing. This is why because
During integration testing we will be doing 3 types of
testing techniques
1. Top -Down testing
2. Bottom-up Testing
3. Sandwich testing/ Hybrid testing

Actually these are black box techniques but there are
conditions where some modules are not done before hand and
we need to test so we take the help from developers to
develop a small peace of program which is called stud and
driver. Using these we can make connectivity to unmade
modules and move forward to other module.

So we need both coding part as well as black box technique
part that is the reason it is called as Grey box testing.

Still we can go indepth related to integration later but as
of your question it is Grey Box testing.

Is This Answer Correct ?    23 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why would we not include these?

703


Why it is recommended to add verification checks to your all your scenarios?

1664


Why documentation testing is important?

1567


i need manual testing interview questions for 2+ experience plzz help me..

3828


Different types of design diagrams that supports to write test cases ?

1869






Scenario A year ago we developed a standards compliant website for a client. Their site is very popular resulting in the client wanting to be able to track how it is being used by their users. The first part of this project is to create a Login function so that users can be identified on the website. The data supplied by users would have to be handled securely. You have been allocated this project to work on. You will be responsible for the task from start to finish and will be expected to give feedback to your manager. User expectations  The client wants their users to be able to login using a page that fits in with the website design.  Tom wants to access the website but doesn’t want his login information to be available to anyone else.  Paul doesn’t want to login to the website because he’s not a frequent user. Task Please provide some feedback on how you would do the following:-  Being the only Test Engineer on this task, what would your approach be for this requirement?  Identify the key areas for testing this page.  What tools if any, would you use to perform the testing, bearing in mind that the testing will be done without using an ‘automated test tool’.  Provide a sample test case that could be used for testing this page, for example as a word or Excel document.

1454


How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }

1583


How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....

1632


What is Pre UAT and UAT is there any difference ?

2978


Can you explain random/monkey testing?

656


How can you do the scalability testing?

696


There are some features to improve the performance of a Product. What are those factors?

1606


What is integration level testing?

697


could any body plz let me know which is best training institute for telecome testing in hyderabad?

1519


What is unit level testing?

651