QTP/Siebel

QTP: Working With SiebList (Revised)

by Anshoo Arora ON March 20, 2010 · Posted In All, QTP, QTP/Siebel · 9 comments

The previous articles written for the Siebel category were written from a perspective of version 7.7 and 7.8. I know of many of you have already have upgrades Siebel to 8.1, and so have we! This gave me a chance to update my old article on the SiebList object. Not much has changed, actually, but the code here has been optimized for better performance and compatibility with the latest version. Information regarding its limitations has also been included.

We had an issue with one of the SiebButton objects’ in our environment. When we executed a statement to click on this particular SiebButton, the next statement would not execute. What happens is, as we click this particular SiebButton, a Dialog box pops up immediately. For some reason that we have not been able to figure out, the execution marker from the SiebButton(“”).Click statement will not move to the next line.

QTP: Working with Large Object Hierarchies (Siebel Objects)

by Anshoo Arora ON September 17, 2009 · Posted In All, QTP, QTP/Siebel · 22 comments

This article demonstrates how working with large object hierarchies (like Siebel’s) can be greatly simplified in QTP by using one of the 4 techniques mentioned here.

QTP: Working with SiebCalculator

by Anshoo Arora ON August 10, 2009 · Posted In All, QTP, QTP/Siebel · 0 comments

This is the 4th article in the Siebel series. In this article, we will detail an effective way to work with the Siebalculator Object using QTP. Examples included.

QTP: Working with SiebList

by Anshoo Arora August 10, 2009 4 comments

This article introduces the SiebList object in a QTP and Siebel Environment, and demonstrates some methods that can help in working with a SiebList like an expert.

QTP: Working with SiebPickLists

by Anshoo Arora August 10, 2009 3 comments

This article introduces the SiebPickList object in a QTP and Siebel Environment, and demonstrates some methods that can be performed to enhance working capabilities in Siebel.

QTP: Working with Siebel – An Introduction

by Anshoo Arora August 9, 2009 44 comments

This article introduces the Siebel add-in with QTP and outlines various techniques to work with Siebel objects. It also offers an excellent introduction to the Siebel automation process with QTP.