how to test a java project throughqtp?while testing a vb
project we generally do vb scripting. but while testing
java project do we use java script .plz some one can send
me the manual for it my email roy_samata@yahoo.com
thanks in advance

Answer Posted / chakrapani meruva

Hi Friend,

We wont use the Java script for testing Java
application. We will add Java addin to QTP addin master.
Remaining all Same. script we will write in VB script.

The Addins are for recognising the objects in AUT. I
hope i given you answer.

by
Chakrapani Meruva

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

banking project description for software tester

7031


Differences between text and test area checkpoints?

586


What are the differences between qtp and winrunner?

537


What is object repository in qtp?

561


How to break the object spy ?

664






Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.

1773


What is test object model in quicktest professional?

625


How did you use regular expressions in QTP and also in WR?

2167


iam working in QTP for 2+ of exp if i attend the interview what r questions asked in perfomence testing{loadrunner} ? pls any one can say answer to this question?

1605


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

2576


How do you convert manual test cases to automated test cases?

583


How do we handle run-time errors?

583


suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?

1328


What are the recording modes in qtp?

588


what is meant by source control?

1698