Micro Focus QTP (UFT) Forums
What is split a action and what is the use of it? - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others)
+--- Thread: What is split a action and what is the use of it? (/Thread-What-is-split-a-action-and-what-is-the-use-of-it)



What is split a action and what is the use of it? - ritugoyal - 11-24-2009

Hi All,

Please tell me what is split an actiona and what is the use of Split an action.

Actually some basices I have read but I dont know in detail like:
1. Object repository behaviour in case of nested actions and independent actions.
2. what is the use of split an action command and whats the difference b/w 2 independent actions and splitted actions.

Thanks,


RE: What is split a action and what is the use of it? - Saket - 11-24-2009

when we do a record in QTP and if it is done as a whole script, then later if we spilt the whole script in different parts based on their functionality the it is called as a 'Split Action'.

There can be two types of Splits
-Independent
-Nested

There can be multiple split actions which could be independent to each other, say for example if you have recorded the google and covered all the options like Images, web, books, gmail, maps etc which can be splitted individually and thus will be called as 'independent spilt'.

at the same time if you have splitted several functionalities which can be put under a single action then it will be a nested split. for example you have a functionality recorded on an application like our testing tools forum, all the different categories like Regualar Expressions, Beginners, descriptive etc. can be put under 'QTP'and that is a nest and thus the spilit is called as 'Nested'.

Hope this helps.