Can we Script any test case with out having Object
repository? or Using Object Repository is a must

Answer Posted / ramyab.mca@gmail.com

Hai....

No. U can script with out Object repository by knowing the
Window Handlers, spying and recognizing the objects logical
names and properties available.

K,Byeeee.....
Thanks & Regards
B.Ramyasri

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a data driven test in qtp?

595


What is parameter in qtp?

684


In the website, the protocol has been changed http: to https what you will do? Tell me your approach?

565


How can i initiate the objects to find uniquely in OR

1478


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

2584






How to create Reusable and Multiple Actions?

1717


what are all the fileds present in object repository?

1569


How do you send email with attachment from outlook using qtp ?

567


Explain the difference between data driven testing and parameterization ?

593


Should have experience in framework means?

1423


Explain process of smart Identification in QTP?

607


Discuss quicktest professional (qtp) environment?

582


What is data driver in qtp?

580


Where you get the run time data table?

589


what is impact analysis on regression testing?

2056