How to differentiate the webedit field like user name and
password?
Please tell any other best answer is ther
Answer Posted / mudaseer
when we type user name it is displayed normally (not in encrypted form )but when we type password it is displayed as ****** (in encrypted form)
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain different types of action in qtp?
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.
Can any one brief some detail on how the shared and action object repository utilized/implemented in a real time project. I already know how to make shared object repositor by saving OR as .tsr extension..I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thanks
assume i have few url link how will i dynamically call then using descriptive programming?
With what extension you can save the list of tests in a file to run in test batch runner?
Hi friends I need to know about jubula automation tool. Is anybody know in bangalore where jubula tanning class is going on do let me know. Its urgent for me to learn that tool please help.
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
What are the advantages of qtp?
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
Connect to QC using AOM.
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
How you can make an action as re-usable action?
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); }