what is the use of VIRTUAL OBJECTS? explain ?

Answer Posted / kmr

hi

Virtual Object wizard we can use configure to non standard
object to standard object.

Is This Answer Correct ?    11 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to test load test and block box testing an a web based application pls give ans briefly

1358


Can we create user defined functions in qtp?

559


What VBScript operators, functions, and statements do you use in QuickTest Professional?

2172


what is vmodel?advantages and disadvantages of vmodel?

1616


if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp

23933






How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?

632


What is the difference between run time object and test object?

581


in a web page hoe to check the dynamic links that rechabging with out using regular expressions

1781


Explain the views in the QTP GUI?

621


How to creating an output value using quicktest professional?

542


Write a QTP script to enter a keyword in to Google search engine?

653


When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti

2491


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

2422


Mention the test steps of qtp.

542


write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script

1363