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
What is the use of the date function in the vbscript language?
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
regular expression that will recognize a browser as long as its name property starts with mybrowser
Explain the functionality of vbscript?
Plzzzzzzz can any one tell me which is the best institute in hyderabad for learing VBScript. plz do answer guys its urgent plzzzzzzz. thanks in advance.
What is the main difference between function and sub-procedure?
Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)
how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.
where can i learn VB scripint ?
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
What is the technology used by vb script?
Explain the scope of the variables using dim, public, and private keywords respectively.
Explain about arrays in vb script?
How can the spaces from the string be removed?
what is event handling?