11-18-2009, 05:42 PM
Hi,
I am using following script to add .TRS file into the test:
--> Sometimes it works fine i.e recognize an objects very quickly and
--> sometimes it takes long time to recognize objects....don't know why?
Can anybody please suggests any solution for this i.e any external settings requires or not?
Note: i don't want to use Associate Repository tool & DP
Please suggest....
Thanks
Shrini
I am using following script to add .TRS file into the test:
Code:
Rep_Path = "C:\Shri OR\S1.tsr
RepositoriesCollection.RemoveAll()
RepositoriesCollection.Add(Rep_Path)
Pos = RepositoriesCollection.Find(Rep_Path)
RepositoriesCollection.Remove(Pos)
RepositoriesCollection.Add(Rep_Path)
--> Sometimes it works fine i.e recognize an objects very quickly and
--> sometimes it takes long time to recognize objects....don't know why?
Can anybody please suggests any solution for this i.e any external settings requires or not?
Note: i don't want to use Associate Repository tool & DP
Please suggest....
Thanks
Shrini