Hi, OUR PROJECT NAME IS: HOSPITAL CONTROL SYSTEM. IS IT
COMES UNDER WHICH DOMAIN(HEALTH CARE OR HEALTH INSURANCE)
Answer Posted / sohail reyaz
HEALTH CARE...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I check if a environment variable exist or not?
I want to do QTP Certification what is the pattern of Question paper.
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
what r the main attributes of test automation?
What is the standard timing delay for web based application in qtp?
What are the types of object repositories? Which one is you using?
What is an expert view and keyword view?
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
Sql questions to find second max salary and how to use joins
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
How to use descriptive programming?
What is QTP scenario.
How to use the object spy in quicktest professional (qtp) 8.0 version?
Can we record an application running on a remote machine using qtp?
How can i check items sorted or not in a weblist ? Give me the script for this...