we have one text box and one list box(list box appear in
same page or another page) what ever the text enter in text
box that must be displyed in list box as first one.
for example if we enter 10 in text box that is the 1st item
in list box . after that we enter 11 then 11 is the 1st item
and 10 is 2nd item. the maximum limit of list box is 10
items. if we enter 11th item the 10th item is deleted and
llth one is add as 1st one and 9th one goes to 10th position
Answer Posted / cradle_o_filth
Use Regular expression.......
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is Unicode Compatibility?
Explain measuring transaction.
How to find operating system information using the qtp script?
How to use conditional loops in qtp ?
after click on compose mail how can we attached a file in qtp with vbscript code
How do know the number of browsers opened?
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=", Second button "html id:=btnSave "outerhtml:=", Third button "html id:=", outerhtml:=",
How to use debug tools?
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.
Hello Everyone, Please provide me the practical example of business component concept of QTP.Like how to create business component,how to connect the quality center etc.... Thanks in advance, Gaytri
Explain the qtp test phases.
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
How do we handle run-time errors?