Getting the Status of an Oracle Trigger
Just a quick post about trying to determine the enabled/disabled status of an Oracle trigger. I found code snippets like this: Or like this: The first only gives you the triggers owned by the user …
Just a quick post about trying to determine the enabled/disabled status of an Oracle trigger. I found code snippets like this: Or like this: The first only gives you the triggers owned by the user …
E-gineering’s annual golf invitational turned out wonderful this year! It took place at Golf Club of Indiana. Not only were we blessed with incredible weather, but also with incredible fun and …
My coworker Chad sent out a link to this article on the SitePoint blog a long time ago (probably about a year and a half ago) and I’ve been meaning to try it since that day, but just …
I presented an introduction to JMeter at our local Java User’s Group here in Indianapolis, known as IndyJUG. For those who attended the meeting, I promised to make the presentation slides and …
First, let’s take a look at how I solved my problem of automating keystrokes from the number pad. This will be genericized so that you can run it inside QTP or even just save it in a .vbs file …
As usual, after I got into writing this, it got too long to be a single post. Part 1 covers the background for why I began to use AutoIt in QTP and how you can go about setting up a system to use it …
Well, due to recent discoveries, I have to recant a lot of what I said in Part 1. Embarrassingly, that functionality is a snap to do with QTP’s Window object, and I finally figured out how to …
This became too long to put in one post, so I broke it into two parts. Part one will cover the QTP Extern Object and the User32.dll function SetForegroundWindow. Part two will cover the …
For almost a year now, I have been developing automated tests for a client who uses HP’s (formerly Mercury’s) QuickTest Professional and Quality Center. In my search for more knowledge and …
I know that this is way too long as it is, but in going through my folders I found a folder where I was keeping example code found out in cyberland and I wanted to share part of the code that seems to …
OK, back to the task at hand. If we are successful at connecting, we can do some real work with our Gmail account. Sending and receiving messages with attachments, multipart messages, HTML messages, …
Finally!! Let’s look at some code. Here is a simple Gmail client object in its entirety Fist let’s dissect each piece. This is the setup and connection code: Notice the creation of the …
First let’s explore the main objects that we are concerned with for simple interfacing of a Java application with a Gmail account using the Javamail API. The Session object is the main object …
This post in its entirety turned out to be quite a bit longer than I originally thought it would be, so I am going to break it into parts. Caution: This is going to be very basic and is written for …
I had another interesting problem when an application framework we’ve been working with came out with a new version. Before, a value relating to the application user’s “Position …
I know that I’m laying on the space analogies pretty thick, but it just seems to work so far… Anyway, I learned something interesting today and I thought that I would pass it on. I’d …