What is random number generator?how do we use it in WinRunner?

Showing Answers 1 - 1 of 1 Answers

saritha

  • Dec 15th, 2006
 

 For example:

public a,b;

a=create_input_dialog("Enter value for a");

b=rand();

pause("Value of b",&b);

c=a*10;

pause("Value of c",&c);

The function rand() will generate random no.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions