What is the difference between GUI Testing and Blackbox Testing?

Showing Answers 1 - 21 of 21 Answers

Ravi kumar.g

  • Mar 17th, 2006
 

HI,

DIFFERENCE BETWEEN THE GUI TESTING AND BLACK BOX TESTING

GUI TESTING MAINLY TEST THE APPLICATION OBJECTS LIKE BUTTONS,TEXT BOXES,CHECK BOXES ETC.,

BLACK BOX TESTING MAINLY TEST THE APPLICATION FUNCTIONALITY. 

shashi

  • Apr 24th, 2006
 

In GUI testing we check the look and feel of an application and its objects (i.e. editbox, checkbox, buttons,titles etc..) and

In Blackbox testing we check the functionality of these objects with legal inputs and outputs.

karthik

  • Apr 25th, 2006
 

gui testing comes under black box testing, where we r going to check whether the alignments of the objects r placed properly or not.. like look and feel we can also say that this isw cosmetic testing

black box testing is testing the overall functionality of a system without any impact on the internal code of an application. here u r going to perform the usability, gui, functionality, validation, security, system, performance and user acceptance testing.

sudhakar2068

  • Aug 14th, 2006
 

Black box test is conducted with out internal logic of the program. During the test the test engineers conduct external functionality. It is conducted by the end users and end specification. Graphical userInterface testing is done according to the customer requirement such as easy of use, look and feel and understandability.

sudhakar kolla

If u doubts any  Can ask me.

09819859346

Sujatars

  • Aug 15th, 2007
 

Black box testing is called as functional testing in which emphasis is given on the what the application does rather that how it does. It is used for testing the program specification.

GUI testing is testing for appearance, consistency in appearance, comprehensive of windows object.

GUI testing mainly deals with the appearance. Here importance is given to the display of the data. Alignment of entire content.
In black box testing main concerns is the whether 1] functionality is proper or not.

Black Box Testing is a method of testing in which we test the functionality of application with out having internal structural knowledge and GUI Testing is a method of Black Box testing where we are concerned with User Interface.

Black Box Testing is a method of testing in which we test the functionality of application with out having internal structural knowledge and GUI Testing is a type of Black Box testing where we are concerned with User Interface.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions