Write the code for select the 5 values from drop down list.
drop down list having the 10 values.

Answer Posted / ram

Hi, I think if the object is dropdown(Combobox) we cannot select more than one value at a time.


please let me know if I am wrong.


Thanks in advance.


Ram

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is qtpro? What is quick test pro? What is a quick test professional?

597


How the exception handling can be done using quicktest professional?

545


What are output values and why they are used ?

627


How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?

634


Hi Samrat, Thank u very much, what u said it is right.

1349






How does qtp identify the object in the application?

539


What is optional step in qtp? How you can add optional step in qtp?

536


Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)

3225


Can we write winrunner language i.e TSL in QTP tool?

1479


There is an excel file of 1 to 100 sheets how you will iterate through it?

532


What are the technologies supported by qtp?

567


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.

2895


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); }

1720


How will you declare a variable in qtp?

558


In qtp, how you can use xpath to identify objects?

618