By Prarthana + June 23rd, 2008
This article has been submitted by Prarthana Agwania. This is an Article dealing with advance concepts of Load Runner and QTP. This Article assumes that you have working knowledge of both QTP and Load Runner.
Many of you might be aware of the automation testing which requires some automation tool. For Siebel applications, we mostly use [...]
By neel + June 22nd, 2008
In this post I am just going to describe the how we can suppress all errors or some particular errors using error handling.
Suppressing all errors
Suppressing All Errors is very easy, all you need to do is just have blank catch statement for example
try
{
//some code
}
catch(e)
{ ; }
The above mentioned code will result in suppressing of all [...]
By neel + June 19th, 2008
In this post we will discuss throw keyword in detail.
What is throw?
In simple words throw is keyword used in error handling
Is throw keyword compulsory to use?
No, it is optional and in many cases it is not used.
What is the purpose of throw?
When we write a custom method then we have two choices.
By neel + June 19th, 2008
The Author of this Article is Karthik Chatakondu. This is all what I know about him right now will update once I get to know more about him.
The Apply and Activate buttons appear in the Table and Index sections of Siebel Tools. They are a means to synchronize the logical and physical schema and alert [...]
By neel + June 18th, 2008
Practical Example:
Here is the usage of all the constructs in an example