Answer Posted / jaya
hi..
integration testing is of 2 types
1.big bang integration
testing all the integrated components combindly.
2.incremental integration
a. top down integration
testing minor component first and after integrating
it to the existing device and testing once again.here minor
component will get effected if main component gets effected.
i.depth first integration
testing one branch depth wise(vertically)first.
ii.breadth first integration
testing breadth wise(horizontally)first.
b. bottom down integration
testing main component first and after integrating it
to the existing device and testing once again. here main
component will get effected if minor component also get
effected.
c. sandwitch integration
combination of top up and bottom down integrations.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
1) how will you do validation testing in combo box ? (2)Suppose user does not want maximum length validation message, but when tester inserts data in textbox and it gets truncated, how will you resolve this issue ? (3)if a user inserts maximum number in quantity textbox in a PHP based web application then what result will show?
What is a defect?
What is the difference between three tier and two tier application?
How do you scope out the size of the testing effort?
can you show me the test cases on registration form
Hi there, I am new to the world of testing. Is there any place where I can have a look at an actual specification documents or test plans or test cases. This will help me in generating a level of confidence. Looking forward to your replies
Name three reasons why the tester may choose to record in Context Sensitive mode.
When new application ready to test than whats your testing strategies?
What do you think the role of test-group manager should be? Relative to senior management?
1.What is configuration Management? 2. Explain Impact Analysis 3. Explain Peer Review 4. what i kickoff phase of Formal Review. 5. Whatv are the phases of fundamental test process. 6. what is state transition testing. 7. what is LCSAJ 8. Test conditions are derived from where?
Can you explain an application boundary?
What is Independant Testing? When and where this type of testing will be performed?
How to do the performance testing manually? Does you have a test case for that?
How to write test cases for nevigating menus? Ex. Course -Topics -Subtopics
Write UI Test case, Integration Test case, Functional Test case & Performance Test case for the File Menu for MS-Word?