Hi,
I need to accept user inputs for login at runtime.I know i
can use Inputbox but how to proceed further that i dont
know.
Thanks in advance
Answer Posted / bala
hai this bala,
i know the answer as per my knwoledge
try it once
script for flight reservation:-
n=inputbox("enter how many times you want give")
for i=0 to n
a=inputbox("enter user name")
dailog("Login").winedit("Username").set a
b=inputbox("enter password")
dialog("Login").winedit("password").set b
dailog("Login").winbutton("OK").Click
stmtms---------------
--------------------
-------------------------
Next
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to access array data?
Which in-built function is used to format the number in the vbscript language?
Hi anyone Can Send Solution to the Question wt m posting now Prepare Script for the Bellow Scenario? Login to Gmail Page Open Inbox check Mails save them in a Folder
How will you get the largest subscript of an array in vbscript?
Hi Friends Rajendra this is bhavani prasad, iam working Hyderabad. i faced one problem with qtp recording mode i.e in my application there is 100 records first we click the first record that record will be jumped to next session and 99 records will there stop the recording and run the same script .Run this script qtp does not identify the records. So plz tell me what is the solution.
how to write validation function for date in vb script
What is the use of the date function in the vbscript language?
What is the scope of a constant declared using public?
Explain about .wsf files?
Explain the arrays in vb script?
how to acces the remote mechine using vb cript(QTP)
What are the properties of regexp object?
Mention what is variant in vbscript?
What is sql loader? Explain the files used by sql loader to load file?
Mention when to use function procedures and what are its characteristics?