What will be the test script in QTP to test a ComboBox
where a user has to select more than two items????
Answer Posted / xxxx
Look at it might be useful for you
Browser("XXXX").page("page1").WebEdit("editbox").set "dsgagfdsa"
value1=Browser("XXXX").page("page1").WebEdit("editbox").GetROProperty("Text")
Browser("XXXX").page("page1").webButton("Button1").click
Browser("XXXX").page("page2").WebList("List1").select value1
| Is This Answer Correct ? | 3 Yes | 10 No |
Post New Answer View All Answers
Please help me by providing the License key for QTP 9.2, at guru_aarya@yahoo.co.in Best Regards Gururaj.B
Suppose I want fail that check point? How can you do that?
Hi, how can we check or avoid the memory leakage in QTP9.2?
What is the basic concept of quicktest professional?
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
how could i download qtp in which i get add-in support for 'oracle' is there any way to get it? i finding but not getting pls help me out :)
What is the extension of qtp local repository?
How smart identification works in qtp ?
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
How to attach a file to TD?
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
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); }
How to integrate the qualitycenter with qtp
Explain hybrid framework with advantages and disadvantages?