pls tell me how will you write the vb script in QTP for
DataDriven test from Excel sheet for multiple userid and
password explain with example
Answer Posted / srikanth
Create different userids and passwords in Datatable.
then..
Dialog("Login").Winedit("Userid:").set Datatable
("columnname",dtGlobalSheet)
Dialog("Login").Winedit("Password:").set Datatable
("columnname",dtGlobalSheet)
Dialog("Login").WinButton("OK").Click
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
explain abt dyanamic changing object with example?
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
Which functionalities of QTP used in banking project?
How many lines of code in each script of QTP?
What are parameterizing tests?
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
What are the technologies supported by qtp?
Which environments are supported by hp qtp?
Explain about business process component? types and usage?
What is the use of Debug Viewer?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
what is clean sweep?
How to find array size in qtp?
How to use the object spy in quicktest professional (qtp) 8.0 version?