i am new to qtp i do not know how to write script
how to write the code to login if it fails how to able
error messages
Answer Posted / satyaprasad
dialog("login").active
dialog("login").winedit("username").set"asdf"
dialog("login).winedit("password").setsecure"amxcer013m34ee"
dialog("login").winbutton("ok").click
Note:for descriptive programing we must add the objects of
the application to "Object repository"
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
what is run-time data?
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
Hi Every body please explain me in steps to use checkpoints and object Repositories in QTP for Flight Reservation application please tell me the steps for this its urgent pls thanx for urs answers
Define virtual object?
Suppose I want fail that check point? How can you do that?
What are the types of data tables in qtp?
when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks
How do you synchronization point through DP?
How would you directly trigger javascript in a test?
what is the advantages and disadvantages of using functions instead of re usable actions
What is text/text area checkpoint?
how to test Web application using QTP software
How to use setroproperty?
Explain measuring transaction.
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?