Answer Posted / b.ramyasri
Hai...
QuickTest stores the definitions for application objects in
a file called the Object Repository. As you record your
test, QuickTest will add an entry for each item you
interact with. Each Object Repository entry will be
identified by a logical name (determined automatically by
QuickTest), and will contain a set of properties (type,
name, etc) that uniquely identify each object.
Each line in the QuickTest script will contain a reference
to the object that you interacted with, a call to the
appropriate method (set, click, check) and any parameters
for that method (such as the value for a call to the set
method). The references to objects in the script will all
be identified by the logical name, rather than any
physical, descriptive properties.
K,byeee...
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
How you will rate urself in QTP in the range of 0 to 5
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression
What will be happen if i load object repository at run time, but it has already associated.
Which functionalities of QTP used in banking project? pls any say answer?
How will you check a web application for broken links using qtp?
what testplan contents and what test strategy contents,what is the diff b/w them
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
How the exception handling can be done using quicktest professional?
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
when u script reveiwing in which area u more concentrates?
How will you report the bug and explain the defect tracking sheet you handled?
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?