how qtp handles customised object
Answer / sreeprasad
-QTP handles the customised objects by using virtual
objects.
By using virtual object " customised objests are converted
in to standared objects", bcz qtp sometimes cannot
recognise the objects.
goto tools menu --> select new virtual object --> select
the standed classname ( i.e object, button, check
point ......) --> select the mark object-->select the
customized object --> enter name -->ok
While recording the script qtp adds the customized object
in object repositary.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to Import data from a ".xls" file to Data table during Runtime.
What is quicktest professional?
What is QTP testing process?
Can you write a script to check if the folder exists or not?
How to compare 2 excel files using QTP? How to compare 2 PDF files using QTP?
In a web page, one web table is present which is dynamic. In that table one of the column has links with the same inner text. write a script so that i need to click the third link.
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"
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, as i'm not in a possition to afford any 'Fee' to join in any institutions. Hence, if possible, kinldy mail PDF file to my mail-ID: chakri_avala@yahoo.co.in Regards, Chakradhar Yadav.
95 Answers Cap Gemini, Citrix, CTS, IBM, Logistics, QA InfoTech,
what is the difference between data driver & data driven and driver script?
How to remove the associated function library?
Without QTP (or any Testing tool) can we able to test the GUI part of the Applications. for Example generating the Scripts in Notepad and Executing them Using VB. Is it Possible to do so..
Why do you choose only QTP for your project automation among remaining tools like Rational robot and silk test?