what is backend testing using SQL?
Answers were Sorted based on User's Feedback
Answer / inder
Executing SQL statements to check if the data submitted by a
GUI program is updated in the database or not?
| Is This Answer Correct ? | 138 Yes | 8 No |
Answer / vidya
Backend testing is the testing the integration between the
applicationa and the database. It is checking the changes
made in the database is getting reflected in the
application.
Example: A new column is added in the table. Here we
test by giving values in the application and value has to
be stored in the table.
| Is This Answer Correct ? | 77 Yes | 5 No |
Answer / ajit kumar lal
Hi,
For me the Back-end is testing a system that runs behind
the front-end (GUI Applications). It can be Database
testing, Server Side testing.
Talking about Database testing, it can involve:
-> Data validity testing
-> Data integrity testing
-> Performance related to Databse specially when working
with Views and Indexes.
-> Testing of procedures,functions and triggers.
Server Side testing can involve the servers running on Unix
(Solaris, AIX)/Linux, mainframes systems. The parameter to
be monitered can be:
-> Server logs
-> jvm logs (Is its a Java based application)
-> Checking the Garbage Collector (GC) values and see if
its happening properly or not by tuning its parameters
properly.
-> Server downtime
-> Sever response time
-> Checking batch processes in Unix etc..etc..
| Is This Answer Correct ? | 41 Yes | 0 No |
Back end testing:
The testing can be done in the ways like
studing the structure of the table,executing the
quereis.checking whether the data's are properly inserted
or not
Muralidharan
dharanmu@yahoo.com
| Is This Answer Correct ? | 15 Yes | 9 No |
Answer / susmitha
Eecuting the statement the data base is connecting to that
particular changes , updations or not it will test.
| Is This Answer Correct ? | 19 Yes | 14 No |
Answer / prasad
structural and functional testing are more effective approches for back end testing
| Is This Answer Correct ? | 2 Yes | 4 No |
Answer / mallika
Send me good interview questions on backend testing with
answers please
| Is This Answer Correct ? | 6 Yes | 10 No |
Answer / vamsi
Here I have a question that is can we consider the back ent
test plan in performance testing plan.
| Is This Answer Correct ? | 1 Yes | 12 No |
Can anyone explain Boundary value Analysis and equavelance partition with real time example
What are teh characters of a good tester
what is RFT?
Have you prepared traceability matrix and how to prepare it?
What is the difference between stress, volume and load testing?
explain bug cycle
The company is developing a new piece of software. The application allows a computer user to use the print option of any existing application to save the output into an HTML file instead of printing. -Based on the scenario above, which test methods do you use to make certain that the new software will work properly with existing applications?
When do you stop testing?
what is configuration management...please explain... thanx
Hi, This srinivas, Q: After testing in what way we concluded the testing is over without Tracebility Matrix and what is the role played by the Tracebility Matrix and what are the documents that tester should submit to his QA manger after testing in Manual Testing apart from the Test cases.
What particiption a manual tester can do in documentation? Are there any tools available for only documentation?
What did you achieve being a tester