jagadesh


{ City }
< Country > india
* Profession *
User No # 4490
Total Questions Posted # 0
Total Answers Posted # 4

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 7
Users Marked my Answers as Wrong # 4
Questions / { jagadesh }
Questions Answers Category Views Company eMail




Answers / { jagadesh }

Question { Covansys, 6291 }

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

If Listbox.ListCount >= 10 Then
Listbox.RemoveItem Listbox.ListCount - 1
End If
Listbox.AddItem Textbox.Text, 0


Is This Answer Correct ?    0 Yes 1 No

Question { 7063 }

Why must we test cookies?


Answer

hey please be specific yaar.i could not get you .please let
me know why we must test cookies.

thanks.

Is This Answer Correct ?    0 Yes 0 No


Question { Wipro, 11114 }

a apllication is given to you but the requirements and
functionalities are missing what will you do to start the
testing?


Answer

why not exploratory testing.

Is This Answer Correct ?    2 Yes 2 No

Question { TCS, 5727 }

without creating the business view is there possible to
create & generate the Crystal reports?


Answer

yes we can.we can create and generate reports by connecting
to either universe or other data sources like ms access etc.

Is This Answer Correct ?    5 Yes 1 No