What will be the test script in QTP to test a ComboBox
where a user has to select more than two items????
Answer Posted / raj kumar
This is the correct Answar
browser(":: IRCTC :: - Plan My").Page(":: IRCTC :: - Plan My").WebList("day").Select(#1)
browser(":: IRCTC :: - Plan My").Page(":: IRCTC :: - Plan My").WebList("day").ExtendSelect(#2)
| Is This Answer Correct ? | 18 Yes | 6 No |
Post New Answer View All Answers
Explain the views in the QTP GUI?
how do u plan test automation?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
Discuss quicktest professional (qtp) environment?
How to customize qtp?
How many types of parameters are there?
How is test case write?
Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points
How to test fly out menu in qtp?
what is defenetion of kiran can u tell me plz CVS, SVN
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans