Just to add to the above comments..the users can change the SQABasicpath in General Options..by default all the Rational source files will be saved under ...TestDatastoreDefaultTestScriptDatastoreTMS_ScriptsSQABas32
dhanya
Mar 9th, 2006
It's in SQA BASIC library filesthe extention of SQA BASIC library files are .sbl and .rec.sbl files are saved in sqa basic pathand .rec is stored in TM_SCRIPT of the same projectthe compiled SQABASIC library file is with extention .sbx
we used SQABasic commands: -SQAGetProperty() -SQALogMessage()
amit paul
Dec 1st, 2005
We can use many Sqabasic Command like Datapool command1. SQADataPoolOpen() 2.SQADataPoolFetch()3. SQADataPoolValue()4.SQADataPoolClose()For Calling other Script in Script 1. Callscript( "script name" )
SQAgetpropertyArray will returns the values as array format and SQAgetpropertyasstring will returns the function as the form of string so the return type is the major difference here
Lakshmi kanth
Jan 2nd, 2006
Hi,SQAGetPropertyAsArray - Return type of this function is in the form of array.SQAGetPropertyAsString - Return type of this function is in the form of String.Regards,Lakshmi kanth.VSr. Quality Engineer,Mobile: 09885986085.
Sbh is the extention of the header file and it is used to declare the functions or procedures onlysbl is the extention of the library file and here we can add code for the defined header files.