wht is Driver in Integration testing. Anubody can answers it
Answer Posted / kalyan
While intigrating the modules in bottom/top approach if any
mandatory module is not ready then they will be intigrate
with temp program. This program is known as driver.
While intigrating the modules in top/down approach if any
mandatory module is not ready then they will be intigrate
with temp program. This program is known as stub.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What VBScript operators, functions, and statements do you use in QuickTest Professional?
What is action? How many types of actions are there in qtp?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
How you are developing the script? Using record and play back or manual?
Difference between copy to action and call to action?
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
Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?
What are the advantages of parameterization ?
How u will do versioning in QTP?
Is it possible to split an action? How?
Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation
Shall we add Local Repository to shared object repository,if yes,how we add
How to associate function library at a run time?
Hi Every body please explain me in steps to use checkpoints and object Repositories in QTP for Flight Reservation application please tell me the steps for this its urgent pls thanx for urs answers
how interviews will be on QTP?