Computer Science, asked by 912arun, 1 year ago

Which stage always comes, if we insert Wait Stage in our Object?

Answers

Answered by chandan3654
0

WAIT 

The wait stage used to enable a byusiness object to pause and wait for an application element This allows a business object  to deal with potentially erratic application performance .  There are different element conditions  to wait for but the most common is simply to wait for the element to exists. 



THROTTLE

• A wait stage without any wait condition can be used to create pause and a data item can be used to control the length of the timeout.

• Using this arrangement it is possible to create a throttle by placing wait stages controlled by a global data items at key positions in a business objects . Typically this could simply be done by starting every page with throttled wait stage.

• The throttled global data item can be used to manipulate the pace of a business object . To test its effect on a target application , a business object can be tested with a tight throttle that restricts it to the same pace as a human users . As testing progresses the throttle can be  releases until an ideal speed is found. If the throttle is set to zero the timeout will be instant and there will be no pause. 

Attachments:
Similar questions