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 |
What is the difference between baseline and traceability matrix?
Please give an example of White box Testing?
Whether we write one test case for one use case?
Hi Friends, I have completed 3 rounds of an Interview with HR discussion also and got Offer letter from Cognizant, but after in 30 min they send one more email like Offer is on Hold, and its not valid... Could you please guide me any one , Can i expect Offer again from Cognizant or Can i drop the hopes ?.
What is SEVERITY and PRIORITY ?
If we have show stopper bug then will Assign to Developer if he is not avialble then what we have to do.If it take one/Two day.
what is defect tracking?
Explain the waterfall model in detail?
Difference between integration and regression testing?
What is difference between load testing and stress testing?
1. What is buddy Testing ? 2. what is Database testing ?
What is the goal of Software Configuration Management(SCM? a.)Configuration Identifier b.)Configuration Control c.)Process Management d.)All options.