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



we have one text box and one list box(list box appear in same page or another page) what ever the t..

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

we have one text box and one list box(list box appear in same page or another page) what ever the t..

Answer / chowdhury

well said Raj.......lol

Is This Answer Correct ?    0 Yes 0 No

we have one text box and one list box(list box appear in same page or another page) what ever the t..

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

Post New Answer

More QTP Interview Questions

What is Active Screen in QTP?

11 Answers  


Find the 'String' from excel sheet and save to another sheet.But we don't know the string column number and row number?

4 Answers  


What is log file?How to write log file code?

2 Answers   Apps Lab, Value Labs,


Could anyone please tell me one situation where you have used recovery scenarion in real time with an example?

4 Answers  


what is the difference between parameters and arguments?

1 Answers  






What is difference between version 6.5 and 8.2 in QTP?

0 Answers  


Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji

0 Answers   TCS,


if there r 10 windows open in QTP write a command to close all 10 windows at a time ?

10 Answers   Wipro,


What is difference between QC and TD?

8 Answers  


How to use QTP for Regration testing, plz tell as with short Example of login window? plz tell as....

2 Answers  


Where the text version of script file located in file system?

1 Answers  


In automation testing Can we retest virtual object in the application after getting new version from the developers, is there any property will change for that object or it won't.?

1 Answers   Siemens,


Categories