Output values? i want a practical example
No Answer is Posted For this Question
Be the First to Post Answer
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 is the difference between data table and spread sheet?
what is the use of descriptive programming in QTP ? when we need to use DP? can we test the application completely with out useing DP?? please explan with example
What is the difference between a Test and a Business Component? Is it necessary to use Business Component while testing an application in the real time?
What are the file extensions for per-action, shared object repository files and what is the extension for library files?
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
What is difference between the For..Next and While..Wend statements?
Explain about Hybrid Framework
Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3 5 4 5
How to export data present in Datatable to an ".xls" file?
How to covert a String to an integer?
Tell me about qtp?