This is the script generated by qtp plz can anyone write
the same script using descriptive programming plzzzz guys
do answer.
Browser("orkut - login").Page("orkut - login").WebEdit
("Email").Set "rgovard"
Browser("orkut - login").Page("orkut - login").WebEdit
("Passwd").SetSecure "47525d8be4926ea2f6e96b9a3f7472b6ae38"
Browser("orkut - login").Page("orkut - login").WebButton
("Sign in").Click
Browser("orkut - login").Page("orkut - home").Link
("Logout").Click
Browser("orkut - login").Page("orkut - login").Sync
Browser("orkut - login").Close

Answer Posted / rajaputra

What Aiswaryan has given is correct.
But i will do a modification to the script.

systemutil.Run "IExplore.exe","www.orkut.com"
Browser("Title:=orkut - login").Page("Title:=orkut -
login").WebEdit("name:=Email").Set "rgovard"
Browser("Title:=orkut - login").Page("Title:=orkut -
login").WebEdit("name:=Passwd").SetSecure
"47525d8be4926ea2f6e96b9a3f7472b6ae38"
Browser("Title:=orkut - login").Page("Title:=orkut -
login").WebButton("name:=Sign in").Click
Browser("Title:=orkut - home").Link("name:=Logout").Click
Browser("Title:=orkut - login").Page("Title:=orkut -
login").Sync
Browser("Title:=orkut - login").Close

Now Run and See it will work.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a QTP script to enter a keyword in to Google search engine?

649


what you mean by artifact,milestone...

1491


What is the new version of qtp which is recently released in the market?

637


Explain the views in the QTP GUI?

615


how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance

1424






How can you identify the browser and its information using QTP script?

541


How many types of recording facility are available in quicktest professional (qtp)?

601


What are the views available in quicktest professional (qtp)?

566


What are the steps involved in the recovery scenario wizard?

554


What is difference between shared and local object repository?

585


What are the types of object repositories? Which one is you are using?

627


can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process

1279


What is ObjectParamater?

1569


1.Write a CRITICAL test cases for calculator ? 2.What is the difference b/w FRS and SRS documents ? 3.What is Component ? 4.What is object ? 5.what is the difference b/w static and dynamic descriptive programming ?

1575


How many types of Automation frameworks are there in UFT? Describe them.

552