Bringing Windows to the Front in QTP Scripts Part 2
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 …
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 was recently involved in a project that supported three different languages. One of the things I grew to loath very quickly was the whole process of making sure all the property files were up to …
I recently finished working on an application that included Chinese and Japanese language support. Not having worked much with Asian languages in the past, I had to figure a few things out. I thought …
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 …
When I was first studying up for job interviews I experienced a phenomenon I am calling “The Black Hole of Technology.” I would look up one acronym, framework title, or protocol …
The idea behind the title of my blog is that nebulae are where stars are born. So, too, I want to become a star in my new career. I came from an electronics background, but have discovered that this …
Up until now, I haven’t been a real blog addict (reading or writing). However, there has to be a first time for everything. What I hope to achieve by blogging is to give my loyal subscriber base …