sathish_subrama_2New Contributor12 years agoSolvedDifference between subroutine and function in test completeCould you please explain the Difference between subroutine and function in test complete ?gid_21612 years agoSubroutine and function have same defination, throughout all tools these can't be differenciated based on tool.Subroutine is a piece of reusable code that doesn't return anything to caller.Function is a piece of reusable code that returns something to caller.
gid_21612 years agoSubroutine and function have same defination, throughout all tools these can't be differenciated based on tool.Subroutine is a piece of reusable code that doesn't return anything to caller.Function is a piece of reusable code that returns something to caller.
gid_21612 years agoSubroutine and function have same defination, throughout all tools these can't be differenciated based on tool.Subroutine is a piece of reusable code that doesn't return anything to caller.Function is a piece of reusable code that returns something to caller.
sathish_subrama_2New Contributor12 years agoCould you please explain in detail, what exactly function will return?
Recent DiscussionsObject Spy not seeing child objects on pop-up windows or new Chrome tabs.Using Test Engine Rest APIHandling Radio Buttons Using If–Then in TestComplete Keyword Testing
Related ContentSilly question of the day: Subroutines with subroutinesArray functionsDelphi Split function