What is the Database testing?? Is it necessary to have
database knowledge for testing?had you ever tested the
software by entering input at the front end and check it at
back end?
EX: Take an example of IRCTC online Reservation, while we book a ticket from online, we should provide journey and personal detail and click on book, when we click on book this front end data will be updated in database. Checking of this FRONT END data is properly inserted in the database or not is call as DATABASE TESTING. Database testing is mandatory when your application having the database(Either 2Tire or 3Tire Applications) it is one of the Function testing.
To test the database Tester At least having the knowledge of SQL(DML) commands select,update,insert,delete and Groupby,joins.
| Is This Answer Correct ? | 7 Yes | 1 No |
What is the procedure of manual testing?
how can u map SDLC With STLC
How much interaction with users should testers have, and why?
what is prototype testing, component testing, thread testing
How to test the functional specification?
at the time of testing web based applications and client server apllications, what you absorved as a tester? (i need not differences, but i need what you absorved at the time of testing as a tester)
What are the differences between V-Model and Agile Model?
Suppose Username and Password is there, Username is limited to 8 characters!! Then what r all the Possible Test Cases for it??
You are testing a new feature that includes a builder(wizard)that walks you through the creation of an item.There are 10 configuration checkboxes you can check/uncheck for the item being built.The builder makes you select 3 of these 10 options.You can choose any 3 options. A)How many possible ways could the item in question be created (i.e. how many possible configurations)? Describe the technique you would use to determine this.
What is regression testing
could u pls anyone tel me .."which is the best instute that provides eficient practical knowledge and also real-time oriented knowldge to do a project in manual and automation testing..in hyd" pls send me to dis mail-id if u find any..? sinducute17@gmail.com
What are all the things should be covered in the Unit Test cases ?