InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of action split in QTP? |
|
Answer» In QTP, action split can be used to divide an important and existing action into two parts. Action can be divided into parts according to its functionality, so that; the code can be improved and reused for different purpose. |
|