What is interface in software testing???
Answers were Sorted based on User's Feedback
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 |
Answer / nitin verma
Interface refers to User Interface on whom a software tester
performs testing. User Interface is very much necessary in
black box testing where tested do not have the knowledge of
internal structure of code and can only verify the
application through interface.
Interface is the perfect way to ensure that requirement
meets its written specifications.
Interface is very much useful to perform the below operations:
1) Creating effective Test Cases and Executing them.
2) To perform integration testing of modules.
3) To perform Regression testing for new builds.
Please correct me if i am wrong..
Regards...
nitin9360@gmail.com
Is This Answer Correct ? | 5 Yes | 7 No |
Answer / srinivaspatro
I think, Interface is nothing but a programe which is used
to combine to modules.
need judgment on this answer :)
-Pat
Is This Answer Correct ? | 5 Yes | 8 No |
Answer / hemalatha
INtegration is nothing but, the developers will be
developing the interfaces for integrating the nmodules and
the testers will be testing those interfaces and this
testing will be done by White Box Testers.
Is This Answer Correct ? | 2 Yes | 8 No |
Answer / prashanti reddy
interface is noyhing but the application is userfriendly or
not weather the user(customer,client,enduser)are useing that
application in easy to use and easy to understand the
application.
Is This Answer Correct ? | 1 Yes | 11 No |
Give proper Seq. to following testing Types Regression, Retesting, Funtional, Sanity and Performance Testing.? and which phase of STLC comes?
what is defect leakage
Can anyone give me the example of High Priority and Low severity defect. Please dont give me answers like Spelling mistakes or logo missing something like that. Give me some real time example from your application. Please ignore the earline question which i have posted.Thanks in Advance.
First window is registertion window where u will be having the fields to entering the name,password and confirm password and Ok button.After hitting the OK button it will take u to 2nd window, wel come window for the user with the msg welcome user. 3rd window will be login screen where u will be entring the user name and password with out any mistake in case and spell (i.e u entered correctly)and 4th window it shows that user does not exits .What will be reasons? Other then data base not connected.
why RUPis important or what are all the advances in RUP?
What different impact rating’s you have used in your project?
Write a TestCases for Coffee Vending machine ?
Hi friends!! Can u tell me, what is meant by Database Testing? How it can be done? What is tested in it(like any Queries like Select and all are tested or not)?
What is meant by formal and informal testing? Under which category it comes?
How to do browser testing (creates a standard script and run it for the different browser combinations)
What is a successful product?
What is "V-n-V" Model ? Why is it called as "V"& why not "U" ? Also tell at what Stage Testing should be best to stared?