|
Related Questions |
View Answer |
|
Where do you set up the search path for a called test.
|
View Answer
|
|
How you create user-defined functions and explain the syntax?
|
View Answer
|
|
What does static and public class of a function means?
|
View Answer
|
|
What does in, out and input parameters means?
|
View Answer
|
|
What is the purpose of return statement?
|
View Answer
|
|
What does auto, static, public and extern variables means?
|
View Answer
|
|
How do you declare constants?
|
View Answer
|
|
How do you declare arrays?
|
View Answer
|
|
How do you load and unload a compile module?
|
View Answer
|
|
Why you use reload function?
|
View Answer
|
|
Write and explain compile module?
|
View Answer
|
|
How do you call a function from external libraries (dll).
|
View Answer
|
|
What is the purpose of load_dll?
|
View Answer
|
|
How do you load and unload external libraries?
|
View Answer
|
|
How do you declare external functions in TSL?
|
View Answer
|
|
How do you call windows APIs, explain with an example?
|
View Answer
|
|
Write TSL functions for the following interactive modes: i. Creating a dialog box with any message you specify, and an edit field. ii. Create dialog box with list of items and message. iii. Create dialog box with edit field, check box, and execute button, and a cancel button. iv. Creating a browse dialog box from which user selects a file. v. Create a dialog box with two edit fields, one for login and another for password input.
|
View Answer
|
|
What is the purpose of step, step into, step out, step to cursor commands for debugging your script?
|
View Answer
|
|
How do you update your expected results?
|
View Answer
|
|
How do you run your script with multiple sets of expected results?
|
View Answer
|