Can't get sync points to work
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2010
09:19 AM
09-02-2010
09:19 AM
Can't get sync points to work
Hi,
I am trying to get synchronization points to work for my distributed testing.
Here is a simple example:
Sub Test_Sync_Point1
NetworkSuite.Synchronize("Test")
Delay(10000)
End Sub
Sub Test_Sync_Point2
NetworkSuite.Synchronize("Test")
Delay(10000)
End Sub
The "Test" sync point has been created. My problem is that both the scripts reach the sync point, but never resume.
Am I missing something?
Thanks in advance.
I am trying to get synchronization points to work for my distributed testing.
Here is a simple example:
Sub Test_Sync_Point1
NetworkSuite.Synchronize("Test")
Delay(10000)
End Sub
Sub Test_Sync_Point2
NetworkSuite.Synchronize("Test")
Delay(10000)
End Sub
The "Test" sync point has been created. My problem is that both the scripts reach the sync point, but never resume.
Am I missing something?
Thanks in advance.
4 REPLIES 4
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2010
12:49 AM
09-03-2010
12:49 AM
Hi Benoit,
Have you added the Test synchronization point to all projects that should be synchronized? See the "Synchronization Points" help topic.
Have you added the Test synchronization point to all projects that should be synchronized? See the "Synchronization Points" help topic.
------
Yuri
TestComplete Customer Care Engineer
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
Yuri
TestComplete Customer Care Engineer
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2010
03:33 AM
09-03-2010
03:33 AM
Hi Jared,
Thanks for your answer.
I have read the help page concerning the Sync Points, and I have one question.
Why do they always refer to synchronizing "projects"?
Can you use the synchronize tasks in the same project?
Thanks for your answer.
I have read the help page concerning the Sync Points, and I have one question.
Why do they always refer to synchronizing "projects"?
Can you use the synchronize tasks in the same project?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2010
08:19 AM
09-09-2010
08:19 AM
Can someone please help?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2010
10:44 PM
09-17-2010
10:44 PM
Hi Benoit,
Synchronization points are declared at a project level, not at a task level. Also, as it is impossible to run two tasks on the same machine simultaneously, you can treat two instances of the same project executing different tasks on different computers as different projects.
--
Dmitry Nikolaev
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
Dmitry Nikolaev
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
