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 |
What is data driver in qtp? Where we use it?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
How do u write script in qtp? where do u write?
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
How to customize qtp?
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.
describe some problems that u had with automating testing tool?
I have a library function , with that function 100 scripts are being called. The library function is changed(something is added) . how do i update all the scripts.
Please let know the scripts for counting number of repeated letters in the word. Note repeated letter should not be count agian. Ex: If "Hello" is my word... l is coming twice.. it should count once and print... secong 'l' should not count again..
what is framework in QTP? any one give me answer
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
How to get align property of the link on web page?