QTP identified the object but not performing the desired
action???what could be the reason?????
Answer / srikanth
May this link will helpful to you
http://www.joecolantonio.com/2010/08/12/quicktest-object-recognition/
| Is This Answer Correct ? | 0 Yes | 0 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"
What are the Test design techniques you uses in ur project?
X=10,Y=20 you need to swap the numbers without using a third variable?
Could some one help me the difference between GetTOProperty and SetTOProperty and when we will use these properties. and what is meant by SetToProperties..
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
What are the differences between QTP 9.2 and 10? please explain e indetail......
Action1: I have a value "test" stored in a variable X. I want to use that variable X in Action2 .. how?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
hi how could i get installation guide for QTP 9.0 on XP help me for this !!!!!
pls tell me how will you write the vb script in QTP for DataDriven test from Excel sheet for multiple userid and password explain with example
how qtp handles customised object
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.