Hi,Every one,my name is RAHUL,aim wondering if any one got
QTP software? If yes,can u plz knock on to
gchinthakindhi@gmail/yahoo.com. THANK U.
Answer Posted / prathima
Can u let me know which version are you looking for?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When to use shared and local object repository?
What is synchronization? What are the ways you can synchronize?
Explain different types of action in qtp?
How to build scripts that access data from external sources?
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
Differences between text and test area checkpoints?
How will you handle java tree in qtp?
What are the flaws in water fall model and how to overcome it?
what are all the fileds present in object repository?
How to handle the exceptions using the recovery scenario manager in qtp?
Can we run test with out adding object in object repository? How it is possible?
What are the challenges you faced during you entire life automation ?
How to break the object spy ?
am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)
What are the Disadvantages of shared object repository?