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 |
what is the script(qtp) to export and import the datas from MSaccess to Excel sheet.if anybody know plz tell me.
Analyzing the Checkpoint results ?
While scripting do we use any reference. may be we have 2 0r more same objects that time how do we write scripts
What is an expert view and keyword view?
what is the silent mode in WR?
What is the main difference between desriptive programming and generic functions
what is runmodes in QTP
It seems Interview questions from Ordain Solutions are almost BASIC LEVEL-Easy. I am asking one tough question..(I think.. May be easy for some people) In recorded script the - WebLink("cityinfo") In reality, the WebLink name is "generalinfo" How you can write function to click that changed web link. NOTE: This functin should work with any Dynamic text link. I will post the answer later.
How to pass a variable in Dos Command using QTP? Eg: Dim path1, path2 path1 = "C:\Test\sample1.doc" path2 = "C:\Test\sample2.doc" How can we pass these path1 and path2 inside the "copy" dos command? I tried like this. this is not working. oShell.run "cmd /K copy" &path1 &path2
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
Hi frnds, for ex.. we got a job in wipro, they will give me one mail id.. "Rameshkumar@wipro.com", where to open this mail id..in which sw ? or outlook?
Can we test GUI of the application using QTP.? How.?If possible briefly explain process.?