After a recording session, Is it possible to automatically search a specific text and replace it by a variable.
The aim is to automate variabilization of Values like for dynamic Parameter but not from values sent by server but from values typed during recording.
Is there a way to automate that ?
There's no automatic way to achieve that goal like we can have for variable extractor. Currently you have to do that manually after each recording by using the Search and replace functionality.
But i agree that it would be a good enhancement.
Do you know a workaround to automate that ?
Maybe replacing in xml files ?
You could try to replace in xml files but in that case i do not see the benefit compared to the search and replace UI.
Only one benefit: Automation.
My goal is to automate with Jenkins: Recording from Selenium Test with Neoload Recording API, Variabilization with NeoLoad, Test with NeoLoadCmd.
Thanks for your answers.