Have you ever written a compiled module? If yes tell me
about some of the functions that you wrote.
Answer Posted / sreeprasad
I Used the functions for Capturing the dynamic data during
runtime. Function used for Capturing Desktop, browser and
pages.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
For which type of projects the iterative model is not suitable?
In qtp, how you can exit for loop?
What are the different types of recording modes in qtp? Which will be used when?
How many types of recording facility are available in quicktest professional?
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 Port testing. Whhen will you perform?
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
Differentiate the type of test cases which can be automated and which cannot be automated?
Have you used xml check point in your project? How?
How can I import environment from a file on disk?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
How to add verification steps to tests?
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
what is the advantages and disadvantages of using functions instead of re usable actions