site
stats

Author Archives: Anish Pillai

About Anish Pillai

Find more about Anish Pillai on Google+

Tarun Lalwani, author of the immensely popular ‘QuickTest Professional Unplugged’, would soon be releasing the second edition of the book. Folks who have already purchased the 1st edition of the book, need not purchase the 2nd edition. Tarun has released an eBook version (in PDF format) of the updated chapters which is available FREE

What is Action Template in QTP?

September 25th, 2011 | Posted by Anish Pillai in Not So Common Stuff | QTP Concepts - (5 Comments)

Action Template is a mechanism in QTP that allows you to include some text in your new actions by default. The text will be included automatically every time you create a new action.

Most of the times, when you are creating test scripts or are designing a new QTP Framework, you would be trying to come up with reusable functions which you would have to store in the function library. Now, in order to use this function

Some of the Best Online Resources for QTP on the Web

September 20th, 2011 | Posted by Anish Pillai in General - (10 Comments)

This article is a compilation of some of the most popular blogs, websites, tutorials, forums and groups on QTP. No matter if you are a QTP beginner or an experienced hand, you would definitely find something that would interest you in these places.

MsgBox Ran Out of Space? Try DotNetFactory MessageBox instead.

September 15th, 2011 | Posted by Anish Pillai in QTP Concepts - (0 Comments)

Did you know that the VBScript MsgBox that we usually use in QTP can display a string of maximum 1023 characters only? If the length of the string is more than 1023 characters, the MsgBox displays only the initial 1023 characters, leaving out the remaining ones.