can any one give me the doccument how to test aproject
developed in java language in qtp can here can we use the
general vb scripting or we have to use java script here if
we have to ese the java script here can any one send me the
manual for it means how to write descriptive programming
for it
thanks in advance

Answer Posted / mahshad rupam

In Qtp we have add in Java Script also VB Script,
When we use qtp to create a script we don't know what is programming language behind the application. if qtp does not recognize any think from a application
we can know the property value manually from the application (Java language)or use virtual object to map any unknow object to standard object of qtp

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the advantages of Object Repository?

557


what are the limitations of smart identification in qtp 9.0

1899


What are the features and benefits of quick test pro (qtp 8.0)?

575


How did you resolve conflicts present in Object Repository?

1595


How often were they executed?

2006






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

2548


How to associate shared object repository to test in qtp?

486


How can I change object description or check point values in qtp?

536


What is checkpoint in qtp?

521


Explain how qtp identifies object?

590


Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John

2140


Hi,All How to create a link in excel sheet using qtp

2980


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

1518


Explain the difference between data driven testing and parameterization ?

550


How you can make an action as re-usable action?

624