-
-
-
-
-
How do you view the results of file comparison?
Answered by Mamatha on 2005-05-09 02:48:43: file_compare(file_1,file_2[,save_file]);
-
-
-
-
Why you use reload function?
If you make changes in a module, you should reload it. The reload function removes a loaded module from memory and reloads it (combining the functions of unload and load). The syntax of the reload function is: reload ( module_name [ ,1|0 ] [ ,1|0 ] ); The module_name is the name of an existing compiled module.Two additional optional parameters indicate the type of module. The first parameter...
-
-
-
-
-
-
-
-
How do you declare arrays?
The following syntax is used to define the class and the initial expression of an array. Array size need not be defined in TSL. b. class array_name [ ] [=init_expression] c. The array class may be any of the classes used for variable declarations (auto, static, public, extern).
-
-
-
Winrunner Interview Questions
Ans