hi friends can any one provide me the project in qtp because
i have to attend to interview within one week atleast you
provide the website address which provide the qtp projects
Answers were Sorted based on User's Feedback
Answer / balaji s
There is no project code like java,.net in QTP.QTP is a
tool which is used to automate the application.So, if u
have QTP tool then u can learn QTP and try to automate any
web application on your own.
Call me @ 9894207910 if u still have doubt
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / xxxxxxxxxxxxx
Don't post unnecessary...things
i trust this site gud
| Is This Answer Correct ? | 0 Yes | 0 No |
Do you know how to connect database? Can you tell me the procedures?
what are the cases in which we use XML and accessibility check points.
what is syncurnisation point? what is the use of this in real time environment? plz explain?
what is meant by automation tool?
i am trying to capture the URL from the open browser and store it. pls give me solution how we can do this in QTP. thanks
write a qtp script to see time in windows command prompt? its urgent....
How can I find out whether a word in a string is existed or not for example "QTP IS A POWERFULL TOOL FOR AUTOMATION" How can i find out whether "powerfull" is existed in the above string or not Could anyone answer it?
what are the files created after executing QTP script file, please specify the file names with extensions
one page contain next button.when we enter that its not going to next page.what type of error that one.
How to open a new test using quicktest professional (qtp)?
wt is the use of multiple questions in QTP
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"