Prepare for your Next Interview
This is a discussion on qtp within the QTP Certification forums, part of the Testing Certification category; hello anyone knwo any school or institute teaches qtp certification course in east cost of usa like ny,nj, md,dc or va? please let me know, thnaks plabon...
|
|||
|
Re: qtp
hi friend,
A function is an assignment that a piece of code can take care for the functionality of a database. The main difference between a sub procedure and a function procedure is that a function can return a value. A function is created like a sub procedure with a few more rules. The creation of function starts with the Function keyword and closes with End Function. Here is an example: Function FindFullName() End Function I hope this wilkl be useful Thanks Deepasree |