How to find which type of Framework is suitable for which
type of application?
Answer Posted / contacthari
Applications which has minimal amount of GUI and large volume of data's that has to be flow across different interfaces can use Data driven framework. For example OFFLINE applications, which is built up with 3 tier architecture.
Application with multiple GUI interfaces can use Keyword driven framework. As functions/actions drive based on keyword and re usability of scripts is main theme of Keyword driven.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the recovery scenario in qtp?
what is description object?
how to evalute defects in QTP script?
How to run a test using quicktest professional?
What is the Command used to start the QTP
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .
How to start recording using quicktest professional?
What is accessibility check point?
What is the difference between byref and byval in qtp?
Sql questions to find second max salary and how to use joins
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
What are the steps involved in the recovery scenario wizard?
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
Describe function procedure in vbscript.