Answer Posted / msnreddy
debugging nothing but one example: u have written 100 lines
of code but ur script is not executed properly .so then use
the debugging and check out the each and every line then u
can find the problem .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is clean sweep?
How qtp identifies objects?
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
How to use checkpoints in qtp ?
What is method name to compare two XML files.
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
how to idetfy which test cases are automated?who will deside that plz tell me
What are the various automation frameworks available in qtp?
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
How to start recording using quicktest professional?
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
Whether qtp 9.0 supports Test director8.0
Do you know SQL? I know SQL but i don't have any experience...that's it..No more questions ...simply he said " you can leave for the day" ...guys prepare SQL Quires before attending interview in bank of america...
Differentiate the type of test cases which can be automated and which cannot be automated?