Answer Posted / badam
It is the combination of Modular and Keyword Driven script
frame works
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Hi Sudhananda, plz send me the QTP framework with any diagram and PPTS . I want to switch to automatio, I done QTP from professional person, but he does not give me his knowledge properly. so pls help me Thaks send me on following address mirajkar.akash@gmail.com
For which type of project the iterative model is suitable?
What is the process of synchronizing qtp and aut?
Where we can use the analog mode and where we can use the low – level mode?
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
Explain the Different types of QTP test assets and their extensions?
What is the basic concept of quicktest professional (qtp)?
what is error and fault in terms of software quality?
How to create Reusable and Multiple Actions?
We stored into the objects OR and then write the scripting
what is output value in QTP and how it can be used in automation testing
Does QTP run in any environment?
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
When to use descriptive programming?
Client is able to provide budget..he want you to choose the automation tool for the web application? which one you will select ? QTP or Selenium ? what are the reasons?