I want to install qtp software in my system, My operating
system is vista . Anybody please suggest me how to get QTP
software with licence key
Answer Posted / venu
instALL XP IN OUR SYSTEM AND INSTALL QTP , VISTA WILL ALSO
SUPPORT BUT BEST IS XP. IF U WANT QTP SOFTWARE IT WILL BE
AVAILABLE IN ANY INSTITUE IN AMEERPET
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to modify object property in qtp ?
Can any suggest me what is exposure testing?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
Is it possible to change the values of analog recording?
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
When do go for loop condition in test?
What are the ways you can synchronize?
why text area checkpoints cannot used for web applications
i am a begnner so am learning Error handling :tried using Recovery manager didnt work i want to be able to handle errors , e.g. if while running the test the folwoing does not show up then how can i use the If then else and goto next step in the test, as in many scenarios it does not show up Browser("The Shopping Channel -").Page("The Shopping Channel -_8").Image("easy pay").Click
Explain about datafile/verification of date file when file is not available in local system?
How many ways we can parameterize data in quicktest professional?
What are the common defects found in your project? (in qtp interview)
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
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
Explain how qtp identifies object?