Will TSL supports function overloading and operator overloading?
Answer / deepak ethirajan
As TSL is built from C program you will not have function
and operator overloading. As function overloading is OOPS
concept.
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain the difference between gui map and gui map files?
Explain the purpose of gui spy?
How do you find out which is the start up file in winrunner?
The default type of Constants and variables supported by TSL are..
How many recording modes are provided by WR?
How to Recognise List Boxes and Combo boxes for Web Applications In WinRunner 7.5 please.....
Whats a difference between Verification Point and Syncronization point?
winrunner supports .NET technology or not?
What is parameterizing?
What is the difference between gui map and gui map files?
After saving the tsl script of winrunner in TestDirector, if suppose any changes made to the script in ur winrunner would it get updated in TestDirector also???????
Can we use the user defined functions (which inclues script with GUI functions) in Compile module? Example: public function MyGuiFun() { set_window(?Browser main window?); button_press(?OK?); } If yes. pls give some example, how to handle...!