What kind of errors can b handled in QTP in real time
scenario?
Answer / sreeprasad
1) Pop-up Window
2) Object state
3) Test run error
4) Application Crash
| Is This Answer Correct ? | 6 Yes | 0 No |
There is a name "AJAY" how do u count no.of. "A" in that name ?
What r the different filters in defect in quality center
WHO TAKE DECISION TO RELEASE THE BUILD
How to change the screen name while running the test.
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 will u find that how many List boxes( and check boxes) are present in one particular window
what are the areas that cannot be tested using an automated tool? list a few
what is standalone database
Can anybody send me the code to get the RO property of the active screen in QTP while running?
When u r running a script , if u get a popup window that describing that u have received a mail to your outlook application. so to avoid the interference of the popup window , which recovery scenario(popup,object state,application hang,system crash) would u use ?
Explain the Keyword View ?
how to capture objects of remote deskop as it is capturing only window.