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
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
when u script reveiwing in which area u more concentrates?
In qtp is it possible to check broken links of a page?
What is system testing and what are the different types of tests you perform in system testing?
can test automation improve test effectiveness?
How to write business scripts using object repository with different scenarios
How many types of Automation frameworks are there in UFT? Describe them.
Explain about datafile/verification of date file when file is not available in local system?
What test you perform mostly? Regression or retesting in your testing process?
Explain sub procedure of vbscript.
Limitations in QTP?
Explain the types of object repositorys in qtp?
Both static and dynamic arrays are handled by the vb script. Is it true?
what is error and fault in terms of software quality?
What do you mean by checkpoints in qtp?