who is the best faculty in Hyderabad for QTP?
Answer Posted / sadananda b.
Mr. Kumar of siri technology is the best real time faculty
in hyderabad.The location is infront of the maitry manium
of huda building.
| Is This Answer Correct ? | 2 Yes | 13 No |
Post New Answer View All Answers
What are the differences between quicktest professional and winrunner?
How to find the length of the string in qtp?
what function you write to do database testing with the help of qtp?
Does quicktest professional (qtp) is unicode compatible?
Is text area check point supports for web applications?
What is difference between run time object and test object?
Is QTP supports Unix. If yes, then how the test automation is done?
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
What is the extension of the recovery scenario file in qtp?
Define Error Pane of UFT?
1--How many functions u develop 2--What is an array 3-- where is ur server 4--U involved in unit testing 5--how ur test the background colour using QTP
What is output value? How many types of output values are there in qtp?
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
Define object spy ?
unique properties of button,edit box, radio button,check box?