what are the different kinds of frameworks in automation?
Answer Posted / kasi
framework is nothing but ..reusable Structure Nd it is a
complex internal architecture..means end user can understand
easily...
types:
1.keyword driven
2.functional decomposition
3.hybrid
4.data-driven.........
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Describe function procedure in vbscript.
What is Curd testing?
How you will rate urself in QTP in the range of 0 to 5
How to integrate the qualitycenter with qtp
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
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
How to customize qtp?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
Why do we use breakpoints in QTP?
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
Why qtp always start action1 and does not start action?
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
What is the difference between a Function and Action in QTP?
what is the difference btn risks & Therads in the Test plan documentation?