have you ever performed Back End Testing,HOW?
Answers were Sorted based on User's Feedback
Answer / sarwar
We perform Back end testing to validate data between front
and back end for example we inserted some data is that
properly stored in database and its showing in front end
according to business rule.
To performed Back end testing we write sql qurery according
to business requirments.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / guest
Back end testing is nothing but database tesitng ,for
backend testing ,we do datavalidation and dataintegrity
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / satyaprasad
back end nothing but database ,for database testing we go
for datavalidation and dataintegrity
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Smoke testing,in smoke testing time u will prepare the test cases or not?
which of the following is not a coding defect? Option 1 Test harness defect Option 2 Data flow defect Option 3 Initialisation defect Option 4 Algorithmic defect
where testing exactly starts in v-model?
How to derive test data from the design documents?
if u login sucessusfully in page and reach the 2nd mailing page where u find u are getting only few mails not all then wat would u say test is pass or fail
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.
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....
What is Regression Testing ? Why do Regression Testing ? Why all the testcase execuation in each time of Regression testing ?
How do you determine wat to be tested?
What is test plan and contents available in a test plan?
1.what types of testing do testers perform ?
How to test an application if it was already developed and it is in the state of changing the functionality according to the customer requirement How to start testing in this situation. I got an application to test.It is a desktop application.It is still developing and started 8 months back.how can i start to test this application? Is it the right way to test it in "Random testing"? or writing the testcases from page one and executing them.i have an another responsibility that is I have to automate that application. can anyone tell me what is the process to test this application.