What if recovery scenarios is also failed for identify the alert ?
(We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)
No Answer is Posted For this Question
Be the First to Post Answer
Hai anyone please "Explain about Framework in QTP?"
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"
Do we have to Enable Smart Identification while running Or will it automatically be enabled ?
Explain different type of event trigger option.
Which object repository we use in real time and can we merge 2 object repostiory and how?
How do you convert manual test cases to automated test cases?
Hello friends can anybody tell me about the architecture of QTP with diagram of it.this architecture is same for any domain like ERP/Banking/CRM/Healthcare or it's different then please tell me.thanks
How does QTP identify an object?
can i login a page by giving username and password and click on ok button through database parameterization.and if its yes then please write the code of that
I installed QTP 9.5 on vista. Can someone please provide me the license key of the same. Thanks, Avi
QTP identified the object but not performing the desired action???what could be the reason?????
Explain me in deatail about DATADRIVEN framework including scripts ?(realtimes plz)(Chandana)