What is Back End testing?
Answers were Sorted based on User's Feedback
Answer / giridhar
database testing is called as back end testing
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / amanullah
Testing the DataBase is called the Back End Testing
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / jigneshk
testing activity in which we have to check application which
is not directly appear to end user or clients
ex.Admin,database testing
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / preethi
Data base testing is nothing but Back end Testing ,and
testing an Software application/Build is nothing but Front
end Testing.
Regards
Preethi.G
| Is This Answer Correct ? | 1 Yes | 3 No |
1.tell me one bug what u find ur testing and how u ill fix severity and priority? 2.difference between web and window based testing? 3.bug life cycle?
what is Negative testing and what It?s Purpose?
why we calling it as bug life cycle not as a defect life cycle..
What are the benefits of automated testing over white box and black box testing?
How the value of P in cyclomatic complexity is calculated? P:The number of connected path.
what is the role of test engineer while doing unit and integration testing. unit and integration testing is already done by developers
what is prototype testing?
What are the contents of a Test Plan?
pliz anyone explain what is the DEFAULT BUG & also give me some example.Thanks in advance..
What is Inter-System Testing? Please answer me frnz!!!
What are the two ways to create test scripts?
They showed me a Web page containing 3 text boxes labeled as Name, D.O.B & Blood Group.It also have 3 Buttons as OK, CANCEL,Reset. They told me that 1) when you click on OK it'll route you to the next page and save the data in the database. 2) When you click on CANCEL it'll route you to the previous page. 3) When you click on Reset it'll clears all the entries made by you. Now they asked me to write Test cases to test the functionality of that web page & asked me to write 1 critical test case after which they will give final go ahead to test the rest of the application... I wasn't able to write the critical test case. Plz answer.