kumaran


{ City } chennai
< Country > india
* Profession *
User No # 28430
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 6
Users Marked my Answers as Wrong # 1
Questions / { kumaran }
Questions Answers Category Views Company eMail




Answers / { kumaran }

Question { Syntel, 13448 }

pls tell me different type of automation frame works in QTP
and which one need to select in client server application


Answer

Hi,

There are Five difference types of FrameWorks in QTP.

1)Lenior Framework : Record & Playblack, Edit the Script
2)Data Driven Framework : Record & Playblack , Edit the
script and Passing the value through Excel Sheet
3)Modular Framework : Record and Playback, Edit the script,
Passing the value through Excel sheet and Reusuable Action
4)Keyword Driven Framework : No Record and Playblack, Using
OR, DT, UDF., Preparing Testscript, Recovery Scenario, No
Resuable Action.
5)Hybrid Framework : No Record and Playblack, Edit the
script, Passing the value through Excel sheet and Reusuable
Action and Using OR Folder, RS(optional), DT Folder, UDF
Folder , Script Folder., Reusuable Action.

Depends upon application client can use any frameworks...

Cheers
KumaraN
sunkumaranr@gmail.com

Is This Answer Correct ?    3 Yes 1 No

Question { Syntel, 6672 }

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

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