如何生成随机数
我必须使用 Selenium IDE 创建家庭作业测试并创建一个场景来生成随机数。我正在努力解决我需要输入的内容以及要输入的字段。
我应该输入什么?: 命令 目标 价值
I have to create a test for homework using Selenium IDE and create a scenario to generate a random number. I'm struggling with what I need to type and what field to type in.
What should I type in?:
Command
Target
Value
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
(来源:wisc.edu)
(source: wisc.edu)
我总是用它来创建随机用户名和电子邮件
,
我希望它们可以帮助你
i always use this to create random username and e-mails
and
i hope they can help you
我经常在 JUnit 测试中使用它来创建随机输入值。
I use this often in my JUnit tests to create random inputs values.
这就是我使用的:
范围是您想要返回的最大数字。 Num 将介于 0 和 range 之间。
This is what I use:
Range is the max number you want to return. Num will be something between 0 and range.
您可以使用
单个数字,例如:Num -1597641332
或尝试
使用多个随机数,例如
Number:-1891834125
编号:-1541629941
号码:-129634738
you can use
for a single number like: Num -1597641332
or try
for multiple number of random numbers like
Number: -1891834125
Number: -1541629941
Number: -129634738