In one of the scripts the pwd in the DT was encripted. Can
any one tell me how to I decript or undo the same?
Answer Posted / jay prakash
There is a tool called password encoder. It gets installed
when you install QTP.
Go to Start -> Programs -> Quick Test Professional ->
Tools -> Password Encoder.
Hope it helps.
Regards,
Jay Prakash
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("» County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
What are the challenges u faced in testing with crm domain? How u overcome with?
Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in
What are the automation metrice in your project?
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
How to import a test case present in ".xls" file to TD under a Test set?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
How many types of actions are there in quicktest professional?
Explain the parameter in qtp?
Is virtual object supported in low level recording mode?
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
How QTP support all types of applications (platforms)?
how to download mercury qtp9.2 ny internet ?
how to post xml data from QTP scripts to any application?