What is Terminal Emulators”? Why we used in QTP.?
How he works on QTP.
how do close the task manager through QTP?
How can we import a Open Office excel file in QTP
Suppose Object name was changed in the application in the second build.I have just modified the name in the Object repository as changes in the Application. Is it possible to accure changes in the script accordingly? If so Suppose I am calling the script through function, Will the changes affect in the script(which is in the function)automatically? If not affected, tell me the solution,How to handle this. How should I change the object property name while using functions
What is the Risk Analysis? Waht types of risk analysis are there?
What is the purpose of loading qtp add-ins?
I want to execute 1st row of the local sheet and 3rd row of the global sheet parellely. write script to execute
Analyzing the checpoint results?
On a web application I want to select list item 5 from a dropdown list. but QTP identifying this object as winobject. Then how can we select list item 5 from that dropdown list.
What is test harness?
What do you mean by iteration?
What are the technics follow in writing VB script?
Dim ExcelSheet Set ExcelSheet = CreateObject("Excel.Application") excelsheet.application.visible = true ExcelSheet.ActiveSheet.Cells(1,1).Value = "This is column A, row 1" ' Save the sheet. ExcelSheet.SaveAs "C:\DOCS\TEST.XLS" ' Close Excel with the Quit method on the Application object. ExcelSheet.Application.Quit after run this script i am getting error"The test cannot continue due to unrecoverable error"