GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Tech FAQs  >  QTP
Go To First  |  Previous Question  |  Next Question 
 QTP  |  Question 50 of 674    Print  
how to use global variables in QTP?
also how to pass parameters between different actions?
where to find info on functions?

  
Total Answers and Comments: 2 Last Update: October 10, 2006     Asked by: Ritu 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
May 24, 2006 02:53:04   #1  
william_vijay Member Since: December 2005   Contribution: 3    

RE: how to use global variables in QTP?also how ...
1.we can use global variables concept in QTP thro environment varaible eg: s environment.value( iteration )after declaring like that the variable can be used in another actionin test settings we have an option called environment where we can import environment values 2.we can pass parameters betwen action using action parameters
 
Is this answer useful? Yes | No
October 10, 2006 04:23:35   #2  
rachana        

RE: how to use global variables in QTP?also how ...
Action parameter passing information is available in QTP help. its very much helpful to understand the parameter passing concept...
 
Is this answer useful? Yes | No

 Related Questions

In Quick Test Pro 8.21. While Recording/writing the Script i want to know the " Selecting Tab Position Action Script".Eg: Window contains 4 tab positions i would like to select 2 tab position at that time how script will come. plz write the script and send me. 2. How can i generate and select Tree View in Programatically. Eg: Mycomputer Contains all drives information like as below. +My Computerwhen i press + Symbol My Computer will Expand that format like-- My Computer Drive

What is Key Word driven Testing?What is the differance built in variables and User defined variables?
Read Answers (4) | Asked by : Ratnakar

Is there any reliable solution for the conversion of existing WinRunner scripts to QTP? if so please pass on your valuable suggestion Thanks a lot.
Read Answers (3) | Asked by : chaithanya

I need to automate an Web application using QTP but how can i record Tabbing and Press Enter key? Is there any ways to record key board actions like this
Read Answers (1) | Asked by : Rangika Perera

In the mortgage business certain activity must take place within a specific number of business days from the loan origination date. The purpose of this assignment is to develop a function that will calculate the business date ‘x’ number of days from a specific start date. For example: 10 Business days from August 25th, 2003 is September 8th, 2003.This function is to have a two input parameters, consisting of the start date in the format mm/dd/yyyy and the number of days to advance.

What is the function used while writing reusable actions scripts? and on what basis you will select reusable actions?
Read Answers (4) | Asked by : subhash

Hi Fellowmates...i am pretty new entrant into this. I am on QTP and into the beginning of it. I really need lot of support and help from your end. When do we go with Object Repository and also the error handling. When i was running the script i got 2 messages for 2 runs saying that :-Cannot find the 'keyword' objects parent "mainContent"(class frame) Verify that parent properties match an object currently displayed in your application.Cannot identify the object "main_content_3'
Read Answers (4) | Asked by : CHAKRATENG

I am testing a Java executable application and and IE based application.I have a script that I would like to launch the Java executable, enter a record in the database, the switch over to IE and search the database. Currently I am having trouble: 1) The java EXE cannot be launched from the QTP command line. So my run settings are run on any open Java application. This is not preferable and right now DEV cannot figure out why QTP can launch other Java apps and not ours. So when I start the script

HII have a problem in QTP to pass parameter to array.Example:Dim myparaDim myarray(100)mypara = "myname"myarray(mypara) = "senthil" ' its show the errorHow is this possible to pass parameter to arrayplease help me to solve this problem

How to use global variables in QTP?also how to pass parameters between different actions?where to find info on functions?
Read Answers (2) | Asked by : Ritu


 Sponsored Links

 
Related Articles

ODP.NET - Working with Bind Variables together with OracleParameter

ODP NET Working with Bind Variables together with OracleParameter With the help of OracleParameter you can include bind variables within any SQL statement These bind variables are nothing but run time query parameters The values in the SQL statement are bound at run time when we use bind variables m
 

Microsoft AJAX Library - Anonymous Functions

Anonymous Functions Anonymous functions can be created adhoc and used instead of a named function Although this can hinder readability when the function is more complex you can do this if you don t intend to reuse a function s code In the following example we pass such an anonymous function to Displ
 

Microsoft AJAX Library - Functions as Variables

Functions as Variables In JavaScript functions are first class objects This means that a function is regarded as a data type whose values can be saved in local variables passed as parameters and so on For example when defining a function you can assign it to a variable and then call the function thr
 

Microsoft AJAX Library - JavaScript Functions

JavaScript Functions A simple fact that was highlighted in the previous chapter but that is often overlooked is key to understanding how objects in JavaScript work code that doesn t belong to a function is executed when it s read by the JavaScript interpreter while code that belongs to a function is
 

ERPAdvantages for Management Functions

ERP Advantages for Management Functions ERP management systems provide a technology platform in which organizations can integrate and coordinate their main internal business processes They use this to fight against the problem of the organizational inefficiency brought on by the use of different sys
 

C++ Static Functions

C Static Functions Static member functions have a class scope and they do not have access to the this pointer of the class When a member is declared as static a static member of class it has only one data for the entire class even though there are many objects created for the class The main usage of
 

C++ Virtual Functions

C Virtual Functions What are Virtual Functions Virtual as the name implies is something that exists in effect but not in reality The concept of virtual function is the same as a function but it does not really exist although it appears in needed places in a program The object oriented programming la
 

C++ Inline Functions

C Inline Functions In this C tutorial you will learn about Inline function what is inline function reason for the need of inline function what happens when an inline function is written general format of inline function explained with example mosgoogle center What is Inline Function Inline functions
 

String handling functions

What is the string handling functions present in header file <string.h>? There are number of string handling functions present in string.h. In other words if a programmer uses any of the function present in string.h then they must include the header file as #include <string.h&am
 

Swap two variables

How to swap two variables without using third variable? A variable is a named location in memory that is used to store data which can be modified in a program. Let us learn how to swap two variables without using third variable. This can be done in number of ways By using arithmetic operators
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape