if we made any changes in shared object repository how it reflects of others like our team members?
Answer Posted / dinesh1433
Shared Repository is a common repository which is using by all the team members,
Before script development/exectuion,every team members will take a copy of the Shared Repository to their local system.
if any changes happened before taking copy of the shared Repository by team members it will effect to all.
if any team member changes any object property in his/her local sytem,then it will not effect to all.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
What is standalone database?
explain structured testing? plz guys with exp. do answer
Please help me by providing the License key for QTP 9.2, at guru_aarya@yahoo.co.in Best Regards Gururaj.B
what are the mandatory properties for a tex boxc (scenario?)
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
For which type of projects the iterative model is not suitable?
Create flight reservation login descriptive programing (Condition: Remove the value and substitute with a variable, and then call the validation from Excel) Plz help me....... very urgent.........
How many add-ins comes by default with qtp?
Explain in brief about the quicktest professional (qtp) automation object model?
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
What is a Patch in QTP?
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
How do you test DLL files using automation Tool QTP?
Can we write winrunner language i.e TSL in QTP tool?