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 |
design a black box test suite for a program that accepts two strings and checks if the first string is a substring of the second string and displays the number of times the first string occurs in the second string.
what is error seeding
Write 5 best test cases for : Login screen Login ( Min 5 to max 15 ) Password ( Min 5 to max 15) alphanumeric characters ans case senstive
37 Answers Birst India Private Limited, Enzigma, Mastersys, Miiaan, Mind Tree, Qtech Software, Techior Solutions, Trochil Technologies,
Hi,To all .Am Working as a Manual Software Tester in a software company.My Contract Period will be going to complete of this month.How can i fing any openings in chennai?and should s/w companies give preference to manual tester?suggest me .Advance happy new year to allllllll
1.How to maintain the Bug status Report? 2.What is project based Company and product based company?
how to write a testcase for coke vewnding machine
Please explain how to elaborate on the types of system/functionality for testing Payments, Statements, & Transactions features in a bank.....like what do we test in these,in detail? It's urgent, please reply...thanks in advance.
how to write a test case for check box like in gmail or yahoo
Please tell me difference btn Version & Reversion . Is there any difference btn them or both have same meaning.
what is smoke testing & sanity tasting?
can anybody pls tell me that what type of interaction takes place or what type of discussions or questions take place between a tester and client regarding the project.
Suppose there are three modules A-B-C, the output of A is responsible for B and output of B is responsible for C and if A & C is not ready & B module is ready then how can u check Module B