Suppose U change the script whether it affect the object
properties of the object in the object repository
Answer Posted / jagdish
Simple hai! If u had not save the script obviously it will
not affect u r ORF
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
what frame work you are following?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
Explain the benefits of quick test pro(qtp)?
What are the technics follow in writing VB script?
How to find the difference between 2 dates in qtp?
How to explain a banking project in interview as a test engineer???
What is reusable action?
How the exception handling can be done using quicktest professional?
What is the default object synchronization timeout in qtp?
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
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
Hai anyone please "Explain about Framework in QTP?"
What is throw Object?
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=", Second button "html id:=btnSave "outerhtml:=", Third button "html id:=", outerhtml:=",
Where we can use the analog mode and where we can use the low – level mode?