This article explains how the Browser’s CreationTime ordinal identifier works in QTP with examples.
{ 2 comments }
A Test Development Resource for HP QuickTest Professional.
This article explains how the Browser’s CreationTime ordinal identifier works in QTP with examples.
{ 2 comments }
VBScript’s error handling techniques have been quite limited to On Error statements, and even though they satisfy our needs to some extent, the lack of incorporating dynamic behavior with them has been a much bigger issue. In this article, I will implement a Try-Catch-Finally statement with QTP’s GUI objects along with an On Error statement. This will enable dynamic behavior and enable us to easily divide flow depending on different error conditions.
{ 0 comments }
I know and you may have realized that there haven’t been any new article or updates here for the last few weeks. I have been extremely busy with prior obligations, work and a few big projects outside of work that I have been engaged in. However, please be assured that there are some articles on the way and another demo framework over the next few days. Please click the topic to continue reading..
{ 18 comments }
There is a common perception that we must include the Browser object in hierarchies when working in the Web environment. The truth is that, we really don’t need to include the Browser object if the Page object has been included in the hierarchy.
{ 21 comments }