Why we are going for descriptive programming ? I answered as 'If objects are not present in OR we will go for descriptive Programming'? Is this correct ?
Answer Posted / yogi
if objects are dynamic nature..
if object repository not exists..
if we dont want OR..
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to add verification steps to tests?
why you have standardized functions? plzzz guys with real time exp. do answer
i am looking job in perfomance testing using Loadrunner any one help me a project plz......?(Chandana) chs_29@rediffmail.com
What are the different recording modes and how do they work?
What are the Disadvantages of shared object repository?
what is error and fault in terms of software quality?
what is meant by Implicit and explicit requirements?
Where you get the run time data table?
how will you check how many members visited the website www.infosys.com?
How many types of recording modes in the qtp?
How many lines of code in each script of QTP?
What is the synchronization point in qtp?
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
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
What is the architecture of your project? Can any one answer for this question plz........