Can any one tell me Difference between Keyword Driven Frame
work and Hybrid framework? Its Urgent.
Answers were Sorted based on User's Feedback
Answer / m.hemakumar
Hybrid framework:
It is combination of Keyword Driven Framework and Data
driven framework.
Keyword Driven Framework:
Every operation defined by user defined function or sub
procedures
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / lakshminarayana
Keyword Driven Framework:
In this we are going to use only user defined
functions.Whenever we need that function just we can call
them.
Hybrid Framework:
Combination of different Frameworks called hybrid,That
cobination may be
1.Data Driven Framework and Modular Driven Framerame work
2.Data Driven Framework and Keyword Driven Framework
3.Modular Driven Framework and Keyword Driven Framework
| Is This Answer Correct ? | 5 Yes | 2 No |
Explain process of smart Identification in QTP?
how can i prepare for QTP(8.2) to face interview ? give over view details?
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?
Hi, Can anyone tell me what type questions can be ashed in interview on QTP?
Difference between object identification and smart identification
What is parameter in qtp?
I am in need of some set of QTP FAQ @ interview. Also recently in one of interview portal they asked me how you write the script for Login application which it is web -based and using Descriptive Programming? Without associating the shared object repository?Please i do need this answer very soon? Please respond me soon @ vaisu72@yahoo.com
Did you find anything in your project that QTP proved inefficient to perform?
What are the file extensions for per-action, shared object repository files and what is the extension for library files?
how to record/identify the webedit box/object which have drop down list and its changing simultaneously in qtp..
1 Answers Synchronoss Technologies,
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
when i was doing the Flight reservation with QTP calculating the tickets i got Type mismatch: '[string: ""]' in "If cdbl(tot)=cdbl(p)*t Then" error. where I am doing the mistake Could you please tell me.