Write the code for select the 5 values from drop down list.
drop down list having the 10 values.
Answer Posted / deven
Set WShShell = CreateObject("WScript.shell")
WShShell.SendKeys "{Down}", True
WShShell.SendKeys "{Down}", True
WShShell.SendKeys "{Down}", True
WShShell.SendKeys "{Down}", True
WShShell.SendKeys "{Down}", True
WShShell.SendKeys "{Enter}"
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the difference between qtp and selenium?
Hi,All How to create a link in excel sheet using qtp
Hoe can we do retesting using functions please give the code for it using login page
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
What is qtpro? What is quick test pro? What is a quick test professional?
how many maximum number of virtual users we can create?
How to export quicktest professional (qtp) results to an .xls file?
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
what is meant by Implicit and explicit requirements?
What is object repository in qtp?
What is action?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
What are the different types of recovery operation?
Is it possible to merge two object repository files in qtp?