Iam new to Testing Field.How do i need to answer if they ask
like Integaration Testing? Can you give example with your
requirement?
Answers were Sorted based on User's Feedback
Answer / sagar khandelwal
Integration testing is done to check the interafaces
between different modules connected.It is done to check
data flow,control flow and the interaction between
different modules combined together.
Since it checks the flow of the program it has to be done
by white box testers(Developers) or even sometimes by
specific integration testers if available.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / srikanth
Integration testing is a type of testing where, u will
check the data flow between the "modules".....consider an
example that u are testing "yahoo" application .when u
compose and send a mail then u will get a mesage
like "message has been sent successfully".After this click
on sent items then u will see the mail which u have sent to
some party(friend or so).so,if the mail exists then testing
is correct i.e integration is happening between compose and
sent items.This is all about integration testing.......
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / srikanth byram
integration testing is one level of testing out of five
which includes
1.unit level testing
2.module level testing
3.integration level testing
4.system level testing
5.user acceptance level testing
integration level testing is the testing done by the white
box tester(developer)in order to check whether the linking
programs(programs which links different modules)are linked
are or not.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / s33.aditya
Integration testing is a type of testing. When two or more
than two modules are integrated, then this tesing will be
done to check whether the flow of the data from one module
to other is proper or not.
This type of testing is not only done by the developer, but
also will be done by the person who is having the codng
knowledge.In this process stubs and drivers are used. They
are also calld as Called and calling programs.
There are two types of integration testing
1. Top-down integration
2. Bottom-up integration
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / n@n!
HI Friend,
as per the testing terminology integration testing was not
don by test engineers.
it was done by developers.
Def:
---
in integration testing developers test the connectivity
between the modules, data flow between the modules and
control flow between the modules.
integration testing is of two types
1)database integration ---> backend
2)application integration ---> front end
| Is This Answer Correct ? | 0 Yes | 3 No |
Which is not formally included in Test Plan? 1)Features to be tested 2)Incident reports 3)Risks 4) Schedule Pls reply .Thanks
What are the different strategies of rollout to the end users?
What is the difference between bug,defect, error, failulre, fault & mistake?
What is the diff between CLient, Customer and End User?
7 Answers JVS, Societe Generale,
Suggest some book to learn more test case???
What are the database testing questions that can be asked in interview . as a fresher and seniore tester. How to identify which particular tests you are going to use to test each module. Define each and every testing with examples and what stage it is to be used. if you take a particular module, all testing types have to be performed or few types. i am a fresher...Testcase is ok. But how to write functional testcase, system testcase etc separately. How we come to know that only this kind of testing should be done for an given application. If it is a functional testing, what all to be tested and if it is performance what all to be tested....can u plz explain me with examples? what is client side and server side validation what are the testing types that are follwed in client /server, web application, and desktop application. i am a fresher .preparing for interview..can u please send me the answers as earlier as possible thanks in advance..Help me out please.......
Who is the father of Software Testing? Who has invent the water fall model? Who has invent the spiral model? Who has invent the prototype model? Who has invent the v-v model? Who has invent the Hybrid model?
hi iam suma i completed my btech and search job in testingtools, i don't any real time experiance can any one post me real time srs doc and tracebulity matrix related to banking projects to this e-mailid ch_sumathi2004@yahoo.co.in
On which module did u involve in your project..?
i was testing a website for many months and everything was working fine from login to sign up and all the scenarios. but my boss asked me why login and sign up is not working?
How do you perform functional testing? Thanks in advance
define defect lifecycle step by step