what is database testing?
Answer / harjeet
Database testing is testing whether the data is being stored
by the system in a manner where the data is not compromised
by updating, restoration, or retrieval processing. Basically
this testing is done using SQL commands to check whether the
correct data is entering in the tables and fields. Database
can be any database used for your software either Oracle, My
SQL & so on
| Is This Answer Correct ? | 0 Yes | 0 No |
what ways u followed for defect management
What is the difference between manual testing and automation testing?
What are the object repositories for QTP????friends Plz help me in finding answer for the above....thanq
how do u know whether the particular project belong to client server or web -based?
Training for Manual/QTP Testing from 6 years MNC experience engineer, working in Patni with Project .Guranteed Job training else fee back in Mumbai-mail-- >amol.dhumalatrediffmail dot com
when errors occurs in ur script wat will u do
What all document are required to testing?
Hello everybody, How many people do you think one sprint team can have in average?
how do u write test scnearios for Telivision /Refrigirator?
what is manual testing process
Is there any procedure of web-site development in manual testing. If yes what are factors we should test?
Hi, Below is a question on white box testing. Kindly help me in answering it. How many test cases are needed to obtain 100% branch coverage. This question was asked in ISTQB foudation level exam - Dec21 2008. Read(A,C) If(A<10) then Print A; Endif If(C>100) then Print C is greater then A else if(C<100) then print only C Endif else Options - a. 4 b. 3 c. 2 d. 1 Kindly answer with explanation so that it would be easy to understand