Answer Posted / suresh
There are two types of interface are there.
1)Internal Interface
2)External Interface
1)Internal Interface:- To interact one module with another
module of same project/product, we need some interfaces, API
(Application Program interface ) are used to communicate one
internal module with other internal module.
Example:- If we take example for IRCTC web site, Search for
train is one module is interacting with other module say see
availability of the tickets via Internal API.
2)External Interface:- To interact one module with another
module of other/outside project/product , we need some
interfaces, API (Application Program interface ) are used to
communicate one internal module with other external module.
Example:- If we take example for IRCTC web site, Search for
train is one module is interacting with other module say see
availability of the tickets via Internal API and finally
booking the tickets via SBI credit cards/SBI internet
banking via external Interface, here we are talking with
external interface that is SBI will provide there API and
IRCTC developers will use that API to make cash transactions.
If you need more info, Call me or email me.
Suresh|Sr.QA Lead|suuresh.lr@gmail.com|9290969279|HYD
Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
Can any tell me how a clinical data management system is tested? what are the test scenarios? what are the test cases? work flow.
3.if a questions asked as,what is the quality standards you are following? what i need to tell.
what the purpose of requirement phase
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
what is the testing approach for windows Explorer(Not IE Explorer)
Tell some examples of bug severity and bug priority?
In a systen design to work out the tax to be paid: An employee has Rs 4000 of salary tax free. the next Rs 1500 is taxed at 10% , the next Rs 28000 is taxed at 22% , any further amount is taxed at 40% , the nearest whole Rs, which of these is a valid boundary value analysis test case ???? a)Rs 1500 b)Rs 32001 c)Rs 33501 d) Rs 28000.
What's the difference between alpha and beta testing?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
What are the standard you follow in your company to prepare test plan document? Content is same in every standard or not. Also is there any document to read about the testing standards? Thanks in advance for giving me the answer.
What are the advantages of automation over manual testing?
how to access a build & wat is its configuration
What is the purpose of test strategy?
Once automated, what are the types of functionality provides the highest Return On Investment (ROI) to the company?
we are about to implement a Test tool to test the performance of website, so what script does a tester should know (friends plz help me)