Push frameworks
Context
Push frameworks are used when testing applications that use Push technology. This is a type of communication in which information is pushed by the server towards the browser, contrary to the normal Pull principle whereby the browser initiates the request for information.
The use of Push frameworks requires the Push module, which is licensed.
Definition
Push frameworks can be used to automatically create User Paths that are compatible for use in a Push environment.
For an application to operate in Push mode, a Push channel is required through which the data is fed from the server to the client. Handling the Push channel requires special tools and concepts specific to this particular type of application. Each framework allows creating User Paths, after recording, that take into account the Push channel.
As any other framework, a Push framework enables the automation of parameter extraction and replacement. See Frameworks.
How it works:
- During the recording, NeoLoad detects that the recorded application is using a Push framework.
- At the end of the recording, NeoLoad offers to create a modified copy of the User Path that has just been recorded.
- This User Path is named <original name>_<framework name>.
- This copy contains all the changes specific to the detected Push framework and that will help easily design the User Path and enable a playback as realistic as possible.
The User Path tree contains now two User Paths:
- the original User Path containing the raw recording data. This is a potential source of data for developing the User Path actually used. It may be deleted at any time.
- the NeoLoad-modified User Path. You are strongly advised to use this User Path as a basis for ongoing design.
Home