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 / pravati
Rowcount=Datatable.getsheet(id).Rowcount
msgbox Rowcount
for i=1 to rowcount
Datatable.Getsheet(id).setcurrentrow(i)
username=Datatable.value(parameter id,sht id)
pwd=Datatable.value(parameter id,sht id)
Browser().page().webedit().set username
Browser().page().webedit().set pwd
Browser().page().webbutton().click
Next
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I import environment from a file on disk?
QTP script is not working on other's machine..
Explain the new feature of UFT regarding the export of test results?
How does quicktest professional (qtp) identifies the object in the application?
Hello friends..... On which areas of an application we can not test with QTP
What are the benefits of quick test pro(qtp)?
What is file database?
We stored into the objects OR and then write the scripting
Can we Test Welcome Screens and Process Images with QTP
What is business process testing(bpt) in qtp?
How many types of parameters are there?
tell me abt a time when u had to go above &beyind the call of duty to get the job done
i have a doubt can anyone tell me where are scripts stored while using QTP.Tell me the exact procedure takes place in real time?like how we call scripts how to proceed after writing scripts?how scripts are executed etc?i heard some use Qc whether others dont use.so tell me whole procedure for both the things it will be a very big help.as i have interview i want to have whole idea on this.its very urgent.
What is a reusable action?
Mention what are the different types of recording modes in qtp? Which will be used when?