Explain about Hybrid Framework
Answers were Sorted based on User's Feedback
Answer / siva
Hybrid Framework is a combination of Keyword and Data-
Driven framework.This framewok is very useful and used in
most of the projects.
| Is This Answer Correct ? | 3 Yes | 3 No |
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"
A web Page has 2 frames. Find out the number of weblist items in the second frame of the page.
how do u prepare Test Environment ?
describe some problem that u had with automation testing tool?
What are the differences between QTP 9.2 and 10? please explain e indetail......
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, if possible, kinldy mail PDF file to my mail-ID: ramakrishna908@gmail.com Regards, krishna.
How to handle the exceptions using recovery scenario manager in QTP?
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
OR is full with objects but i want to add 5 more objects,but i tried merging files,shared mode and descriptive ,iwont work.is there any alternative for that
Browser("Las Vegas Hotels - Las").Page("Vegas Hotels - Hotels").Link("Luxor") ......here Luxor is a hotel and this is recognised as a link. I have many hotels like Luxor, Palms etc which are all displayed as link...How do I parametrize this by using webtable functions??? ASAP
How to data driven test for Win objects in QTP ?
What is smart identification in QTP?