What is the difference between GUI and UI testing?
Answers were Sorted based on User's Feedback
Answer / john tester
There really is no difference between the two. As the last
writer stated, not all user interfaces are 'graphical'.
You could be testing a web service or an API where in both
cases, there may not be a 'GUI' to enter values into.
You're still testing the required inputs and the expected
outputs, but with GUI's, there's an additional aspect to
your testing.
In a GUI, you may be testing requirements like color
scheme, button naming conventions, drop down menus and
content on top of testing the required inputs and expected
outputs. In a plain vanilla UI, you are testing the same
things minus the GUI elements.
If an interviewer gives you a questions like this, they're
asking if you would prefer to have ice in your soft drink
or frozen water.
So, if you get this question in an interview. Be careful.
If they know what they're talking about, they may just be
checking to see if you make something up or if you really
know what you're talking about.
Is This Answer Correct ? | 24 Yes | 2 No |
GUI: Graphical User Interface means tester is going to test the application in terms of graphical in nature like
- Back ground color of the page
- Font of the text
- Fore ground and Back ground color of the text .... etc
UI : User Interface means tester is going to test the application in terms of How simple user can understand the application like
- Items arrangement.
- Size of the objects(Button,listbox,editbox,link) ... etc
Is This Answer Correct ? | 14 Yes | 3 No |
Answer / n t
User Interface always not in the graphical in nature. i
mean it need not be a web based application always.
In my point of view both GUI and UI tests are same as test
process is concern.
Is This Answer Correct ? | 8 Yes | 2 No |
In GUI we will ckeck the look and feel of the objects ,which
are shown in the user interface.
IN UI we will check the weather the priscribed fields are
available or not. Here prescribed fields means what ever
fields(objects) are used by end user.
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / anu
actually both are the same but diff is GUI is grafical usr
inerface...we chek the grafics..other is same test between
UI and GUI.. like look and feel typ of testing..
wesites color..font size..buttons menue on front pages etc
annu
Is This Answer Correct ? | 1 Yes | 4 No |
Answer / rajkumar adekar
GUI is 'graphical user interface'
UI is 'User interface'
Is This Answer Correct ? | 4 Yes | 9 No |
Answer / nilesh
GUI is a graphical user interface
UI is a User interface
GUI does not need to test on each browers.where as in UI
system need to check on different browser.In GUI we just
check look and feel of the application.But in UI we also
need to concetrate other part like Error
messages ,description,resolution of screen.
Is This Answer Correct ? | 0 Yes | 8 No |
Answer / siva
Thank you rajesh.
UI is, done in front of the user----then Is there any
difference between User acceptence (either Alpha or Beta)
testing and UI (testing which is done in front of the
user... as u said)?. please clarify me
siva
Is This Answer Correct ? | 2 Yes | 13 No |
Answer / rajesh.pothina
GUL TESTING : GUI Testing is nothing but to check the look
and feel of the application.
UI TESTING : UI Testing is nothing but the user interface
testing which is done in front of the user.
Is This Answer Correct ? | 6 Yes | 21 No |
what is validation and verification.??
What do you do if the bug that you found is not accepted by the developer and he is saying its not reproducible.
Why Equivalence Partitioning is called equivalence or what is the significance of equivalence term in ECP?
what is the format of traceability matrix?
Unix question: 1)command to print a list of files containing a particular word. 2) what does a .profile mean. 3) what is a file server? 4) Command to move towards left in vi editor explain grep and find commands using example.
Lets say,you are not finished with testing a application,your manager gives you a new task,how do you prioritize your time,what should you do
what should we do if the developer rejects the bug?
Will a tester get involved in preparing Metrics?If yes,what will they do & how?
Differentiate Test strategy and Test case?
What is configuration Management What is change management What are Severity and priority levels What is Data integrity and Data validity What are the browsers available and explain their versions Is it possible that Quality variates project to project What are GUI Map files and explain their Contents What is Data base check point and why we go for that What is the difference between the Client server application and a Web application Does Winrunner Supports Web applications What is process Management What is an Error, Defect, Bug What is Quality Which version of Winrunner you are using What is Build Verification and why we go for it What is Defect density What is Integration testing What is Static testing and types of Static testing What is Validation testing what is Data driven testing and why we go for data driven testing what is the definition of Testing What is Sanitation Testing
what is hotfix?
when will u make update and modify the test object properties in the repository?