What exactly a frame Work means?what are the different type
of frameworks done in QTP?why the caption for QTP given as
advanced keyword driven?

Answers were Sorted based on User's Feedback



What exactly a frame Work means?what are the different type of frameworks done in QTP?why the capt..

Answer / anonymous

A set of guidlines to achieve a complext task in an
efficient and optimized way.
Linear
Modular
Keyword driven
Hybrid
Based on keywords, we can call actions,functions so that
they called it as keyword driven.

Is This Answer Correct ?    4 Yes 0 No

What exactly a frame Work means?what are the different type of frameworks done in QTP?why the capt..

Answer / laxman

In real time projects ,we use to call ,Frame work as a
folder. This folder contains the components such as ,
Object Repository,logs ,test data,script,result...etc. so
whatever files are created to develop a script are stored
in a sepatate folder,which is nothing but a framework

Is This Answer Correct ?    3 Yes 0 No

What exactly a frame Work means?what are the different type of frameworks done in QTP?why the capt..

Answer / anonym

Hi, Basically framework is a set of assumptions, concepts
and tools, which provides support to the automated testing.
Basically there are 3 types of Automation Framework
1. Data Driven
2. Keyword Driven
3. Hybrid Framework.
And QTP supports Keyword driven framework that is why qtp
has given that caption.

Is This Answer Correct ?    3 Yes 1 No

What exactly a frame Work means?what are the different type of frameworks done in QTP?why the capt..

Answer / nani4urs

HI,suppose test engnr every day execute no of test cases &
Functionalities through QTP.amongthoughes some of d
function or functionlities or modules v have 2 use
frequetly .so tht difcult 2 call every time those functions
whenever v need so that v put all functions &
functionalities ,test data & corresponding
functi0nalities ,some specific files ,whenever user v
reruire dis concept is called as frame work.it is easy 2
maintain all library files.
QTP provide no of frame works
-liniar framework
-modular framework
-datadriven
-functional
-keyword driven
It is a Generic or Common Frame Work (set of Guidelines)
designed by the Experts and used by many people to
accomplish or to finish a task in an Effective, Efficient or
professional and Optimised Manner

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More QTP Interview Questions

What is Automation frame work.How we will prepare in real time.

9 Answers   AppLabs,


what are the disadvantages of qtp? can linux support qtp9.2? how could get web address throu vbscript?

6 Answers   Quintegra,


What is a recovery scenario?

0 Answers  


what is keyword driven framework in qtp.

13 Answers   Cognizant, TCS,


hi i have one issue while selecting weblist i want show one particalur item in weblist .ex one weblist they are monday to sunday i want show the reporter like thurday in particular weblist can you help me about this thanks balaji

5 Answers  






How can get count of list box?

0 Answers  


How do u do batch testing in WR & is it possible to do in QTP, if so explain?

4 Answers  


I have application it is one digital clock with all minutes and seconds. you have to identify the time to verify weather the time displayed is correct time or not? How do you automate this scenario?

2 Answers   TCS,


can any one tell me how to select some text.i need the script for that

1 Answers  


How Can I automate PDF forms using QTP9.2 ?

0 Answers  


Without QTP (or any Testing tool) can we able to test the GUI part of the Applications. for Example generating the Scripts in Notepad and Executing them Using VB. Is it Possible to do so.. Correct me if iam wrong some where.

8 Answers   Microsoft,


For the below written code , i want to be stop the loop (ex:10 times), but it is focusing to first line of the code & generating error. vbwindow("vbname:=frmMain").Type micAltDwn + "6" + "2" + "D" +micAltUp 'wiil open the particular window in application vbwindow("vbname:=frmDeduction").vbbutton("vbname:=cmdNew").Click DataTable.ImportSheet"F:\QTP VBScript\Form 26-1.xls","Deduction",Global RowCount = DataTable.GetSheet("Global").GetRowCount i=RowCount For j =1 to i 'vbwindow("vbname:=frmDeduction").WinObject("nativeclass:=DataComboWndClass","abs_y:= 187").Type DataTable("Name", dtGlobalSheet) vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 187").Type DataTable("Name", dtGlobalSheet) vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 187").Type micF4 vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 187").Type micTab vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 216").Type micF4 vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 216").Type DataTable("Section", dtGlobalSheet) vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 216").Type micTab vbwindow("vbname:=frmDeduction").VbEdit("vbname:=txtAmtOfPay").Set DataTable("Amount_of_Payment", dtGlobalSheet) vbwindow("vbname:=frmDeduction").VbEdit("vbname:=txtAmtPaidDate").Set DataTable("Amount_PaidCredited_Date", dtGlobalSheet) vbwindow("vbname:=frmDeduction").VbEdit("vbname:=txtAmtPaidDate").Type micTab vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 316").Type micF4 vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 316").Type DataTable("Deduction_is", dtGlobalSheet) vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 316").Type micTab vbwindow("vbname:=frmDeduction").VbButton("vbname:=cmdSave").Click DataTable.SetNextRow Next vbwindow("vbname:=frmDeduction").VbButton("vbname:=cmdClose").Click

0 Answers  


Categories