w

 

Free SAP Netweaver Tutorials & InterviewQuestions

Home

 

SAPAG.CO.IN in this website you can find SAP Related Tutorials, like SAP ABAP ,SAP Meterial Management (MM),SAP Customer Relationship Management (CRM),MySAP,SAP Finance And Controling (FICO),SAP Sales And Distribution (SD),SAP Business Warehousing (BW),SAP Netweaver,SAP Exhcange Infrastructure (XI ),SAP Enterprise Portal (EP) ,SAP Master Data Management (MDM),SAP Web Application Server (WAS),SAP Mobile Infrastructure (MI ),SAP Business Intelegent (BI ) ,SAP Knowledge Management (KM ) and Maney more..... Tutorials @ single point.

 

 

Software Testing Interview Questions

Genral Testing Interview Questions

WinRunner Interview Questions

WinRunner Interview Questions Part 1

Load Runner Interview Questions

Load Runner Interview Questions Part1

Silk Test Interview Questions

Test Director Interview Questions

SQA Interview Questions

Test Automation Interview Questions

Testing Interview Questions

Test automation interview questions

Interview Questions On DataBase Testing

Software Testing FAQ

You Like IT? Share it ?

Interview Questions On DataBase Testing

    1. 1. What we normally check for in the Database Testing?

      In DB testing we need to check for,
      1. The field size validation
      2. Check constraints.
      3. Indexes are done or not (for performance related issues)
      4. Stored procedures
      5. The field size defined in the application is matching with that in the db.

      2. What is Database testing?

      Data bas testing basically include the following.
      1)Data validity testing.
      2)Data Integritity testing
      3)Performance related to data base.
      4)Testing of Procedure,triggers and functions.

      for doing data validity testing you should be good in SQL queries
      For data integrity testing you should know about referintial integrity and different constraint.
      For performance related things you should have idea about the table structure and design.
      for testing Procedure triggers and functions you should be able to understand the same.

      3. How to Test database in Manually? Explain with an example

      Ans :
      Observing that opertaions, which are operated on front-end is effected on back-end or not.
      The approach is as follows :
      While adding a record thr' front-end check back-end that addition of record is effected or not.
      So same for delete, update,......

      Ex:Enter employee record in database thr' front-end and check if the record is added or not to the back-end(manually). 

     

     

     

     

     

     

     


    You Like IT? Share it ?

     

.


.