How will u find that how many List boxes( and check boxes)
are present in one particular window
Answer Posted / akila
hi,
i tried this script. it's working fine but not giving
appropriate checkbox in the application
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is parameter in qtp?
How to handle dynamic objects in quicktest professional?
banking project description for software tester
desribe a situation where u faced a stressful situation and how did u cope with it
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
write script for bitmap image?
How do Parameterization and Data-Driving relate to each other in QTP?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
Client is able to provide budget..he want you to choose the automation tool for the web application? which one you will select ? QTP or Selenium ? what are the reasons?
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
Why script error occur in between recording in qtp?
if our qtp vb Script may be Currepted then What we want do?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);