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 / siri
Browser("Title:=Welcome: Mercury Tours").Page
("Title:=orkut - login").WebEdit
("Name:=Email").Set "test123"
Browser("Title:=Welcome: Mercury Tours").Page
("Title:=orkut - login").WebEdit
("Name:=Passwd").SetSecure "475259b450e3d212bef4a5f5ce9d32eb
cbf4"
Browser("Title:=Welcome: Mercury Tours").Page
("Title:=orkut - login").WebButton("Name:=Sign in").Click
Browser("Title:=Welcome: Mercury Tours").Page
("Title:=orkut - login").Link ("innertext:=Logout").Click
Browser("Title:=Welcome: Mercury Tours").Page
("Title:=orkut - login").Sync
Browser("Title:=Welcome: Mercury Tours").Close
I hope this helps you.
Regards,
Siri
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Through array we can execute the testcase how ? give me example
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
Please guide me release notes of Automation once scripts are completed
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
What is test object model in quicktest professional?
What is the purpose of loading qtp add-ins?
write a script to verify the image path(src property) of the images which are in web pages.
Explain how qtp identifies objects?
Can we create user defined functions in qtp?
Explain how Does Run time data (Parameterization) is handled in QTP?
What is the XML file architecture ?
How to test fly out menu in qtp?
How many tabs are available to view your test in a test pane and what are they?
For which type of project the iterative model is suitable?
give me an example where u used good judgement and logic in solving a problem