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 15 of 50    Print  
How to test a SQL Query in Winrunner?without using DataBase CheckPoints?

  
Total Answers and Comments: 14 Last Update: August 15, 2007     Asked by: psbaskar 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
  Sorting Options  
  Page 1 of 2   « First    1    2    >     Last »  
March 08, 2006 00:05:09   #1  
hari        

RE: How to test a SQL Query in Winrunner?without using...

hi!

by writing scripting procedure in the TCL we can connect to the database and we can test data base and queries.


 
Is this answer useful? Yes | No
March 14, 2006 11:57:05   #2  
myquery Member Since: March 2006   Contribution: 14    

RE: How to test a SQL Query in Winrunner?without using...

To Hari's statement I would like to add some more information:
The exact proccess which i have done was-
1)connect to the database
db_connect( query1 DRIVER {drivername};SERVER server_name;UID uidname;PWD password;DBQ database_name );

2)Execute the query
db_excecute_query( query1 write query u want to execute );
-Condition to be mentioned-

3)disconnect the connection
db_disconnect( query );


 
Is this answer useful? Yes | No
March 22, 2006 12:04:31   #3  
baskar        

RE: How to test a SQL Query in Winrunner?without using...

Thank u.....

will pls tell the different between smoke testing and sanity testing? given one really time example..

with Regards

Baskar


 
Is this answer useful? Yes | No
March 23, 2006 23:00:41   #4  
srirajesh81 Member Since: March 2006   Contribution: 4    

RE: How to test a SQL Query in Winrunner?without using...

Hi

Let me explain you abt the sanity testing. sanity testing is done on the entire application to check the help screens are displaying properly? whether any button cut-off are there in the screen?

Smoke testing is done on the application to check the all functionalities are covered in the application like query button's new update delete buttons are present


 
Is this answer useful? Yes | No
March 24, 2006 12:02:47   #5  
psbaskar Member Since: February 2006   Contribution: 3    

RE: How to test a SQL Query in Winrunner?without using...

Thank u

what is show topper?


 
Is this answer useful? Yes | No
March 26, 2006 23:43:07   #6  
Nagendran        

RE: How to test a SQL Query in Winrunner?without using...

Hi

By using db_connect db_disconnect we can directly connect the database without using database checkpoint


 
Is this answer useful? Yes | No
April 25, 2006 08:41:22   #7  
Prasad        

RE: How to test a SQL Query in Winrunner?without using...

Hi All

Show Stopper is we can't test or access the application that point forward or functionaity collaps.

Prasad


 
Is this answer useful? Yes | No
June 01, 2006 06:58:24   #8  
mani        

RE: How to test a SQL Query in Winrunner?without using...

Hi

I ll give u some real time explaination - show stopper....

consider tat u r testing some online transaction process

Test action \expected result

1.enter user name and password \ main web page should open to type acc no of the person whom u want to send money amount etc.....

2.Then click send \ confirmation and checklist window should open to get assurance from the user

3.click ok \ The sys should receive msg tran process completed succ..

The application may receive some runtime error in the first step itself tester may not able to excute next step(2)... (tat is he cant do further testing)

this defect is called show stopper .i mean to say high severity bug...


 
Is this answer useful? Yes | No
June 14, 2006 05:47:24   #9  
raghuramsuravarapu Member Since: June 2006   Contribution: 69    

RE: How to test a SQL Query in Winrunner?without using...

Question :How to test a SQL Query in winrunner?Without using check points?

Clarification : By using SQL Queries like select modify update create delete truncate etc we can use the database more effectively.

While testing using automation one option is to create a database check points like default custom&runtime.Another option is to enter the script manually into the winrunner for connecting to the database and for executing the query .Upto now we have created a script now we have to run this script .


 
Is this answer useful? Yes | No
July 25, 2006 01:30:00   #10  
satya        

hi

Hi

Showstopper :Means high severity bug that bug will stop the

execution of the Application....

if any thing worng let me know

bye

satya


 
Is this answer useful? Yes | No
  Page 1 of 2   « First    1    2    >     Last »  


 
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