can i login a page by giving username and password and click
on ok button through database parameterization.and if its
yes then please write the code of that
Answer Posted / shaveta
rc=datatable.GetSheet("Global").GetRowCount
For i=1 to rc
datatable.GetSheet("Global").SetCurrentRow(i)
systemutil.Run"C:Program FilesHPQuickTest Professionalsamplesflightappflight4a.exe"
With dialog("Login")
.Activate
.WinEdit("AgentName:").Set(datatable.Value("UID","Global"))
.WinEdit("Password:").Set(datatable.Value("password","Global"))
.WinButton("OK").Click
End With
Next
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the features of quick test pro(qtp)?
tell me QTP standards ?plz
What is data driver in qtp?
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
Can we run multiple QTP scripts one after the other without manual intervention? How?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
What is a reusable action?
How does qtp identify the object in the application?
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
Give me some real time point of way where exactly we can conduct audits?
How many add-ins comes by default with qtp?
Hello friends..... On which areas of an application we can not test with QTP
Explain the types of object repositorys in qtp?
How do you capture tooltip using QTP?
Hi How to retrieve data from web element line by line?