02-10-2011, 11:33 AM
Hi,
I want to learn QTP. I am new to qtp. How to get input from the user in QTP.
I want to learn QTP. I am new to qtp. How to get input from the user in QTP.
How to get input from the user in QTP?
|
02-10-2011, 11:33 AM
Hi,
I want to learn QTP. I am new to qtp. How to get input from the user in QTP.
02-10-2011, 11:42 AM
Do parameterization.
02-10-2011, 11:54 AM
use input box
02-11-2011, 01:44 AM
What type of input you are trying to get from user. If you want test data for different iterations of a test then use parameterization.
02-11-2011, 10:46 AM
I want to get the username and password from user.
02-11-2011, 11:45 AM
Enter username and password in the data table and refer them to your script.
In place of username write datatable("Column name",Global) for password write datatable("Column name",Global)
02-11-2011, 03:29 PM
Try this code -----
Code: Dim Username,Password
02-16-2011, 10:54 AM
I sometimes wonder, if in automation you want to have a user enter the values through inputbox? Doesnt it defeat the whole purpose of automation?
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
02-16-2011, 01:08 PM
What you are saying is correct. But as a language VB has provided the Inputbbox method to accept user inputs
02-16-2011, 02:26 PM
You can use the below code to get the input from the user
Code: A=INPUTBOX("Enter first value") |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Need to input Japanese Character through UFT | Alaguraja | 0 | 900 |
07-01-2020, 11:32 AM Last Post: Alaguraja |
|
Set user control property | Ranu | 0 | 2,024 |
11-09-2013, 12:44 AM Last Post: Ranu |
|
Problem in Input from keyboard:sendkeys | Rachna | 1 | 4,973 |
10-14-2013, 06:07 PM Last Post: anil2u |
|
QTP user guide and tutorial | katma123 | 4 | 9,397 |
05-31-2013, 11:40 AM Last Post: rajivjoshi |
|
How to Pass Output value as input from one IE windoe to another IE window | newqtp | 0 | 2,393 |
01-24-2013, 08:36 AM Last Post: newqtp |