Hi QTPKing
Please try the below script. This script has been recorded with our Forum.
--------------------------
--------------------------
In the message box you would receive the password entered in the Password text field, say if you have entered password something like "QTP000" this would be displayed in the message box
Please try the below script. This script has been recorded with our Forum.
--------------------------
Code:
Browser("SRAIS-AS Login").Page("QTP Forums").Link("Login").Click
Browser("SRAIS-AS Login").Page("QTP Forums").WebEdit("quick_username").Set "QTPgrd"
Browser("SRAIS-AS Login").Page("QTP Forums").WebEdit("quick_password").SetSecure "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
A = Browser("SRAIS-AS Login").Page("QTP Forums").WebEdit("quick_password").GetROProperty("Value")
Msgbox (A)
Browser("SRAIS-AS Login").Page("QTP Forums").WebButton("Login").ClickIn the message box you would receive the password entered in the Password text field, say if you have entered password something like "QTP000" this would be displayed in the message box

