pls tell me different type of automation frame works in QTP
and which one need to select in client server application
Answers were Sorted based on User's Feedback
Hi,
There are Five difference types of FrameWorks in QTP.
1)Lenior Framework : Record & Playblack, Edit the Script
2)Data Driven Framework : Record & Playblack , Edit the
script and Passing the value through Excel Sheet
3)Modular Framework : Record and Playback, Edit the script,
Passing the value through Excel sheet and Reusuable Action
4)Keyword Driven Framework : No Record and Playblack, Using
OR, DT, UDF., Preparing Testscript, Recovery Scenario, No
Resuable Action.
5)Hybrid Framework : No Record and Playblack, Edit the
script, Passing the value through Excel sheet and Reusuable
Action and Using OR Folder, RS(optional), DT Folder, UDF
Folder , Script Folder., Reusuable Action.
Depends upon application client can use any frameworks...
Cheers
KumaraN
sunkumaranr@gmail.com
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / niranjan123
Modular framework:-In this framework, the test scripts are
created in a modular fashion ie small small modules of
scripts are created as per the AUT and then everything is
club together as a whole.mainly used while writing the test
scripts for win runner.
keyword framework:- test scripts are created based on the
keyword and datatables ie each step of the scripts are read
and execute the each step accordingly the values mentioned
in the datatables. mainly used for QTP.
Point to be note abot the above mention framework is ---How
your test script is written and executed.
About Linear framework----No idea--
Please let me know---if i am wrong...
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / udaya
1) QTP Linear Framework – This is the most basic framework where you write your script as is. That is, with this approach you write all the steps one after the other in a linear fashion.
2) QTP Functional Decomposition Framework – With this framework, you write the entire code into different functions and then you call these functions wherever required. These functions can be both reusable and non-reusable.
3) QTP Data Driven Framework – In this approach, your data is kept separate from the code, preferable in excel files. This helps you execute the same code for multiple sets of data.
4) QTP Keyword Driven Framework – In this type of QTP Framework, you can create different keywords and associate different actions with these keywords. When QTP encounters a particular framework, it will execute the action associated with that framework.
5) QTP Hybrid Framework – Hybrid framework is a combination of one or more frameworks discussed above. Based upon your requirements, you can combine the features of any of the above frameworks. The resultant framework would be a Hybrid framework.
6) Business Process Testing (BPT) Framework – In this QTP Framework, you can divide your test case flow into multiple Business Components. You can then re-use these components as many times as required. You need Quality Center access in order to use BPT Framework. Also you need to acquire BPT license from HP in order to use this framework.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / suryanand
There are 3 types of frame works in QTP
1. Linear frame work
2. Modular frame work
3. Key word driven frame work.
as per my knowledge we can select any frame work for client
server application. some companys will follow its own frame
work apart from these 3
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / rajendra prasad reddy penumall
see mr ravikiran there is notable differences between the
frameworks.They framework is nothing but organising the
testscript in particular fasion that's all.ok
If want more info on framworks you just mail me i can send
you as an attachemnt.
Mail me at: rajendra_penumalli@yahoo.com
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / janzy
frame work is a set of defined rules for automating a
testing process
1.linear framework: recording and play back
2.Modular framework:creating scripts as a userdefined
function and calling that for testcases
3.keyworddriven framework:make changes in the keyword view
of QTP. and it 'll create scripts in script view
4.descriptive programming
5.hybrid: combination of any of above( it depends on
comlexity of scenario)
| Is This Answer Correct ? | 1 Yes | 2 No |
Using Object Repository is a advantage or disadvantage?
Plz send one Tracebilitymatrix example? Anybody working on Realtime QTP Plz give contact deatils?
how to retrieve the xml file data through qtp. can anybody send script for this..
Explain about the test fusion report of quicktest professional (qtp)?
How can i parameterize the standard checkpoint using Excel sheet where my expected values are there?? suppose i want to test a application with diffent value and want to run 5 iteration?? for each iteration, values will be exported from excel sheet as input. Now i will store some expected values in the excel sheet, which i want to check in the application whether expected equals to actual value??? can any one help me
what is the general issues faced while using automation tool Qtp9.0
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
Could you please any body help me.for example in web table in the first row and first column there are 3 links like l1,l2,l3 having indexes 0,1,2 but second time links will change their order like l2,l3,l1 and indexes also changed how can we handle this situvation with script....
how can we do the frame work in qtp
Hi All, I want to know how can we schedule QTP scripts. Am using 9.5 version and in our office they want to schedule individual scripts of QTP so that it can run unattended during night time, Please help me how to do that. 2. what is the use of silent test run in qtp can I schedule the scripts in Silent runner, Please explain. 3.I retrieved data from the database using output value -> Database output value. the result of the query for eg is 5 rows, iam able to output the first row by selecting the cols and adding it to output, but am not able to do it for the rest of the rows. please tell me how to do it. Sorry for posting so many qns, am not able to find answ to any of the above in any websites, hoping that someone would really help me with these here, please help me. awaiting for ur immediate revert. Priya
What's Checkpoints for QTP?
what r the drawbacks and limitations of QTP?