By neel + June 28th, 2008
Sekhar a member of Siebel Unleashed forum has posted Analytics Application developer PPT on Siebel Forum. You can download it from the forum by visiting the link given below
Analytics PPT
By neel + June 25th, 2008
Yesterday, I faced a really weird problem while trying to debug a script.
Problem:
Clicking on Debug Menu > Start, started the client session but the “Waiting for Runtime to Respond” Dialog (as shown below) box used to get stuck in Siebel tools and debugging never started
By neel + June 24th, 2008
I read this requirement somewhere few days ago. The solutions given for these were quite lengthy and inefficient. For example
Using string.indexOf to check for presence of @ and dot(.)
Loop for all the characters and verify if @ an dot sign is present or not.
I thought that there must be a better way to do it. I [...]
By Prarthana + June 23rd, 2008
After you are finished with the steps mentioned above, you need to do the following things:
Firstly, QTP needs to be installed in the machine where LoadRunner is also installed. This is because LoadRunner will be recording the same flow that the QTP script will be executing.
Secondly, this is how the process goes: Both individual instances [...]
By Prarthana + June 23rd, 2008
Now coming to the second method. But before we start, certain preparations need to be made.
In the QTP script, we need to manually insert lines of code to represent the Transaction boundaries and Action definitions. These are the terms used in Load Runner.
Transaction: represent units of actions for which performance characteristics is measured, monitored, and [...]