anyone can explain the following concepts.
1.diff b/w Linear and modular framework
2.diff b/w keyword and hybrid framework



anyone can explain the following concepts. 1.diff b/w Linear and modular framework 2.diff b/w keyw..

Answer / raj kumar

Liner Framework - Here all the tasks are put together is one test pane and done the job.

Modular Framework - After preparing complete action , split it into different individual action and call them in a driver.
in other word in this framework we are calling the action on main script.

Keyword- you are colling the function on main driver.

Hybrid - is a mixer of two framwork

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

Hi I have a doubt in qtp. Can you please clarify my doubt. If we are importing the data from excel sheet in qtp the the script is running the number of row times. I mean if there are 4 rows in excel sheet the script is running 4 times. cant we avoid this. suppose i have tis script: datatable.Import "C:\Documents and Settings\sailaja\My Documents\login1.xls" n = datatable.GetRowCount For i =1 to n systemutil.Run "C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\flight4a.exe" datatable.SetCurrentRow i Dialog("Login").WinEdit("Agent Name:").Set DataTable ("Username", dtGlobalSheet) Dialog("Login").WinEdit("Password:").Set DataTable ("Password", dtGlobalSheet) Dialog("Login").WinButton("OK").Click Window("Flight Reservation").ActiveX ("MaskEdBox").Type "020209" Window("Flight Reservation").WinComboBox("Fly From:").Select "Frankfurt" Window("Flight Reservation").WinComboBox("Fly To:").Select "Los Angeles" Window("Flight Reservation").WinButton("FLIGHT").Click Window("Flight Reservation").Dialog("Flights Table").WinButton("OK").Click Window("Flight Reservation").WinEdit("Name:").Set "Sailaja" Window("Flight Reservation").WinButton("Insert Order").Click Window("Flight Reservation").WinMenu ("Menu").Select "File;New Order" window("Flight Reservation").Close next I created a excel sheet with 3 rows and 2 columns. (username and password). The script is running 9 times. I made the option run one itaration only . eventhough it is running 9 times .can u plaese clarify my doubt. Thankyou Sailaja.

3 Answers  


How do you perform Regreession Testing?

0 Answers   Nokia,


wht is the difference between action and functio?

3 Answers  


what skills needed to be good test automation?

3 Answers  


During test run,How will you copy/paste from/to clipboard?

3 Answers  






plz tel me what is the differnce between QC & QTP?

3 Answers   iGate, Satyam,


Give me an example where you have used a COM interface in your QTP project?

1 Answers  


Explain step generator in qtp?

0 Answers  


in howmany ways you perfrom batchtesting

6 Answers   Lehman Brothers,


4. How u will open the build automatically in QTP except using Systemutil.run command

4 Answers  


How to Synchronize the Browser at Field level? For example if you put Browser.sync(), its waiting upto for that Browser sync only. It should wait total Browser get upload with fields.

3 Answers   IBM, TCS,


suppose i can done the project , that project have 4 modules in that one module they have many links(web pages).in that time i can say i can work on some links? or total module?

4 Answers  


Categories