jmundl 0 Report post Posted April 25, 2019 Hi all, I think, that functionality "Response Validation Rules" in the profile's head is very useful. There is only one little problem - I can use only one text string (for example from error message) to check, if response is right. Is there any possibility to add in the validity condition two or more strings? Respective, is there any other way to realize this test condition? Best Regards, Jiri Quote Share this post Link to post Share on other sites
sergei 0 Report post Posted April 25, 2019 For the complex validation rules you can use JavaScript and the log.error method. Quote Share this post Link to post Share on other sites
jmundl 0 Report post Posted April 25, 2019 Hi Sergei, I think about this possibility, but the error message can be generated randomly on different pages in the profile. There is the question, where put Javascript file. Best Regards, Jiri Quote Share this post Link to post Share on other sites
sergei 0 Report post Posted April 26, 2019 In this case you can use the $JavaScript function instead of the JavaScript operator in the each page request you wish to check for errors. Quote Share this post Link to post Share on other sites