What are envirnment variables in qtp?

Showing Answers 1 - 8 of 8 Answers

kiran

  • Apr 3rd, 2006
 

Builtin, User-defined internal  and  User-defined these are the 3 types of env var in qtp. env var act like global variables.

  Was this answer useful?  Yes

Shaheer

  • Apr 11th, 2006
 

There are two types of environment variables

1)Builtin

2)User defined

  Was this answer useful?  Yes

Rajesh

  • Apr 19th, 2006
 

The Environmental Variables in QTP are 1) User-Defined 2) Built-in

  Was this answer useful?  Yes

mohit_mair

  • Apr 21st, 2006
 

Environment varioables in QTP are of three types:

1) Built-in (Read only)

2) User-defined Internal (Read only)

3) User-defined External (Read/Write)

They are defined in two ways:

1) in xml format

<Environment>

<Variable>

<Name>ABC</Name>

<Value>XYZ</Value>

</Variable>

</Environment>

2) In .ini format

[Environment]

ABC=XYZ

  Was this answer useful?  Yes

Lakshman

  • May 18th, 2006
 

 wat is d full form of .ini? format

Thanks & Regards

Lakshman.

  Was this answer useful?  Yes

rajesh

  • Jun 16th, 2006
 

.ini stands for  Initialization/Configuration File ,

Various programs use this extension; Take clues from the location of the file as a possible pointer to exactly which program is producing the file.

These files are typically ASCII text with various configuration options set into them

  Was this answer useful?  Yes

sudhakar2068

  • Oct 23rd, 2006
 

Builtin, User-defined internal  and  User-defined these are the 3 types of environment  var in qtp. environment var action like global variables.

sudhakar kolla,

My email:kollasudhakar2005@yahoo.co.in.

My number:09819859346

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions