is integartion tetsing done by.....
a.test eng
b.developer
c.both
d. none.. if any body involves , wat will they do?
Answers were Sorted based on User's Feedback
Answer / jack
Integration testing is done by the test engineer..
but...
at the time of integrating the modules..
developers will also test once with the
integrated application, whether it is working
correctly or not..
Is This Answer Correct ? | 7 Yes | 0 No |
The answer depends of when the Integration testing is happening.
In STLC, we will do Integration testing two times.
1. The integration of the small units developed by more than
one will be integrated and tested for overall functionality.
This should be done once the unit testing for each small
unit passed. Development team is responcible for this.
2. Integration of one application with other applications or
systems through webmethods or some other means. This should
be done once the system testing completed successfully.
Testing team is responcible for this.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / shudip
Unit testing is performed by the Developer....
integration is performed both by the developer and the
tester.......
System testing is performed only by the tester......
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / sudheer
only developers
in some situations tester also participate
why becuase while integrating modules
the tester will check weather all modules are
working properly or not
Is This Answer Correct ? | 1 Yes | 3 No |
Hi! pl. suggest a good book for manual testing..to attend interviews in manual testing with 3+ yrs of experience
Q) If pseudo code below a programming language. what test case s are required to achieve 100% statements coverage If x=3 then display_message x; If y=2 then display_message y; else display_message z; else display_message z;
When we do white-box Testing? At wat stage it is done? I said it is done by Developers(but interviewer dint get satisfied? Answer me!!!!!!!!!
how to deploye the build when the developers give the source code..?
wt r the types of testings r belongs to black box testing, wt r the types of testings r belongs to white box testing and wt r the types of testing r belongs to both.
What is the difference between use case and test case? give example.
What is the difference between alpha and beta testing
If u have to test the web page application and have to validate the Look & Feel of the application then how will u test it?
when we found problem occured in requirement while writing test case when communicate with client but they not accepting it is problem whether you continue further or not?
which test is used for memory leakage?
Testing Engineer having Software Programming knowledge so Which type of testing will be done. 1.Adhoc testing 2.random testing 3. functional testing 4. monkey testing
What is smoke testing and sanity testing?