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
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 |
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 |
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 |
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 |
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
What is checkpoint in qtp?
how many wayes we do the parameterization?
hi, can u tell me the QTP TEsting process in present real time companies?(beware of this... now a days Recording is not using,, only DP) and don't tell note book answers like step 1 spep2....like this .......post answer with professional skills in simple english words) thank u
Explain the parameter in qtp?
How many number of actions possible in qtp?
How will you set a unique four digit number in an edit field in QTP?
What is Parameterizing Tests?
Waht is diff between SystemUtil.Run and invokeapplication
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
What is batch testing?
What is the vb script when the url enter into the browser