Operates stand-alone, or integrated into Mercury Business Process Testing and Mercury Quality Center. Introduces next-generation “zero-configuration” Keyword Driven testing technology in QuickTest
Latest Answer : More time saving and keyword driven testing. ...
Latest Answer : Create Object is a keyword related to Automation Object model.Automation Object Model is a concept provided to automate the operations to be performed on QTP through scripting.ExampleDim qtpappDim qtptestset qtpapp=create object("Quicktest.Application")qtpapp.launchqtpapp.visible=trueqtpapp.open ...
IF we use batch testing.the result shown for last action only.in that how can i get result for every action.
These are the new features which are available in QTP8.2 and which are not present in 6.5 version.Keyword View: Lets you easily build and maintain tests without writingVBScripts.Auto-Documentation: Provides
Latest Answer : Really great help,Thanks ...
Latest Answer : 1. Write your functions in the notepad and save them as .vbs extension2. Call which one you want in order by passing keys in excel sheet. ...
Latest Answer : it is one class provided by the mercury.micclass-Mercury Interactive Constant Classthis will be useful when we try to find childobjects ------Ramu ...
Latest Answer : Hi All,Set cnn=CreateObject("ADODB.Connection")cnn.Open("Connection String")set buffer1=cnn.execute("Querry")while not buffer1.eofvalue1=buffer1("Column_Name")---------buffer1.MoveNextwend ...
Latest Answer : DataTable.ImportSheet(FileName, SheetSource, SheetDest) FileName (String): The full path of the Excel table from which you want to import a sheet. SheetSource (Variant): The name or index of the sheet in the file that you want to import. Index values ...
I have encountered a problem while working on QTP 8.2.I am not able to view/modify the QTP scripts in Expert View as the Expert view gets disabled.The scenario is like:- Open any existing script, it is displayed in Keyword as well as Expert view.- Now either switch over to Keyword view or any other application.- Now again switch over to Expert view of QTP.The Expert view is disabled, i cannot even view the script, but the script is displayed in keyword view.If you or any other person has any idea