i have to prepare qtp certification course. so, please send
me qtp tutorial notes.
Answer Posted / expert.qtp
Hi,
You can see QTP related stuff in my QTP blog.
http://quicktesthp.blogspot.com/2008/07/qtp-certification-practice-questions.html
Let me know in case of any help
ExpertQTP
http://quicktesthp.blogspot.com
http://qtpgoodtutorials.blogspot.com
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is debugging? How you debug your script?
whow much strong on VB and C?
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
What are the differences between table and db checkpoints?
Tell some commonly used Excel VBA functions?
I had installed QTP 9.2. It is working fine but whenever I open QTP, it is trying to reinstall the below-mentioned files again and again "QTP92PS82UPGRADE.exe", "recogn.dll". If anybody has these files, please provide those files in this site or you can send that files to my mail id also (lravi4u@yahoo.com). If you don't know where the files will be in the QTP, search in the QTP software CD or path of QTP program installed (C:\Program Files\Mercury Interactive\QuickTest Professional)
What is text/text area checkpoint?
How to analyzing the checpoint results?
How to capture a window in QTP?
Explain the concept of object repository and how quicktest professional recognises objects?
What is recovery scenario manager? When you go for recovery scenario manager?
What is qtp window?
Can you write a script to check if the folder exists or not?
What are some test assets and related extensions of qtp?
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.