GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Testing  >  DataBase Testing
Go To First  |  Previous Question  |  Next Question 
 DataBase Testing  |  Question 11 of 50    Print  
What steps does a tester take in testing
Stored Procedures?

  
Total Answers and Comments: 4 Last Update: October 11, 2007     Asked by: anju 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
May 17, 2006 01:32:15   #1  
Srinivas        

RE: What steps does a tester take in testingStor...

In my view the tester has to go through the requirement as to why the particular stored procedure is written for? and check whether all the required indexes joins updates deletions are correct comparing with the tables mentions in the Stored Procedure. And also he has to ensure whether the Stored Procedure follows the standard format like comments updated by etc.

Srinivas

Swisswin


 
Is this answer useful? Yes | No
May 17, 2006 02:04:04   #2  
R.Venkata Ramanujam Member Since: May 2006   Contribution: 1    

RE: What steps does a tester take in testingStor...

Dear Testers

Testing the Stored Procedures is the good one.we are passing the Input parameters and easily get the result(output) fast compare to testing the tough business logic in front end.

In SQL server we r using

exec {procedure Name} input1 input2..


 
Is this answer useful? Yes | No
October 25, 2006 03:51:14   #3  
Venki        

RE: What steps does a tester take in testingStor...
It is necessary to impliment error handling mechanism in stored procedures where in every system thrown error messages will be taken care off. Its testers job to check for error handling mechanism.Say for example: a variable is declared with varchar 30 and user tried to assign a value which is 40 size.....system will throw the error saying buffer too small or 'something like that.In the above case we should not leave SP or application using the SP in an unknown situation.--tahnxvenki
 
Is this answer useful? Yes | No
October 11, 2007 01:49:27   #4  
rkaur Member Since: October 2007   Contribution: 3    

RE: What steps does a tester take in testingStor...
Hi
Thanks for the above info...but no body has told the steps for testing stored procedures....I would appreciate a quick reply...
Thnx

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape