Weekend Reading – Unicode and Character sets

Weekend Reading – Unicode and Character sets

This article is a link to a dated but still relevant article from one of my favorite tech writers – Joel Spolsky. Article is titled The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!) where he has this announcement to be made.

Database CheckPoint and QTP – Part1

Database CheckPoint and QTP – Part1

In this part of series we will discuss how we can use database checkpoint in QTP and in the later parts we will understand the key concepts and how to connect to a database using QTP scripting and how we can retrieve data from the database and other important facts.

Part8: QTP and DotNetfactory – UsingXML

Part8: QTP and DotNetfactory – UsingXML

QTP, Dotnetfactory and XML. XML stands for Extensible Markup Language. It a markup language very much similar to HTML but not with predefined tags, used for encoding documents electronically. It has become a very popular means to exchange structured da. XML stands for Extensible Markup Language. It a markup language very much similar to HTML but not with predefined tags, used for encoding documents electronically. It has become a very popular means to exchange structured data.There are several methods in QTP to work with XML file like using XMLUtil, and MSXML.

How to accept masked characters in an user created input box?

When I enter password in Inputox( Wpass = InputBox(”EnterPassword”)) its showing up the “password” instead of “********” ..we need to prompt input box for a password and we need to hide a password while it is being typed.Do you have solution for this ? I googled it I came up with VBScript..Is it possible with InputBox Function..