what is meant by automation tool?
Answer / murali
automation is defind as accessing the software objects from
another software is called the automation
automation is the on s/w testing tool is another s/w
| Is This Answer Correct ? | 2 Yes | 0 No |
Whenever we use GETROPROPERTY function.
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"
What is iteration? How it is related to Test Results in QTP?
what the difference between shared repository and per action repository?
I have one question as HP QTP is concern, Please send your answers..... Can we do testing of any application without using any of the framework which are we used in QTP tool. If yes then how it can be possible in the HP QTP tool. -- Regards
In web page there is five OK buttons available, while recording i click on 3rd OK button, How QTP identify the 3rd OK button while running script? Is qtp identify 3rd ok button?
how to parameterizing values from an excel sheet in Quick test professional?
What are the enhancements u did after recording ur script?
Explain about the test fusion report of quicktest professional?
how can we perform web datatable operations on webpages(Like rowcount,col count,cell data)?
Write test cases for copy and past password in password field ?
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?