Mention the different actions types of qtp.
No Answer is Posted For this Question
Be the First to Post Answer
Could any one explain about the nested actions in QTP? This question is asked by Qualitree and CA
3 Answers CA, Qualtree Solutions,
Wht is Smart Identification Mechanisam in QTP..Actually when do we this Technology means during Recording or running ....how is technology works. Anybody can expalin this .....Thanks in advacne
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"
HOW TO DO THE BATCH TESTING USING QTP?
desribe a situation where u faced a stressful situation and how did u cope with it
wht type of User defined functions or Java Releated functions do we write in VB scripting
In how many ways we can add check points to an application using QTP.
how to click on object? (with out knowing the object details) for ex: in a webpage one link is available.i want to click that link by using one menthod through qtp?
plz tel me what is the differnce between QC & QTP?
what is difference between application testing and product testing?
what is parameterisation?
How to call a function in QTP?