Can any 1 tell me what is front-end testing & what is
back-end testing with example ?
Answers were Sorted based on User's Feedback
Answer / subhasis.nk
Front end means the application that is in front of us(that
is visible to people).And Front End Testing is to test that
application using functionality testing to check whether
the application is working properly or not.
Back End Testing is also known as Database testing.We use
sql queries to test whether data are stored properly in
database or not.
| Is This Answer Correct ? | 40 Yes | 2 No |
Answer / srinivas poodari
Front end testing means to check the outer functionality of
the application according to the FRS document.
Backend testing means the database testing.In this test we
have to check whether the data is correctly stored or not
and if we do any changes in the front end then that
situation we have to check whether the data will be
correctly updating or not.
| Is This Answer Correct ? | 17 Yes | 3 No |
Answer / n@n!
front end testing : checking the functionality as per the
requirement is called front end testing.
back end testing : it is nothing but database testing.
testing the front end impact on back end in the form of
data validations and data integration is called back end
testing
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / santhi
screen visible to us testing is screen testing and database
testing is backend testing
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / faizan
In simple way......Frontend testing means you can search database and Backend testing means you can insert or delete database....
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shanthi
front End testing means checking the visible design
functionality but back end testing means its hidden from
the user view something related to db.
| Is This Answer Correct ? | 4 Yes | 5 No |
in which Software Life cycle phase does testing occur?
what are your thoughts on SPRINT duration
define risk management system with example ?
how to connect your project in database?
1)What are diffrent matrics assosiated with testing?
why do testing are divided into stages primarily becoz: 1)different stage has different purpose 2)Stages makes the testing simpler 3)Different test run in different environments 4)The no of stages the testing is easier Please do answer its urgent
What is the difference b/w Team lead and Scrum Master???
how we can define bug is an valid bug
what are the mandatory fields when you rise a bug
why do u go for test bed?
How do you handle when requirments are continously changing? please explain in detail?
2 Answers Thatavarti Technologies,
what is web based testing and web based application? what are the check list for the web based application?