Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

GUI & functional testing

This is a discussion on GUI & functional testing within the Testing Issues forums, part of the Software Testing category; hi What is the difference between GUI testing and black box testing? venkat...

Go Back   Geeks Talk > Software Testing > Testing Issues
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read
  #1 (permalink)  
Old 02-16-2007
Junior Member
 
Join Date: Feb 2007
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
venkatsagehill is on a distinguished road
GUI & functional testing

hi

What is the difference between GUI testing and black box testing?

venkat
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 02-16-2007
Junior Member
 
Join Date: Nov 2006
Location: London
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
tycollins is on a distinguished road
Re: GUI & functional testing

GUI is testing the interfaces of the application under test while functional testing is testing the functionalities of the applications as a whole.
Reply With Quote
  #3 (permalink)  
Old 02-17-2007
Expert Member
 
Join Date: Jan 2007
Location: Bangalore
Posts: 252
Thanks: 4
Thanked 8 Times in 7 Posts
Manojks is on a distinguished road
Re: GUI & functional testing

In Black box testing we test the functionality(Play with test data)...
In GUI testing we test the interfaces like applet generation even spelling mistakes...

Thanks
Manoj
Reply With Quote
  #4 (permalink)  
Old 02-21-2007
Junior Member
 
Join Date: Feb 2007
Posts: 2
Thanks: 1
Thanked 1 Time in 1 Post
altaf.alis is on a distinguished road
Re: GUI & functional testing

Functional testing is nothing but meeting the client functionalities and GUI testing is nothing but testing the user interface to check the user friendlyness of screens.
Reply With Quote
The Following User Says Thank You to altaf.alis For This Useful Post:
  #5 (permalink)  
Old 03-01-2007
Contributing Member
 
Join Date: Feb 2007
Location: Delhi
Posts: 51
Thanks: 3
Thanked 12 Times in 6 Posts
smganesh is on a distinguished road
Re: GUI & functional testing

In GUI Testing, we check:

01. Colours of the screens (should be pleasant)
02. Availability of all controls (like labels, text boxes, check boxes, etc)
03. Alignment of all controls (should properly aligned)
04. No text or label is overlapped or wrapped
05. Spelling mistakes
06. Easily understandable error messages, etc
Reply With Quote
  #6 (permalink)  
Old 03-02-2007
Contributing Member
 
Join Date: Jan 2007
Location: Mumbai
Posts: 56
Thanks: 8
Thanked 8 Times in 8 Posts
sakshi_2801 is on a distinguished road
Re: GUI & functional testing

GUI means graphical user interface. In GUI testing we check the look and feel of the application such as font color, whether the link are clickable, alignment of text boxes, labels, command button etc. whereas black box testing we check the external functionality of the application.
Reply With Quote
The Following User Says Thank You to sakshi_2801 For This Useful Post:
  #7 (permalink)  
Old 03-09-2007
Contributing Member
 
Join Date: Feb 2007
Location: Delhi
Posts: 51
Thanks: 3
Thanked 12 Times in 6 Posts
smganesh is on a distinguished road
Re: GUI & functional testing

Hi Sakshi,

"whether the link are clickable" comes under functional testing. It won't come under GUI testing.

Regards,
Ganesh
Reply With Quote
  #8 (permalink)  
Old 03-09-2007
Moderator
 
Join Date: Sep 2006
Location: Delhi (India)
Posts: 910
Thanks: 12
Thanked 111 Times in 76 Posts
jainbrijesh will become famous soon enoughjainbrijesh will become famous soon enough
Re: GUI & functional testing

GUI testing is generally for usability testing.

Functionality testing is for behavior of application to test.
__________________
--
Brijesh Jain
Reply With Quote
  #9 (permalink)  
Old 03-12-2007
Junior Member
 
Join Date: Mar 2007
Location: hyderabad
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
bussareddy is on a distinguished road
Post Re: GUI & functional testing

Black BOx testing has divided into differnet parts such as
1. Standization testing-- he u test how does it look as per user (srs) and microsoft 6 standards
2. GUI testing -- here u test all the keys r present are not as per srs
3.Functional testing -- here u test keys are working or not
4. Validation testing -- here u perform the actions with that keys and validate the results


plz if am wrong anywhere plz let me know thankx
Reply With Quote
  #10 (permalink)  
Old 03-25-2007
Junior Member
 
Join Date: Jun 2006
Location: Pune
Posts: 17
Thanks: 0
Thanked 10 Times in 8 Posts
dileepdon is on a distinguished road
Re: GUI & functional testing

Hi Ganesh,

"whether the links are clickable" comes under GUI testing, because, the purpose of the link is to show another page or image....we don't bother about the result after clicking on the link, but we have to check whether the link is getting highlighted when we put the mouse on it and whether we are able to click on it

Thanks
Reply With Quote
  #11 (permalink)  
Old 03-27-2007
Junior Member
 
Join Date: Mar 2007
Location: Kolkata
Posts: 7
Thanks: 0
Thanked 1 Time in 1 Post
chiranjib S is on a distinguished road
Smile Re: GUI & functional testing

Hi Deelip,

I guess you are not right.
"whether the link is clickable.." comes under functional testing.
Whenever we check anything is working or not( bother or dont bother about the result)it comes under functional testing.
GUI testing is only related to looks,appearance,colour,font,alignment etc to check whether these can meet the actual requirement or not.No scope of doing any action in the front page.

Thanks.
Chiranjib.
Reply With Quote
  #12 (permalink)  
Old 04-03-2007
Contributing Member
 
Join Date: Feb 2007
Location: Delhi
Posts: 51
Thanks: 3
Thanked 12 Times in 6 Posts
smganesh is on a distinguished road
Re: GUI & functional testing

Hi Bussareddy,

01. Standization testing & GUI testing - both are one and the same.
02. Validation testing is part of Functional testing.

Dear forum, please let me know if I am wrong.

Regards,
Ganesh
Reply With Quote
Reply

  Geeks Talk > Software Testing > Testing Issues

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
functional testing of siebel omprakr Testing Issues 3 11-13-2008 07:15 AM
Difference between Usability and Functional Testing sunny_love Testing Issues 12 10-08-2007 01:08 AM
Functional and Usability Testing of Website sivaraj Web Testing 4 06-07-2007 01:30 AM
Functional and Performance testing tools FLAVIADSOUZ WinRunner 5 04-19-2007 06:25 AM
Checks Lists of Usability and Functional Testing sunny_love Testing Issues 1 08-14-2006 04:13 PM


All times are GMT -4. The time now is 09:01 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2005 - 2010 GeekInterview.com. All Rights Reserved