In which data structure, elements can be added or removed at either end, but not in the middle?
42 106907Post New TTA Data Structures Interview Questions
Difference between short term, long term and medium term scheduler.
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 css2?
What are the Challenges with Node.js ?
What is black body and what are its characteristics? : quantum physics
How to handle xss vulnerability scenarios in angular?
Is multilevel inheritance possible in php?
What are neural networks and where do they find their application in ML? Elaborate.
Explain what happens if an .swf is loaded into a already occupied level?
What are the parts of ms powerpoint?
How to detect if a non-menu key has been pressed?
What is the meaning of speculative execution in Hadoop? Why is it important?
For an agile method, when you will not use automation testing?
Explain database connection in python flask?
What is flatmap in apache spark?