GeekInterview.com
Results 1 to 4 of 4

Frontend and Backend testing

This is a discussion on Frontend and Backend testing within the Testing Issues forums, part of the Software Testing category; Hi can any one tell me what is the diffeence between front end and back end testing? Pls tel me with an example NOTE : [This question was asked by ...

  1. #1
    JobHelper is offline Expert Member Array
    Join Date
    Oct 2006
    Answers
    689

    Frontend and Backend testing

    Hi can any one tell me what is the diffeence between front end and back end testing? Pls tel me with an example

    NOTE : [This question was asked by raj, I am posting it in proper forum]


  2. #2
    deepakala is offline Junior Member Array
    Join Date
    Jul 2006
    Answers
    3

    Re: Frontend and Backend testing

    Fron End Testing:
    This we can consider almost as black box type testing.
    Example:Suppose we are testing yahoo application i.e testing the functionality of login page,inbox,compose and lot many...
    Back end Testing:
    This we can consider almost as white box type testing.
    Like testing the database part..



  3. #3
    Sandhya.Kishan is offline Expert Member Array
    Join Date
    Mar 2012
    Answers
    212

    Re: Frontend and Backend testing

    Front end testing usually has friendly and intuitive user interfaces.A back end testing has its own objects, such as, tables, stored procedures and triggers. Data integrity and protection is critical, Performance and multi-user support are big issues.
    To do back end testing, a tester must have strong background in SQL server and SQL language.
    Front End Testing is UI testing. and Back end testing is white box testing, that is validation of written code.


  4. #4
    Raj.Chak is offline Junior Member Array
    Join Date
    Jul 2012
    Answers
    15

    Re: Frontend and Backend testing

    all the testing which you are doing on the user interface of the application are frond end testing such as checking the UI design, checking the login function, check the look and feel, checking the URL if a web application.

    Backend testing: check the database of the application, checking batch jobs, checking web services etc


    •    Sponsored Ads