Is there anyway to make Quick Test Professional(QTP) auto save updates for Scripts ?
your help is highly appreciated.
thanks Manaysah
|
|
This is not a solution for your questions, but an alternative approach. I personally am not a fan of QTP script editor. I use Notepad++ to edit the qtp scripts. It has nice syntax support for vb and auto-completion comes in handy. I use the backup feature in NPP, just in case I want to look at what I did hours back. The disadvantage of this approach is that I have to close the *.qfl file in the script editor and open it back again which loses the check points while debugging. Also if you have any version control software, make use of it to store your scripts. |
|||