how to write this script using descriptive programming?
the script below is the script generated by QTP plz write
the script using descriptive programming? plzzzzzzzz do
answer thanku
Browser("Welcome: Mercury Tours").Page("orkut -
login").WebEdit("Email").Set "test123"
Browser("Welcome: Mercury Tours").Page("orkut -
login").WebEdit
("Passwd").SetSecure "475259b450e3d212bef4a5f5ce9d32ebcbf4"
Browser("Welcome: Mercury Tours").Page("orkut -
login").WebButton("Sign in").Click
Browser("Welcome: Mercury Tours").Page("orkut - home").Link
("Logout").Click
Browser("Welcome: Mercury Tours").Page("orkut - login").Sync
Browser("Welcome: Mercury Tours").Close
Answer Posted / mageshkumar
All above answers are 100% correct...
just trying to optimizing the code..
With Browser("Welcome: Mercury Tours").Page("orkut -
login")
.WebEdit("Email").Set "test123"
.WebEdit
("Passwd").SetSecure "475259b450e3d212bef4a5f5ce9d32ebcbf4"
.WebButton("Sign in").Click
.Click
.Sync
with End
Browser("Welcome: Mercury Tours").Close
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to give a call to another action from one action?
Describe how Smart Identification is used
How many types of parameters are there?
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
Discuss the QTP Environment?
What are the different types of recording modes in qtp? Which will be used when?
How to handle the exceptions using recovery secnario manager in quicktest professional?
Explain actions in qtp ?
What are the features supported by UFT?
Which is the best QTP training institute in Delhi/NCR region and what is the approximate fee for QTP course (Basics and Advanced)
Write a script to customize the test results in PDF and HTML format.
QTP script is not working on other's machine..
Hi ,Can any one pleas explain how to test splash objects using QTP?
what is stepin & stepout?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?