I am sathish , i want to test the Application of JIL.org
,Mobile Emulator ,by using QTP10.0.
I am trying to do testing on that Application , but Child
Objects are not identified by the QTP.
Please can any one help me
Answer Posted / harsha
be specific...I mean, what you are getting when you are
adding objects to the repository.
or
try this:
set objbrwsr=Browser("CreationTime:=0").Childobjects
then you can access the childobjects of browser in debug
viewer. I have seen your application. It is not that much
complicated to test. Even this doesn't work, then you have
to install some patches from hp site.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the major/ important methods, functions in QTP we use realtime testing
How can you identify the browser and its information using the qtp script?
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!
To which environments does quicktest professional (qtp) supports?
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
Which recording modes need more memory?
Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
How can get count of list box?
Explain measuring transaction.
How many types of status are there?
Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
What is Cross browser testing? Does UFT support it?
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)