We want to understand in which case do we need to create a fork action in Neoload and also need to understand its complete implementation.
A fork action is used when you need to run actions in parallel of the main script. For example, it can be a polling request that has to be run independently of your main script.
Fork are mainly used with PUSH applications. You should look at the NeoLoad documentation for more details.
Nouredine answered
Shankhadeep posted a new question