I had created the new virtual objects for web application
buttons. how to add those virtual objects into object
repository. Previously i had used Gui map in winrunner for
capturing virtual objects for web application.
Please help me regarding this. need your answer quickly
Answer Posted / ramesh t
After creating virtual object,record the operations on the
object.This will add automatically to the repository.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are the advantages of parameterization ?
unique properties of button,edit box, radio button,check box?
Have you used xml check point in your project? How?
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
What is use of object spy?
Explain how Selenium is different from UFT?
How is UFT 11.5 version different from UFT 12.0?
wht type of User defined functions or Java Releated functions Do we write in VB scripting
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
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
Explain about Test Fusion Report of QTP?
What are the differences between table and db checkpoints?
In Remote acess server how u run a test?
what is impact analysis on regression testing?
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!