GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Testing Tools  >  Rational Robot
Go To First  |  Previous Question  |  Next Question 
 Rational Robot  |  Question 4 of 73    Print  
What do .sbl and .sbh represent?

  
Total Answers and Comments: 6 Last Update: October 12, 2007     Asked by: antarvahini 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
November 12, 2005 21:07:21   #1  
antarvahini Member Since: November 2005   Contribution: 5    

RE: What do .sbl and .sbh represent?

.sbl files represent Library Files

.sbh files represent Header Files


 
Is this answer useful? Yes | No
November 18, 2005 05:00:29   #2  
manish        

RE: What do .sbl and .sbh represent?

.sbl represents as library file. this file will contain all the detailed level coding of your function which you declared in your header file.

.sbh represents as header file this file will have all the functions declarations.

you will get very good idea from the help.

Manish


 
Is this answer useful? Yes | No
February 09, 2006 04:41:15   #3  
Nhien Truong        

RE: What do .sbl and .sbh represent?
When you want to build a library. The first you difine prototype of Subs Functions. They are in *.sbh file.Then you define the body of Subs Function in *sbl.The last you comple to create sbx file.When you wan t o use this library you just deliver *.sbh *.sbx file only Example you want to build a library for calculation1)CalLib.sbhdeclare Function basiclib CalLib Sum(a b ) as integer......2)CalLib.sblFunction Sum( a b ) as integer Sum a+bEnd Function3) compile (Ctrl+F7) > CalLib.sbx4) creat new script file'$include CalLib.sbh Sub Main msgbox Sum(1 2)End Sub hope it fulfill what you want. Anything else please contact to me
 
Is this answer useful? Yes | No
September 29, 2006 17:33:12   #4  
Nirav Dave        

RE: What do .sbl and .sbh represent?

.SBL ---.SBL is a library file where all the functions have been intialized and programmed while

.SBH ---.SBH is a file where all the functions have been declared and whenever you need to intialize any function then that can all be done. Moreover all static & constant variables can also be declared in .SBH files which will be used Rational Scripts.

Both the files will be declared in SQA Basic Script file. You can't compile both the files individually. You will have to compile them through Script file only.


 
Is this answer useful? Yes | No
July 20, 2007 08:51:49   #5  
shanel_jmy Member Since: February 2007   Contribution: 4    

RE: What do .sbl and .sbh represent?
Library files are saved with .sbl extension and Header files with .sbh extension
 
Is this answer useful? Yes | No
October 12, 2007 06:09:58   #6  
zahurulhudha        

RE: What do .sbl and .sbh represent?
sbh is the extention of the header file and it is used to declare the functions or procedures only
sbl is the extention of the library file and here we can add code for the defined header files.

 
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