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..