Is it possible to randomly generate BigInt Numbers natively in Postman? If is it possible how can I do it; if isn’t how can I overcome this?
Thx in advance.
Rhaydrick Sandokhan
Is it possible to randomly generate BigInt Numbers natively in Postman? If is it possible how can I do it; if isn’t how can I overcome this?
Thx in advance.
Rhaydrick Sandokhan
Are you just needing a really large number?
It’s always an option to just chain randomInt
{{$randomInt}}{{$randomInt}}{{$randomInt}}
Do you need this in your request or in your tests?