-->IF two TextBOxes are there in a "Form".
-->A table contains some records which contains usernames &
password..
-->What is the script we need to write using Descriptive
programming concept...in QTP (simply DATA DRIVEN TEST
SCRIPT OF QTP)?
Answer Posted / krishna chand
Option Explicit
dim uid,pwd
uid=datatable(1,1) ' consider user name is in 1st row
1st 'column
pwd=datatable(2,1) ' consider password is in 2nd row
ist 'column
browser("broswer name").page("page name").webedit("User
name").set user name=uid
browser("broswer name").page("page name").webedit
("Passord").set secure password=pwd
' The entire script is may not correct. But the procedure
is correct
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Explain the types of object repositorys in qtp?
What environment does qtp run in?
What is test object model in quicktest professional?
How to save your test using quicktest professional?
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
how can i pass a "cript"as a parameter in to a function
What are the advantages of qtp?
how interviews will be on QTP?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
what is description object?
Explain the views in the QTP GUI?
iam working in QTP for 2+ of exp if i attend the interview what r questions asked in perfomence testing{loadrunner} ? pls any one can say answer to this question?
What is the new version of qtp which is recently released in the market?
Shall we add Local Repository to shared object repository,if yes,how we add
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins