how u can do integration testing and what r the approaches
u need to follow?
Answer Posted / naresh
We can do integration testing by integrate two
modules.after unit testing we do integration testing.We
folow two approaches for integratiion testing
1. Incremental: follow a particular sequence
2. Nonincremental: doesn't follow a particular sequence
Top-Down approach and Bottom-Up approach comes under
incremental and BigBang comes under NonIncremental
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What exactly you do as a Configuration controller?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
how to explain banking domain project in testing?
In cycle 1 we have 100 test cases out of which 95 test cases are PASS and 5 test cases are FAIL. So in cycle 2 how many test cases performed as a part of regression testing?
. Is any graph is used for code coverage analysis?
What r the features,u take care in prototype testing?
What is defect cascading in software testing?
How to write test case for view the table(i.e it is already stored in database and see the content in the table)
What is the difference between Sleep and wait in winrunner what is integration testing and types of testing present what is system testing what is data driven testing what is functionality testing if requirements are given to you then how do you write the test cases for it Account number = Ok cancel For above given form the valid account number starts from 1 to 1000 so is it necessary to input the 1,2,3 ….998,999,1000 test cases to check the conditions of valid account numbers I,e is it compulsory to write 1000 test cases for the above form
why QA team is necessary for an organization?
How do you test for the coockies for a web application?
What is the difference between white box, black box, and gray box testing?
what is the diff. bw separate database testers and manual testers with sql knowledge guys... iam confusing so much ,,in cmpny database testers are not working on manual..? both positions are same are not? explian clesly with example? thank u
How to derive test data from the design documents?
What is agile testing and why is it important?