What is Script helper superclass or base class?
Helper superclass or base class are optional, user defined classes which provide overriding support for base level methods, especially the event handler methods in RFT. For RFT – Java Scripting it is known as a helper superclass. For RFT – VB.NET Scripting it is known as a base class. <<<<<< =================== >>>>>> Q. 102: Can we change the default script helper superclass? Yes we can change the default script helper superclass for a Project as well as for an individual script. <<<<<< =================== >>>>>> Q. 103: Can we create our own script helper superclass in RFT? Yes. RFT allows us to create our own helper superclass which can be used by RFT every time we create or record a script in our project. Our own helper superclass can act as an extension for the RationalTestScript. We can thus add additional methods and can even override the methods from RationalTestScript. <<<<<< =================== >>>>>> Q. 104: What type of changes we can do in functional test scripts & how? We