All Questions
Tagged with parameterization javascript
3 questions
2
votes
1
answer
2k
views
Randomly selecting object from a web page in TruClient- HPE Loadrunner
I am working Loadrunner 12.55, and Using TrueClient Protocol to design script for my application.
I have been blocked in an issue, where for each iteration the script should click on random object in ...
0
votes
2
answers
1k
views
Javascript parameterized strings: replace(RegExp, function) unexpected grouping / matching
Regular expressions often eludes me. I am struggling to understand an unexpected result with grouping, and would like someone to tell me:
Why it is not working as intended
How I could achieve the ...
0
votes
1
answer
70
views
Parameterized commands in javascript or php
Is it possible to have parameterized commands or prepared statements in javascript or php. I see it is possible in java and in database queries?
Thanks!