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 will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
how will we run batch tests in qtp what is the process to run the multiple test sets?
What is log file? what is the use of Log fine. How to create? what are the contents and the main advantages of log files. plz do help me in this concepts as i have an interivew on qtp in a couple of days. plz do help me.. thanks in Advance.
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
In a Web appl, on a page, there are student names & details listed.On clicking sort button,details are sorted on Names.How do u verify htat sorting is done by using QTP?
Is there anyone can tell me where I can download free or trial QTP? I tried HP website, it was not there anymore. If someone know, pls send me URL. Tks...
what is the difference between data table and spread sheet?
How to customize checkpoints with parameters?
Whether it is possible to test the adobe's controls like zoom, resize, save etc using QTP...If yes, how u can do the same?
CAN WE USE 'BVA' AND 'ECP' IN AUTOMATION?
What is QTP and the use of QTP in TD?
Write a code check the checkbox in the web table which is in the 4th row and fifth column (Use child item concept)