Hi everybody, Can anybody tell me that how the QTP
frameworks are implemented . I wanted to know with examples
. Thanks in advance
Answers were Sorted based on User's Feedback
Answer / d.radhika
HI! I dont have total idea on frame works.but i can say
some thing about framework
Framework is not a folder structure.its a base line
environment(necessity)
Uses of framework:
1)Every body access the data(ex:if we regine the
job,upcoming employee acess our system, then he/she will
unerstood our worked data using framework
2)Processing speed is very high
3)Time saving and any where we can access the frameworks
QTP 9.2 provides frameworks are 4 types
1)Linear framework
i)Recording play back framework
ii)Inserting check points
2)Action driven framework
i)Re-useable actions
ii)Non-reuseable actions
3)Keyword driven framework
(user defined functions)
4)Data driven framework
i)Testdata from keyboard
ii)Testdata from flat file(notepad)
iii)Testdata from Excellsheet)
| Is This Answer Correct ? | 5 Yes | 1 No |
Frame work is an independent of the application. All the
store information in the frame.all the data store in frame
work like
My folder structure is
Action templets
data
log
environment variable
library
object repositary
scripts.... all the data store in the particular folder
frame work can be classified into 6 type, these typews
linear frame work
action or modular frame work
data driven frame work
hydrid frame work
keyword driven frame work
library frame work
| Is This Answer Correct ? | 0 Yes | 0 No |
How to check the value for variables during run time. Pls anybody can give the answer.. Thanks in advance...
What is Expert view?
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example
i did B.Tech cse and i secured 76%. instead of siting at home ... i would like to do some course. can u suggest me in this.
in how many ways you perform batchtesting?
what is the difference between xmlutil and xmlDOM in qtp?
1) 100 test boxes there in application. how to click 100 test boxes using vb script? 2) 100 objects there in web page,how we will store that 100 objects repostries?
What is the use of low level recording? How does it useful?
How do you configure QTP AND Test director?
hi all, I have installed QTP successfully on windows vista. I am able to record and run on windows applications, but facing problem with web applications. While recording, I am able to open the web application, but when I click on any object or give login name and password, the events are not getting recorded in QTP. Could anyone solve the problem. Any settings to be done for web applications other than selecting web-addin? Waiting for replies. Thanks in advance.
how to test one edit box using Java addin for Web Applications? write script?