Saturday, 17 August 2013

Faster Script Generation Techniques in QTP

There are multiple ways to improve script execution speed, few are as follows -
1. Try to optimize the performance of your code by revisiting each loop and try to merge them or remove unwanted loops wherever possible so that execution time reduces and the code becomes robust.
2. To check for memory leak, processor utilization and other bottlenecks, Use
Local System monitor of QTP ( File->Test Settings ->Local System Monitor)

No comments:

Post a Comment