What are the recording modes in wave event?
No Answer is Posted For this Question
Be the First to Post Answer
any body want to learn qtp with real time concept on Banking domain contact ciraaj@gmail.com
What is debugging? How you debug your script?
What is Data driven Testing Frame work.Anybody can expain it in Detail.. Pls anybody can give the answer.. Thanks in advance...
Can we test the Word Document using QTP Tool? We should test the page size,page set up, paragraph indentation and spacing, font size of the the character int the page.
What is the need and applications of learning VB script for a automation(QTP) engineer ain Realtime ?
How to retrieve the data from database?
When u ll use Record Button in QTP?Is VB script is Mandatory in QTP? What is Meaning of Frame("v1")?
How to handle the errors without using recovery scenery?
i want click on a link which is in 3rd row and 2nd column of a web table.write script to execute
How open an excel sheet in QTP(not a run time )?
I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all
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"