hi
This is Harish.1. What is object repositery .2. what is
frame works in QTP,what is keyword driven frame
work,explain it and how to associate the folders.3.the
build is developed in java, can we write scripting in
vb .4.what is discriptive progaram,how to write it.5.what
is process of QTp testing.6. how to associate the shared
repository. 7.what is implicit and explicit 8.what is
runtime data please replay me
regards
Harish
Answer Posted / kumaran
Hello,
What is Object Repository ?
QTP can't Recognize the object in Runtime.Object
Respository stores all the Test Object Description, Runtime
Object Description and to Identification the object
Collections of Test Object.
What is FrameWork in QTP ?
A Frame work can be around complex Internal Architecture
which makes end user to interact with the System easily.
What is Key work Driven Framework.
Keyword Driven Framework : No Record and Playblack, Using
OR, DT, UDF., Preparing Testscript, Recovery Scenario, No
Resuable Action
Folder Structure Object Respository,DataTable, User Define
Function.
What is Descriptive Programming, How to write it ?
Descriptive Programming without using the Object
Respository. Tester can develop automation test in this
application. we need to use a technique called a
descriptive programming
Script:
Browser("Title:= XXXX").Page("Title:=XXX").Frame
("123:=XXX").webButton("OK").Click
What is process of QTP Testing ?
Identification Test Case for Automation
Preparing Test Script Manual
Debugging Test Script
Running the Script
Analysis the Result
Defect Report
How to associate the shared repository ?
Menu:-Resources -->Associate Repositories
8)) What is runtime data
During the run session, QuickTest displays the run-time
data in the Data Table pane so that you can see any changes
to the Data Table as they occur
You can use the DataTable, DTSheet and DTParameter
Cheers
KumaraN
sunkumaranr@gmail.com
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
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 is the diffrence bw qtp architectute and qtp framework?
can test automation improve test effectiveness?
What is CMMP and CMMH?
what is impact analysis on regression testing?
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
Explain the Different types of QTP test assets and their extensions?
What is the default add-ins in qtp?
Tell me about qtp?
what kind of frame work you used in your last project?
how to find that tools work well with ur existing system?
Explain the concept of object repository & how qtp recognizes objects?
How can you identify the browser and its information using QTP script?
Can the user toggle between using Local OR and shared OR for the same action?