Can anyone help me in creating script for Log-in field?

Showing Answers 1 - 5 of 5 Answers

KishorKumarReddyv

  • Sep 7th, 2006
 

script for login field window("Login").Winedit("UserName").set "UserName" Window("Login").Winedit("Password").set "Password" Window (Login").Winbutton("Ok").Click

  Was this answer useful?  Yes

syam

  • Sep 8th, 2006
 

needed complete Qtp framework and diffe types of framework we have in QTP

  Was this answer useful?  Yes

Ramesh kolla

  • Sep 15th, 2006
 

Hi. This is ramsh kolla

i am a new entry

script for login field

Dialog("Login").Winedit("UserName").set "UserName"

Dialog("Login").Winedit("Password").set "EncriptedPassword"

Dialog("login").winbutton("ok").Click

  Was this answer useful?  Yes

anees

  • Sep 29th, 2006
 

All the members explained their views only for windows based appli...

Here i'm gng too explain abt Web bases Login form:

Browser("Welcome: Mercury Tours").Page("Welcome: Mercury Tours").WebEdit("userName").Set "aneesurs"
Browser("Welcome: Mercury Tours").Page("Welcome: Mercury Tours").WebEdit("password").SetSecure "451d1d0c480846d5f5a495296ebc096f46e1"
Browser("Welcome: Mercury Tours").Page("Welcome: Mercury Tours").Image("Sign-In").Click 16,8

Rgds,

Anees

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions