02-27-2012, 12:46 PM
we can classify user defined functions in to 1. Generic Fcuntion 2. Business Function.
Generic functions are not specific to application business logics, it developed for common programming needs. like you can develope a user defined function to compare two text files and return result and like other common needs. it can be used for other projects also when using same testing tool.
Business functions are application business specific. Like Booking ticket, Loign like. Might not be used in other projects.
Generic functions are not specific to application business logics, it developed for common programming needs. like you can develope a user defined function to compare two text files and return result and like other common needs. it can be used for other projects also when using same testing tool.
Business functions are application business specific. Like Booking ticket, Loign like. Might not be used in other projects.