Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
input / ouput parameters
#4
Solved: 10 Years, 9 Months, 1 Week ago
Hi jove1776,

You can use any one of the following to complete your task Smile
1. Environment Variables
2. Output values
3. Action Parameters
4. Dictionary Objects

Example:
Action1:
Code:
Filename_created="sample file which got created"
Environment("FileName")=Filename_created

Action2:
'Retrieve the name of the file using the above environment variable as shown below.

Code:
FileTobeProcessed=Environment("FileName")
' write the code for processing the file
Reply


Messages In This Thread
input / ouput parameters - by jove1776 - 12-17-2010, 03:43 PM
RE: input / ouput parameters - by jove1776 - 12-17-2010, 06:02 PM
RE: input / ouput parameters - by sreekanth chilam - 12-17-2010, 06:06 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Need to input Japanese Character through UFT Alaguraja 0 789 07-01-2020, 11:32 AM
Last Post: Alaguraja
  Set data parameters Mik2s 1 1,284 03-07-2019, 10:18 PM
Last Post: supputuri
  How to get input from the user in QTP? shanthiK 10 18,102 08-07-2017, 11:34 PM
Last Post: zunebuggy
  Part of parameters missing when passing between actions skumar007 1 2,848 10-10-2014, 02:00 AM
Last Post: skumar007
  Launching .exe file with parameters magnifyingone 1 2,939 08-28-2014, 06:39 PM
Last Post: dplank

Forum Jump:


Users browsing this thread: 1 Guest(s)