Differenece betwen Project and product ? when company need
project or product?
Answer Posted / rafi
product is for multiuser.
project is for specifec organisation.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
When you open QTP, how many sheets you can see?
What is the difference between shared and local object repository?
how to test Web application using QTP software
What is the expert view?
What is the difference between qtp and selenium?
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
how do u plan test automation?
I want to do QTP Certification what is the pattern of Question paper.
Hoe can we do retesting using functions please give the code for it using login page
How to use the object spy in quicktest professional (qtp) 8.0 version?
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 will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?
Explain different types of checkpoints?
Suppose I want fail that check point? How can you do that?
Explain building blocks of the bpt framework ?
How to create runtime property for an object?