Which of the following materials are used for preparing blur-black ink? 1 Gallic acid 2 Tannic acid 3 Ferrous sulphate 4 All of these
3 5379Post New IOCL General Science Interview Questions
What’s the contrast between utilizing a delegate and warning?
What do you understand by user-defined function in the sql server?
How do you auto calculate in excel?
What is ntu in thermodynamics?
i wrote a pl/sql procedure. it must run every sunday 4.40 How can i schedule it with the help of dbms_jobs (or another other procedure with out creating bat file,exe file)
What is cross site request forgery with example?
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 iot and its uses?
Is django faster than php?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
What is the use of session?
What is consensus in blockchain?
If I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, whats the problem?
What is the difference between function group and function module?
Is qtp supports uni-code?