What is the difference between GUI checkpoint and synchronization

Questions by ferozbm   answers by ferozbm

Showing Answers 1 - 7 of 7 Answers

gopi m

  • Mar 6th, 2006
 

Gui check point is used to chekout the properties of objects/windows in ur application build where as synchronization point is used to time mapping between testing tool and ur application build 

  Was this answer useful?  Yes

akepati

  • Mar 8th, 2006
 

GCI checkpoint is verifying the properties of objects thru1.For single property2.For object or window3.for multiple objectswhere as Synchronization is point to point comm i.e mapping b/n tool and application,it contains1.Wait2.For obj or win property3.for obj or win bitmap4.for scree area bitmap5.Runtime settingsPriority is .....2-3-4-5-1.

  Was this answer useful?  Yes

amar_win

  • Apr 4th, 2006
 

GUI chk point is obviousSyn. point id used to map the speed of application with speed of execution of automation tool.so that both run i sync

  Was this answer useful?  Yes

Gui check point is used to chekout the properties of
objects/windows in ur application build , GUI checkpoint is verifying the properties of objects.
1) Single Object Single Property

2) Single Object Multiple Property

3) Multiple Object Multiple Property

where as synchronization point tells Winrunner to pause the test run in order to wait for a specified response in the application .

anand00p

  • Aug 7th, 2006
 

GUI check point is to check properties of objects through

1.single property GUI check point

2.obj/win GUI check point

3.multiple properties GUI check point

Synchronization point enables u to solve the anticipated timing problems between the test and the application. These points are

1.obj/win sync point

2.obj/win bitmap sync point

3.obj/win screen area sync point

  Was this answer useful?  Yes

Vennela

  • Sep 7th, 2006
 

Hi! GUI Check point to test the properties of the objects in the application. Ex: whether a button is enabled or disabled? 2) Is the menu item selected or not? 3) Is the height and width of radio/check button is ...? This GUI check can be done across single property, single object or the window. Synchronization checkpoint - Suppose if we click a URL or hyper link in web application, it takes some time to load the page, but if we go on executing the test script at this situation test fails due to time lapse between loading the page. So our test script has to wait till the page gets loaded. Hence we are instructing WinRunner to wait for some time. Like this we can insert Synchronization checkpoint for 1.obj/win sync point2.obj/win bitmap sync point3.obj/win screen area sync pointThanks,Vennela.

sudhakar2068

  • Oct 4th, 2006
 

GUI checkpoint :Any application we are testing we need to ascertain if it is working according to our requirement specification. This can be ascertained by using the GUI check points.

Synchronization :Synchronization Point concept for time balancing in between tool and build use.

sudhakar kolla.

My Email:kollasudhakar2005@yahoo.co.in.

My Number:09819859346.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions