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
part2:maore than the answer for this question i want the
the reason why testers go for this kind of risk.what is the
use of we testers having these kind of attempts.is that
not the problem with the developer .pls answer .real time
users of tools.in which way these solutions help to test
with r without affecting the developed souce code.
Answers were Sorted based on User's Feedback
Answer / rajendra
Yes friend there is no specific logic in this question.
this is unnecessary for tester(Black Box Tester).
i can gues what happen in ur issue
Normally in some companies,usually development people
will involve in preliminary rounds of interview.
Bcoz there people are having direct contact to Project
Manager.
These people Normally well in programming not in testing.
even they cannot ask some basic questions on software
Testing.
They ask like this questions.
Anyway don't feel bad,Ur day will come in near future
ok frindz byee
Rajendra
rajendra_penumalli@yahoo.com
+91-9885162742
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / k.chandu
using getvisabletext method get available text
text=browser("ie").page("pe").webedit("textbox1").getvisibletext
now get the 1st item from the web list
wtext=browser("ie").page("pe").weblist("wl").select ("index:=0")
then compare them
| Is This Answer Correct ? | 0 Yes | 0 No |
Please give me the steps to carry out datadriven in QTP8.2
QTP Testing Process?
What is Virtual object wizard in QTP?
VB scrip has a special command named LBound, which returns the starting index of an arry. What are the possible indexes an array can start with? options are given below. and one only the correct answer. pl select it 1. any index 2. only even non-negative 3. only 0 4. any non-negative integer
what is difference between normal mode and fast mode?
How can i check elements sorted in dorpdown using qtp..
How to Test the mainframe application?(tell me few basic things)
how will you load the test cases in ddt?
What is the file extension of the code file and object repository file in QTP?
write script for finding number of broken links in web page? kindly please answer my question.
3 Answers Manhattan, Oracle, Virtusa,
What is the difference between Accessibility Checkpoint and Bitmap Checkpoint in QTP? Note: I have read it in QTP help but i dont want answer from that.......
How to retrieve value (data) from notepad using QTP ?