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 |
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
What does it mean when a check point is in red color? what do u do?
1)how to write test cases in test director? not go throuth requirments and plan but should be different way i need? 2)what is the mediator between qtp and application or project?
What are the features and benefits of quick test pro (qtp 8.0)?
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
when we right click on the desktop of any operating system we find a menu , consisting of refresh,edit,open,paste and cut etc... how to load the object and object properties of that menu in QTP
if our qtp vb Script may be Currepted then What we want do?
how to load vbs file to qtp through scripting. plz provide the code.....
if there is two login button in your page, how you know that this login button is correct for login .
how do we add a new sheet to data table in QTP?