ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories  >>  Software  >>  Testing  >>  Manual Testing
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions
Question
how to test stored procedures in manually?
 Question Submitted By :: Sasidhar
I also faced this Question!!     Rank Answer Posted By  
 
  Re: how to test stored procedures in manually?
Answer
# 1
we are calling the stored procedure by using with exec
command or by calling from another program.
ex: Exec proc1 {pass parameters}
for a table class having the columns like cno number
cs char
ex: exec proce1 111,'abc'
 
Is This Answer Correct ?    1 Yes 1 No
Janaki.bayya
[Axan Tehnologies]
 
  Re: how to test stored procedures in manually?
Answer
# 2
hi janaki.bayya 
thanks for ur reply 
but i am unable to follow can u give step by step process
and can u clear what is exec command?
 
Is This Answer Correct ?    0 Yes 0 No
Sasidhar
 
 
 
  Re: how to test stored procedures in manually?
Answer
# 3
hi this is janaki
i will tell u with example

we have class table with columns as
create table class
( cn number,
  cname varchar2(15),
  csize number):
class table created.
now we create a procedure for this table

create procedure proce1(@cno,@cn,@cs)
as
begin
  if @cs>20
  begin
  insert into class values(@cno,@cn,@cs)
  end
  else
  print 'csize should be greater than 20'
end

--procedure created.
 we can make use of the 'exec(execute) command to call a
procedure by passing the parameters.

Exec proc1 111,'abc',35
these values to be inserted in class table.

this is the way we have to test stored procedures.ok.
Janaki.
 
Is This Answer Correct ?    0 Yes 0 No
Janaki
 
  Re: how to test stored procedures in manually?
Answer
# 4
@janaki 
oh janaki thanks a lot , ur explanation is very much useful
to me 
but i need more help from u 
can i expect any test cases for this process  and how to do
negative testing
 
Is This Answer Correct ?    0 Yes 0 No
Sasidhar
 
  Re: how to test stored procedures in manually?
Answer
# 5
hi sasidhar

depending on the project we will write testcases
for ex: in project class table is there
for that class table we have one stored procedure.

so we have to write the testcase like
input description:
"executing the stored procedure proce1 with input values
input data: (111,'abc',35)or take the input data from
database class table
expected results:the data shouble be inserted into class table
 
Is This Answer Correct ?    1 Yes 0 No
Janaki
 
  Re: how to test stored procedures in manually?
Answer
# 6
hi janaki my special thanks to you 
tou have given quick replies to me 

Do u know how to test proxy servers in manual testing?
 
Is This Answer Correct ?    0 Yes 0 No
Sasidhar
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
explain VSS IBM6
what is test phase?i want answer any body give me answer pls SGT6
how do u do integration testing supose u ar in hotmail login page 2nd is mailing page how do u do integration testing for this kind Sapient4
When is the best time for system testing  1
Hi frnds im mini. can any one give correct answers for this interview questions. i have an interview in 4days..pls 1.What are tests that u have participated in Testing. 2.What is diff between Load testing Stress testing? 3.What is sanity testing when do u start it? 4.how can you test ur application with negative testing? 5.when can u start test case writng? 6.what is the tool your are using and the version? 7.what is the tool you used to report the bug ? 8.what is a formate of test case document in your company and also bug report document formate? pls send me reply.. tank u frnds.............  1
what is the diff b/w Test Strategy and test approach doc? and which team prepares these doc's?  2
wat is ur involvement in test plan CTS3
what is latent bug and golden bug.  6
3.what are two of your strengths that will bring to QA/testing team? VJIL-Consulting4
what is cause effect graph? Infosys2
How does u integrate the modules before performing Integration Testing?  1
What is test methodology?  3
Which is the best book to ref. for design the test cases/scenario in manual testing,which gives detailed idea with all the strategies ?  2
What is meant by back-end testing?  3
What is the difference between Regression Testing and Retesting?  4
which process u followed in ur company?  2
what is difference between defect tracking and bugs tracking  2
what is difference between Sanity testing and Smoke testing? IBM13
What is mean by sdlc and expalin spiral model and proto type model? CSS1
When are the followings prepared: 1.Software Test Plan 2.User Acceptance Test Plan  5
 
For more Manual Testing Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com