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 / raj kumar

Through the DP , you can write on this way

crypt.Encrypt(strpassword)

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what r the main attributes of test automation?

1480


Could anyone help me for the below scenario: i am using the descriptive programming for my account, in which we have to generate the contract in the MS-word. when i generate this doc, we need to click on enable macros to continue further. but i am unable to make qtp to click on this. if anybody faced the problem like this??? pls help to get it resolved? Thanks in advance

1409


How to call a test from another test?

682


What is checkpoints for quicktest professional (qtp)?

579


What is the diff between image and bitmap check point?

597






I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }

1714


On the website, the protocol has been changed https: to https what you will do? Tell me your approach?

582


What are parameterizing tests?

551


Are Shared ORs read-only?

628


What are the views available in quicktest professional?

563


What are the key points to create a framework in QTP for oracle forms?

1811


How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric

1645


How to run a test using quicktest professional?

530


What VBScript operators, functions, and statements do you use in QuickTest Professional?

2172


1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?

989