Can any one tell the different properties and values of
differnt objects like
Browser,Page,link,webedit,webcombobox,webradio
botton,webcheckbox and web button.Because I am facing a lot
of problems in interviews with Descriptive Programing.I
never worked on web Application...Pls help any one as soon
as possible....
Answer Posted / nanda
HI,
this is simple. we can write DP by using Object
Identification dialog box and Object Spy.
in the Object Identification dialog box we can know which
properties we have to write while DP...and in Object SPY we
can know run time values of these properties.
For Browser and page we can give wither Name property or
title property.
for link HTML Tag and Name.
for webcombo box : class name, attachedtext
like this we can write. please check in Object
Identification dialog box.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to find a window is minimized or not
Hi All, we are using QTP Automation Scripts to test SAP. I recorded QTP Automation Scripts in English-based SAP GUI. Now we have to test a French-based SAP sytem and use the same scripts. The QTP scripts are failing when executed on the French-based SAP System due to Object Recognition Issues. What can we do? Do I re-record the scripts in the French-based SAP system?
How will you handle java tree in qtp?
Are Shared ORs read-only?
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)
Explain process of smart Identification in QTP?
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
Why is action split used by qtp?
How can we import into Excel "Details" ,"Result" ,"Time" parameters from within a Results Report which is generated after a Run error when a script is executed in QTP? Refer E.g below Status Functionality Description RunDate Fail Login User should be able to Login 12/3/2007 StartTime EndTime Details* 1:31:58 PM 1:32:29 PM (this one i want)
Explain about the test fusion report of quicktest professional?
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
Can launch two instances of qtp on the same machine?
What is an optional step in qtp ?
how to acess a test in RSA?
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.