Sample answer:
Natural accounts are user defined accounts. In these data is captured at the transaction level. Natural accounts exist for all five ca ...
Search results for user defined
Can you give me an overview of some of the database objects available for use in SQL Server 2000?
Posted by Interview Answers
You are looking for objects such as: tables, views, user-defined functions, and stored procedures; it's even better if they mention additional objects ...
How do you write user defined functions in LR? Give me few functions you wrote in your previous project?
Posted by Interview Answers
Before we create the User Defined functions we need to create the external
library (DLL) with the function. We add this library to VuGen bin directory ...
a) The Function Generator provides a quick, error-free way to program scripts. You can:
i. Add Context Sensitive functions that perform operations on ...
A user-defined function has the following structure: [class] function name ([mode] parameter...) { declarations; statements; }b. The class of a functi ...
What is a compile module?
Posted by Interview Answers
a) A compiled module is a script containing a library of user-defined functions that you want to call frequently from other tests. When you load a com ...
What is the purpose of step, step into, step out, step to cursor commands for debugging your scrip
Posted by Interview Answers
The purpose of the commands are : STEP--> Runs a single lline of the TSL script. STEP INTO--> Calls and displays another test/user-defined function. S ...
« previous1 next »