Answer Posted / narender reddy alala
QTP is a functional testing tool, it is used also for
regression testing. QTP supports all technologies like SAP,
oracle apps, multimedia applications .........,
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
How does you test a weblink which is changing dynamically?
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
how to test use the quality control .how to verify the image verification
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 the different kinds of test steps?
How you debug your script?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
How do you create regression test packs?
what is the difference between built-i function and In-built function?
Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.
how do u plan test automation?
What is the difference between rational rose and QTP?
How to handle Java tree in QTP?
What are the views available in qtp?
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.