Answer Posted / chaitu.c
User defined function is made by the user for use of that
function in any where in the script from outside.
expl: .vbs Function
Internal Functions:
this is function already defined by system internally
expl: Libarary Functions
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are table and db checkpoints?
What are the technics follow in writing VB script?
How to break the object spy ?
what is profile tool?
How to use transactions in qtp?
Explain the types of properties that quick test learns while recording?
how could i download qtp in which i get add-in support for 'oracle' is there any way to get it? i finding but not getting pls help me out :)
What is the difference between the keyword view and expert view?
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
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 different recording modes and how do they work?
Can you list some technologies that support qtp?
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
Explain building blocks of the bpt framework ?
What test you perform mostly? Regression or retesting in your testing process?