what is the framework followed by ur company in qtp
Answer Posted / sravan
First of all framework is the architecture for creating
Automated scripts.
There are four types of frameworks
Key word driven framework - tool dependent for ex QTP
keyword view
Test modular framework - modular in the sense you break
entire funtionality in to modules so that change requests
can be easily incorporated and can also make actions or
functions reusable
Data driven framework - this framework is used when ever
large data input is used to control the flow of the
application for ex if you have required fields in the
application and next page is displayed based on the data
you enter in the first page,
Test library framework: this is again kind of modular
framework but instead of creating code in the script,
library files and dll files are created and included in the
script
Hybrid test framework: a combination of all the above
frameworks is considered as Hybrid.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the basic concept of quicktest professional (qtp)?
What is RTM (require ment tracebulity marix) fromate?
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
write the vb script for call to new action in qtp?
Define Error Pane of UFT?
Through array we can execute the testcase how ? give me example
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
What is fragmentation and paging?
How can get count of list box?
Explain the differences between table and db checkpoints?
What are the properties you would use for identifying a browser and page when using descriptive programming?
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
What are the methods used in UFT to handle exceptions or run-time errors?
What are the differences between qtp and winrunner?
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?