-->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
UFT 12.02 which ALM version will support
Write a script to verify font style and color of a windows object using descriptive programming
explain keyword driven framework with banking domain?
How can I use Call dlls in QTP ?
Qtp has been installed on my pc but recently ON opening it is giving this error PLEASE REPLY IT IS URGENT IT WAS WORKKING FINE QTPRO.EX THE instruction at "0x7.. ...". referenced memory at "0000....The memory could not be read... Awaiting QTP XPERTS REPly URGENT
Explain xml checkpoints.
In what occasion we can specify global sheet and action sheet?
What is keyword driven framework?
What is the difference in the global and action sheet in qtp?
Explain the difference between data driven testing and parameterization ?
How many types of recording facility are available in quicktest professional?
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
They asked by using qtp recording writing scripting
What is TOM in QTP?
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?