How can we count the no of rows are available in a data
table ?

Answer Posted / bombay

all of them are wrong

Is This Answer Correct ?    1 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

2584


How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.

1697


suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?

1328


Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.

1949


How to add synchronisation points in qtp?

582






In the website, the protocol has been changed http: to https what you will do? Tell me your approach?

565


How to handle Java tree in QTP?

752


Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this

2072


Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.

1518


What are the features supported by UFT?

673


what testplan contents and what test strategy contents,what is the diff b/w them

1654


Explain the types of properties that quick test learns while recording?

566


How many types of recording facility are available in quicktest professional?

575


Explain the new feature of UFT regarding the export of test results?

584


Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know

1409