How exactly you start scripting in QTP? In the interview he
was not satisfied with my answer.Please post what is correct
answer.

Answer Posted / mreddy

1.Identify the application & testing flow
2.Create object repository
3.Create script
4.debug script
5.run script
6.Analize results
7.report defects

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the general steps involved in the data driven framework?

557


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

2574


How to find the length of the string in qtp?

581


What is the descriptive programming?

1516


How many tabs are available to view your test in a test pane and what are they?

563






In what occasion we can specify global sheet and action sheet?

569


hi i want license key for qtp 9.2 pls its adjust product name : quick test professional locking code :8 - 54A6A license type : seat license maintenance number : 88888888-8888 pls send license key to my email id borusu.ramkumar@gmail.com

3703


What is the syntax for how to call one script from another?

564


Is qtp supports uni-code?

618


How to run a test using quicktest professional (qtp)?

544


I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error

2352


If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?

585


Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?

1519


In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?

1443


How can I check if a environment variable exist or not?

542