When do you go for integration testing?
Answers were Sorted based on User's Feedback
Answer / mythily jasthi
we will normall go for integration testing when the
individual software modules are combined and tested as a
group
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / pragna
testing of combined parts of an application to determine if
they function together correctly. The ‘parts’ can be code
modules, individual applications, client and server
applications on a network, etc. This type of testing is
especially relevant to client/server and distributed
systems.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / suman
project based integration testing processed.mostly unit
level completion then start integration testing .
intergration testing done by both developer and tester.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / nithya
Integration Testing is done to check the communication or
between two or more module.It is done by both testers and
developers.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / thamim
i think integration testing done by the development team.
it target programe or design .its development environment
you correct i will do some mistake in the answer
| Is This Answer Correct ? | 0 Yes | 9 No |
hi, In testing, what is raw data and what is test data and who will prepare/provide those datas. and test run using raw and test datas will be the same or it differs and reasons. this has been asked to me in an interview. expecting a reply from you.
3 Answers ProdEx Technologies,
how to report a bug to the developer?What is the structure of Bug tracking?
How much the bug is affecting the functionality of the application?
FTP is a application program to upload files to server write a test cases to check the system after successfull uploading we get the message files uploaded successfully?
Can you explain inventories?
What is a test strategy?
wat is ur involvement in user acceptance testing
what is severity and priority?
7 Answers Product Dossier, Tarang,
How do you conclude which section is most risky in your application?
what is Software Development Life Cycle (SDLC)?
If asked to create a Configuration Design Pattern, where would you start?
In my application there are 5 modules. In every module there are 8-9 sub-modules. Preview, Print & Download options are there on every sub-module screen. My Question is - Should I have to write that much test cases for Preview, Print & Download options???????? Please reply soon.