Can u explain about QTP framework

Answer Posted / lalithareddy

Hi Everybody,

most of them that we have only 4 frameworks.
frameworks are mainly used for optimization (less effort
more output)

while implementing a framework, another framework may come
into existence.

up to my knowledge,

modular
hybrid
keyword
linear or sequential
functional decomposition multiaction framework
artificial intelligence framework (AIR)
advanced keyword
QC Framework

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you test the text displayed in the header portion of times of india epaper. Hot news(banner) are scrolling in the top of the page, how do you test using QTP?

1508


what is run action?

1435


By using QTP can we record any log files written by the application which is in execution?

1473


when to start the automation?

1478


Suppose I want fail that check point? How can you do that?

598






What is Associate Repository in QTP 9.2 ?

603


Explain types of output values?

568


How you will rate urself in QTP in the range of 0 to 5

1748


How many tabs are available to view your test in a test pane and what are they?

562


How to integrate the qualitycenter with qtp

1773


I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object

2422


What are the advantages of parameterization ?

598


When to use descriptive programming?

591


What are some test assets and related extensions of qtp?

555


Explain in brief about the qtp automation object model (aom).

565