Hi,
How to give drop down values as input [Variable] from data
table in QTP?
If u know share with me.
Answers were Sorted based on User's Feedback
Answer / ramesh
what u mean by drop down values ...
sorry i'm not clear with the question
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / babu
Can you explain little bit more wat exactly you want.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / xyz
Firstly go to the first row
r = datatable.getsheet(1).rowcount
for i=0 to r-1
datatable.getsheet(1).setcurrentrow(i)
Browser().page().weblist().select(datatable.Value("Name",1))
This is for single select
If you want to enable multiselect property then
Browser().page().weblist().multiselect= 2
datatable.getsheet(1).setcurrentrow(i+1)
Browser().page().weblist().extendselect(datatable.Value("Name",1))
datatable.getsheet(1).setcurrentrow(i+2)
Browser().page().weblist().extendselect(datatable.Value("Name",1))
next
| Is This Answer Correct ? | 0 Yes | 0 No |
1.can we parameterise object repository?how we can do it? 2.there is a name "mallikharjun".i want to get the vowels in it through VBSCRIPT?
Could someone explain me how to work on Out put values, explain with some example on Flight Reservation. I want to insert the out put value for the order No. Please explain the steps with some example.
Why you have to add the specific add in in QTP? My answer is to recognize the specific objects we have to add the add-in in QTP...but he asked again after adding addin how qtp recognize the objects successfully? what is there in the add-in ?
Key word driven framework
hi what is the use of "dim" in automation objective model or any where what is the use of "dim" plz tell me
What are they Advantages and Disadvantages in QTP 9.2?
www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example
i need the licence key for QTP V9.5 can anyone help me on getting this?
How to check the URL using Automation tool QTP
After i ran the Test in Batch mode i didn't get any results. Can any one let me know how it can be done?
Plz someone tell me about user interface testing and backend testing and hw did u use it in ur project.plz give a detail answer i need to explain it to the interviewer. plzzzzzzzzz guys its urgent
What is the parameterization?